Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Headers
UID of the user on whose behalf the action is performed.
Path Parameters
Id of the message for which thread message to be sent
Body
application/json
The receiver of the message.
The receiverType of the message. either user or group
Available options:
user
, group
Category of the message. The available categories are message and custom.
Available options:
message
, custom
Type of the message. The available values are text, image, file, audio, video.
Available options:
text
, image
, file
, audio
, video
JSON containing message attributes.
JSON containing array of UIDs and GUID for whom the message must be sent. Format for multiple receivers - {"uids": ["uid1","uid2"], "guids":["guid1"]}
A list of tags to identify specific messages.
Response
200 - application/json
Create Message
Response data