Skip to main content

Event

Payload of an Event. Usually represents a status transition in a Business process.

metadata objectrequired

Metadata for this Event.

eidstring<uuid>required

Unique identifier of this Event. Consumers MIGHT use this value to assert uniqueness of reception of the Event.

Possible values: non-empty

event_typestringrequired

The EventType of this Event.

Possible values: non-empty

occurred_atstring<date-time>required

Timestamp of creation of the Event generated by Mambu.

Possible values: non-empty

content_typestringrequired

Notification content format.

Possible values: non-empty, [application/xml, application/json, text/plain; charset=UTF-8]

categorystringrequired

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

bodystringrequired

Actual content of the notification.

Possible values: non-empty

template_namestringrequired

Name of the notification template.

Possible values: non-empty

Event
{
"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"
}