API: Streaming Messaging
Create a new message record
Create a new message record. This endpoint should be used when a Streaming flow is selected or when a messageId/conversationId has to be known in advance.
post/chat/message/create
Request body
Example request
{
"source": "WEBSITE",
"senderId": "email@gmail.com"
}Response
Response containing details of the newly created message record.
Changes
No recorded changes to this endpoint across all 1 revision of this API.