MagicBell · Example Payload

Magicbell Event Example

notificationspush notificationsin-app notificationsemailSMSSlackMicrosoft Teamswebhooksnotification inboxmultichannelmobile pushweb push

Magicbell Event Example is an example object payload from MagicBell, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedatacreated_at

Example Payload

Raw ↑
{
  "id": "evt_xyz789",
  "name": "notification/sent",
  "data": {
    "notification_id": "notif_abc123",
    "user_id": "usr_abc123",
    "channel": "email",
    "status": "delivered"
  },
  "created_at": "2026-06-12T10:01:00Z"
}