Send a message to a thread.
POST {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages
Send a new message on a thread at the current timestamp.
Request Body
{"channelAccountId"=>"<string>", "channelId"=>"<string>", "recipients"=>[{"deliveryIdentifiers"=>[{"type"=>"<string>", "value"=>"<string>"}, {"type"=>"<string>", "value"=>"<string>"}], "actorId"=>"<string>", "name"=>"<string>", "recipientField"=>"<string>", "deliveryIdentifier"=>{"type"=>"<string>", "value"=>"<string>"}}, {"deliveryIdentifiers"=>[{"type"=>"<string>", "value"=>"<string>"}, {"type"=>"<string>", "value"=>"<string>"}], "actorId"=>"<string>", "name"=>"<string>", "recipientField"=>"<string>", "deliveryIdentifier"=>{"type"=>"<string>", "value"=>"<string>"}}], "senderActorId"=>"<string>", "text"=>"<string>", "type"=>"MESSAGE", "richText"=>"<string>", "subject"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"value":"\u003cCircular reference to #/components/schemas/PublicConversationsMessage detected\u003e"}