Cream Channel/Chat API
This is an API description for Chatting.
To start with, obtain a token for 365 days with the API.
When the accessToken is obtained. Check the channel list.
Remember to put the token in the Authorization header.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
channelIdstringRequiredExample:
6704a190fce9b223ed673aecBody
externalUserIdstringRequired
Whatsapp Phone Number
msgTypestringRequired
Type of Message
contentstringRequired
Content of the message
Responses
200Success
application/json
post
/oapi/v1/channel/{channelId}/message/send200Success
Send message with the send api.
Last updated