Novu · Arazzo Workflow
Novu Trigger a Notification and Verify Delivery
Version 1.0.0
Trigger a workflow to a subscriber, then inspect the event and the per-channel messages it produced.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
trigger-and-verify-delivery
Trigger a workflow, find its event, then list the channel messages.
Triggers the named workflow to a subscriber, lists events filtered to that subscriber to confirm the trigger, and lists the channel messages produced for the subscriber.
1
triggerEvent
EventsController_trigger
Trigger the workflow to the subscriber and capture the returned transactionId for correlation.
2
findEvent
NotificationsController_listNotifications
List events filtered to the subscriber to locate the event produced by the trigger.
3
listMessages
MessagesController_getMessages
List the channel messages produced for the subscriber so the rendered notifications can be inspected per channel.