Event
Payload of an Event. Usually represents a status transition in a Business process.
metadata objectrequired
Metadata for this Event.
Unique identifier of this Event. Consumers MIGHT use this value to assert uniqueness of reception of the Event.
Possible values: non-empty
The EventType of this Event.
Possible values: non-empty
Timestamp of creation of the Event generated by Mambu.
Possible values: non-empty
Notification content format.
Possible values: non-empty, [application/xml, application/json, text/plain; charset=UTF-8]
Indicates if the content of the notification can be configured in Mambu or it is fixed. Currently only one category is supported: DATA
Possible values: non-empty
Actual content of the notification.
Possible values: non-empty
Name of the notification template.
Possible values: non-empty
{
"metadata": {
"eid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"event_type": "string",
"occurred_at": "2024-07-29T15:51:28.071Z",
"content_type": "application/xml",
"category": "string"
},
"body": "string",
"template_name": "string"
}