Novu · Arazzo Workflow
Novu Bulk Onboard Subscribers and Broadcast an Announcement
Version 1.0.0
Create many subscribers in one call, then broadcast a single announcement to all subscribers.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
bulk-onboard-and-broadcast
Bulk create subscribers, then broadcast an announcement to all of them.
Creates a batch of subscribers in a single request and broadcasts the named workflow to all existing subscribers in the environment.
1
bulkCreateSubscribers
SubscribersV1Controller_bulkCreateSubscribers
Create the supplied subscribers in a single bulk request. Novu returns the created, updated, and failed sets.
2
broadcastAnnouncement
EventsController_broadcastEventToAll
Broadcast the named workflow to all existing subscribers in the environment. Novu returns 200 with the trigger acknowledgement.