Novu · Example Payload

Novu Broadcast Event Example

NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

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

Top-level fields

namepayload

Example Payload

Raw ↑
{
  "name": "maintenance-window-tonight",
  "payload": {
    "startTime": "2026-05-26T02:00:00Z",
    "endTime": "2026-05-26T04:00:00Z",
    "durationMinutes": 120
  }
}