send Message
send Message
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
saveMessageRequestList object[]
callBackPathUrl string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
saveMessageResponse object[]
succesfullySubmittedSourceUuids string[]
failedSourceUuids string[]
errors object[]
warnings object[]
{
"saveMessageResponse": [
{
"sourceUuid": "string",
"messageUuid": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
],
"succesfullySubmittedSourceUuids": [
"string"
],
"failedSourceUuids": [
"string"
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
PUT /department/:departmentUUID/customer/:customerUUID/communication/historical
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
python / requests
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
go / native
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
nodejs / axios
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
ruby / Net::HTTP
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
csharp / RestSharp
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
php / cURL
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
java / OkHttp
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'
powershell / RestMethod
curl -L -X PUT '/communications/department/:departmentUUID/customer/:customerUUID/communication/historical' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"saveMessageRequestList": [
{
"sourceUuid": "string",
"callBackPathUrl": "string",
"sentOn": "2025-03-28T11:34:43.227Z",
"receivedOn": "2025-03-28T11:34:43.227Z",
"userUuid": "string",
"messageUuid": "string",
"communicationUid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"subject": "string",
"metaData": {},
"tags": [
"TRASH"
],
"draftAttributes": {
"draftStatus": "SCHEDULED",
"scheduledOn": "string",
"draftFailureReason": "MDL_EVENT_UNDER_TIME_LIMIT_REASON"
},
"attachments": [
{
"fileURL": "string",
"attachmentExtension": "string",
"mimeType": "string",
"originalFileName": "string",
"docSize": "string",
"thumbnailURL": "string",
"mediaPreviewURL": "string"
}
],
"defaultReplyAction": "string",
"updateThreadTimestamp": true,
"updateTotalMessageCount": true,
"showInCustomerConversation": true,
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"voiceCallAttributes": {
"callingParty": "string",
"party2": "string",
"party1Prompt": "string",
"party2prompt": "string",
"callStatus": 0,
"callIdentifier": "string",
"callDateTime": "2025-03-28T11:34:43.227Z",
"callBroker": "string",
"recordingUrl": "string",
"recordCall": true,
"transcribeCall": true,
"transcribeText": "string"
}
}
],
"callBackPathUrl": "string"
}'