Description
I’m trying to use the /chat/users/:userId/messages API to post a message to a chat channel using postman. The message gets posted fine when using “to_contact” but doesn’t work when using “to_channel”
Error
{
"code": 4130,
"message": "Channel does not exist: test4."
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth
Which Endpoint/s?
{{baseUrl}}/chat/users/:userId/messages?to_channel=test4
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (with credentials) / Body
- See error message
Screenshots (If applicable)
The channel test4 exists.

