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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/PublicConversationsMessage detected\u003e&quot;}