Novu · Arazzo Workflow
Novu Offboard a Subscriber
Version 1.0.0
Confirm a subscriber, audit their topic subscriptions, then delete the subscriber and all associated data.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
offboard-subscriber
Retrieve a subscriber, audit their subscriptions, then delete them.
Retrieves the subscriber, lists their topic subscriptions for an audit trail, and deletes the subscriber along with all associated data.
1
getSubscriber
SubscribersController_getSubscriber
Retrieve the subscriber by id to confirm they exist before deletion.
2
auditSubscriptions
SubscribersController_listSubscriberTopics
List the subscriber's topic subscriptions to capture an audit record of their memberships before they are removed.
3
deleteSubscriber
SubscribersController_removeSubscriber
Delete the subscriber. Novu also removes the subscriber's messages, preferences, and topic subscriptions as part of this operation.