Novu · Arazzo Workflow
Novu Subscribe an Existing Subscriber to a Topic
Version 1.0.0
Find a subscriber by search, subscribe them to a topic, and confirm the subscription.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
subscribe-existing-to-topic
Search for a subscriber, add them to a topic, then verify the subscription.
Searches subscribers, subscribes the first matched subscriber id to the supplied topic key, and lists the topic subscriptions to confirm the membership.
1
findSubscriber
SubscribersController_searchSubscribers
Search subscribers by email and return the first match so its subscriber id can be used for the subscription.
2
subscribeToTopic
TopicsController_createTopicSubscriptions
Subscribe the matched subscriber to the topic. Novu creates the subscription and returns 201.
3
confirmSubscription
TopicsController_listTopicSubscriptions
List the topic's subscriptions to confirm the subscriber is now a member of the topic.