MagicBell · Example Payload

Magicbell Broadcast Example

notificationspush notificationsin-app notificationsemailSMSSlackMicrosoft Teamswebhooksnotification inboxmultichannelmobile pushweb push

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

Top-level fields

idtitlecontentaction_urlcategorytopiccustom_attributesrecipientsstatussent_countfailed_counterrorscreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "b3d5f8a2-1234-4cde-abcd-ef0123456789",
  "title": "New Feature Announcement",
  "content": "We've launched a new feature! Check it out in your dashboard.",
  "action_url": "https://app.example.com/features/new",
  "category": "product-updates",
  "topic": "feature-announcements",
  "custom_attributes": {
    "feature_id": "feat_001",
    "priority": "high"
  },
  "recipients": {
    "matches": "*"
  },
  "status": "enqueued",
  "sent_count": 0,
  "failed_count": 0,
  "errors": [],
  "created_at": "2026-06-12T10:00:00Z",
  "updated_at": "2026-06-12T10:00:00Z"
}