Add messages to conversation
All API requests should contain authorization headers.
Request
Request body
The body of the request should contain the following model serialized to JSON.
The maximum future time set in the creationTime
property cannot exceed 30 seconds from the moment the server receives the message. For example, if the time specified in property creationTime
for a created message is 15:00:35
, and the server receives it at 15:00:00
, an error will be generated.
Response
Data
field has type of array of Conversation message objects.
Last updated