Notification
A notification object.
bodystring
Description for body in notification
creationDatestring<date-time>
Description for creationDate in notification
destinationstring
Description for destination in notification
encodedKeystring
Description for encodedKey in notification
eventstring
Description for event in notification
sendDatestring<date-time>
Description for sendDate in notification
statestring
Description for state in notification
Possible values: [SENT, QUEUED, QUEUED_FOR_STREAM, SENDING_ASYNC, FAILED]
typestring
Description for type in notification
Possible values: [EMAIL, SMS, WEB_HOOK, EVENT_STREAM, TASK]
Notification
{
"body": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"destination": "string",
"encodedKey": "string",
"event": "string",
"sendDate": "2024-07-29T15:51:28.071Z",
"state": "SENT",
"type": "EMAIL"
}