send Notification without single customer context
send Notification without single customer context
Path Parameters
departmentUUID string required
userUUID string required
application/json
Request Body required
messageAttributes object
notificationAttributes object
messageSendingAttributesLite object
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
notificationMessageUUID string
status string
Possible values: [SUCCESS
, FAILURE
]
requestUUID string
errors object[]
warnings object[]
{
"notificationMessageUUID": "string",
"status": "SUCCESS",
"requestUUID": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/user/:userUUID/notify
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/user/:userUUID/notify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"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
}
],
"bodyTagsForSpecialRendering": {}
},
"messageSendingAttributesLite": {
"delay": 0,
"sendSynchronously": true,
"callBackUrl": "string",
"callBackMetadata": {}
}
}'