ConversationsV2Communication
Create Communication
Create a Communication.
post/v2/Conversations/{ConversationId}/Communications
Request body
Response
Created
Example response
{
"id": "conv_communication_00000000000000000000000001",
"conversationId": "conv_conversation_00000000000000000000000001",
"accountId": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"author": {
"address": "+18005550100",
"channel": "SMS",
"participantId": "conv_participant_00000000000000000000000001"
},
"content": {
"type": "TEXT",
"text": "Hello, I need help with my order"
},
"resourceId": "SM12345678901234567890123456789012",
"recipients": [
{
"address": "+18005550102",
"channel": "SMS",
"participantId": "conv_participant_00000000000000000000000002",
"deliveryStatus": "DELIVERED"
}
],
"createdAt": "2023-07-01T12:15:00Z",
"updatedAt": "2023-07-01T12:15:05Z"
}Changes
Changed in 1 of the 4 revisions of this API.1
- ●
added the new
READenum value to therecipients/items/allOf[subschema #2]/deliveryStatusresponse property for the response status201response-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●