Novu · Example Payload

Novu Create Integration Example

NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

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

Top-level fields

nameproviderIdchannelcredentialsactive

Example Payload

Raw ↑
{
  "name": "Acme SendGrid Email",
  "providerId": "sendgrid",
  "channel": "email",
  "credentials": {
    "apiKey": "SG.xxxxxxxxxxxxxxxxxxxxxx",
    "from": "notify@acme.com",
    "senderName": "Acme Notifications"
  },
  "active": true
}