Create Message

POST
/chat/message

Create a new message

Headers

x-revert-api-tokenstringRequired

Your official API key for accessing revert apis.

x-revert-t-idstringRequired

The unique customer id used when the customer linked their account.

x-api-versionstringOptional

Optional Revert API version you’re using. If missing we default to the latest version of the API.

Request

This endpoint expects an object.
channelIdstringRequired

Id of channel to which message was sent

textstringRequired

Message sent by user

Response

This endpoint returns an object.
status"ok" or "error"
Allowed values: okerror
resultobject