MessageResponse
The message produced for notification.
{
"created": "string",
"updated": "string",
"version": 0,
"id": "string",
"title": "string",
"content": "string",
"user_id": "string",
"user_type": "string",
"template_id": "string",
"external_message_id": "string",
"email": "string",
"omnichannel": "string",
"status": "string",
"state": "string",
"visual_components": [
"string"
],
"cc": [
"string"
],
"bcc": [
"string"
],
"metadata": {
"metadata": "string"
},
"notification_id": "string",
"resource_id": "string",
"resource_type": "string",
"priority": "string",
"expiry_date": "string",
"provider": "string",
"org_id": "string"
}
The creation date of entity.
The update date of entity.
Version of this entity.
Unique ID for this entity.
Title of Subject of the message
The message information
The user which will receive the message
user_type
The template used for this message
The returned Id from the provider which processes the message, currently is used only for AWS SES
Users' email. This email is also email that user is going to recieve the notifications
omnichannel
status
state
visual_components
cc
bcc
Metadata that needs upon Message sending.
The message notification id.
The resource id of the notification.
resource_type
priority
Timestamp when the message will expire(valid only for VMCUI channel)
The deployment type - AWS, Outpost, vSphere, Dimension and CFC
The org id of message.