Novu · Arazzo Workflow
Novu Subscriber Inbox Triage
Version 1.0.0
Confirm a subscriber, read their unread in-app inbox, then mark all notifications as read.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
subscriber-inbox-triage
Retrieve a subscriber, read unread inbox notifications, then mark all read.
Retrieves the subscriber, lists their unread in-app notifications, and marks all of their in-app notifications as read.
1
getSubscriber
SubscribersController_getSubscriber
Retrieve the subscriber by id to confirm they exist before reading their inbox.
2
listUnread
SubscribersController_getSubscriberNotifications
List the subscriber's unread in-app notifications to review the current backlog before clearing it.
3
markAllRead
SubscribersController_markAllNotificationsAsRead
Mark all of the subscriber's in-app notifications as read to clear the inbox. An empty body applies to all notifications with no extra filtering.