Novu · Example Payload

Novu Create Subscriber Example

NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

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

Top-level fields

subscriberIdemailfirstNamelastNamephoneavatarlocaletimezonedata

Example Payload

Raw ↑
{
  "subscriberId": "subscriber_123",
  "email": "jane@example.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "phone": "+15555550101",
  "avatar": "https://cdn.acme.com/avatars/jane.png",
  "locale": "en-US",
  "timezone": "America/Los_Angeles",
  "data": {
    "plan": "pro",
    "organizationId": "org_acme"
  }
}