save a bot message
save a bot message
Path Parameters
departmentUUID string required
userUUID string required
application/json
Request Body required
uuid string
messageAttributes object
messageSendingAttributes object
messageDeliveryAttributes object
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
requestUuid string
status string
Possible values: [SUCCESS
, FAILURE
]
messageUuid string
errors object[]
warnings object[]
{
"requestUuid": "string",
"status": "SUCCESS",
"messageUuid": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
PUT /department/:departmentUUID/user/:userUUID/botmessage
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
python / requests
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
go / native
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
nodejs / axios
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
ruby / Net::HTTP
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
csharp / RestSharp
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
php / cURL
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
java / OkHttp
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'
powershell / RestMethod
curl -L -X PUT '/communications/department/:departmentUUID/user/:userUUID/botmessage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuid": "string",
"messageAttributes": {
"body": "string",
"type": "DRAFT",
"protocol": "TEXT",
"purpose": "F",
"isManual": true,
"numberOfMessageAttachments": 0,
"subject": "string"
},
"messageSendingAttributes": {
"recipientCommunicationValue": "string",
"senderName": "string",
"recipientName": "string",
"senderCommunicationValue": "string"
},
"messageDeliveryAttributes": {
"sentTimestamp": "2025-03-28T11:34:43.226Z",
"receivedTimestamp": "2025-03-28T11:34:43.226Z",
"deliveryStatus": "string",
"deliveryFailureMessage": "string"
}
}'