edit draft message
edit draft message
Path Parameters
departmentUUID string required
userUUID string required
customerUUID string required
messageUUID string required
application/json
Request Body required
isFreeMarkerMessage boolean
editor object
messageAttributes object
messageSendingAttributes object
notificationAttributes object
incomingMessageAttributes object
internalCommentAttributes object
messageMetadata object
freeMarkerMetadata object
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
messageUUID string
status string
Possible values: [SUCCESS
, FAILURE
]
requestUUID string
customerUUID string
metaData object
errors object[]
warnings object[]
{
"messageUUID": "string",
"status": "SUCCESS",
"requestUUID": "string",
"customerUUID": "string",
"metaData": {},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/customer/:customerUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"isFreeMarkerMessage": true,
"editor": {
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "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"
}
]
}
]
},
"messageSendingAttributes": {
"addSignature": true,
"addTCPAFooter": true,
"overrideOptoutRules": true,
"sendVCard": true,
"communicationValueOfCustomer": "string",
"communicationLabel": "string",
"overrideHolidays": true,
"overrideHoursOfOperations": true,
"listOfEmailsToBeCCed": [
"string"
],
"listOfEmailsToBeBCCed": [
"string"
],
"callbackURL": "string",
"callbackMetaData": {},
"addFooter": true,
"sendSynchronously": true,
"delay": 0,
"queueIfOptedOut": true
},
"notificationAttributes": {
"internalSubscribersNotifierPop": true,
"externalSubscribersNotifierPop": true,
"threadOwnerNotifierPop": true,
"sendPhoneNotification": true,
"additionalNotifierNotificationDAUUIDs": [
"string"
],
"notificationButtons": [
{
"buttonTextTranslationWidgetKey": "string",
"buttonTextTranslationKey": "string",
"buttonDefaultText": "string",
"buttonTheme": "PRIMARY",
"buttonActionEventData": {},
"isPrimaryButton": true
}
]
},
"incomingMessageAttributes": {
"fromNumber": "string",
"communicationUID": "string",
"forwardText": true,
"forwardedEmailReference": "string"
},
"internalCommentAttributes": {
"usersToNotify": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersFollowing": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"groupMembers": {},
"usersSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
],
"usersUnSubscribed": [
{
"uuid": "string",
"name": "string",
"type": "USER",
"departmentUuid": "string"
}
]
},
"messageMetadata": {},
"freeMarkerMetadata": {}
}'