Novu · JSON Structure

Novu Bulk Subscriber Create Dto Structure

JSON Schema for Novu BulkSubscriberCreateDto.

Type: Properties: 0
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

BulkSubscriberCreateDto is a JSON Structure definition published by Novu. It conforms to the https://json-structure.org/v0.1/schema meta-schema.

Meta-schema: https://json-structure.org/v0.1/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0.1/schema",
  "name": "BulkSubscriberCreateDto",
  "description": "JSON Schema for Novu BulkSubscriberCreateDto.",
  "sourceFormat": "OpenAPI 3.x components.schemas",
  "fields": [
    {
      "name": "subscribers",
      "type": "array",
      "description": "An array of subscribers to be created in bulk.",
      "required": true
    }
  ]
}