v1
latestOpenAPI 3.0.32026-07-1471019.9 KBAPI: 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.