Novu · Arazzo Workflow
Novu Create a Workflow and Trigger It
Version 1.0.0
Define a new in-app notification workflow, then immediately trigger it to a subscriber.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
create-workflow-and-trigger
Create an in-app workflow, then trigger it to a subscriber and verify.
Creates a new workflow with one in-app step, triggers the returned workflow identifier to the supplied subscriber, and lists events to confirm the trigger landed.
1
createWorkflow
WorkflowController_create
Create a new active workflow with a single in-app step. Novu returns 201 with the created workflow including its workflowId.
2
triggerNewWorkflow
EventsController_trigger
Trigger the newly created workflow to the subscriber using the returned workflow identifier.
3
verifyEvents
NotificationsController_listNotifications
List notification events filtered to the workflow's trigger identifier and subscriber to confirm the event was produced.