Novu · Arazzo Workflow

Novu Unsubscribe Subscribers From a Topic

Version 1.0.0

Remove a set of subscribers from a topic, then list the remaining subscriptions to confirm.

1 workflow 1 source API 1 provider
View Spec View on GitHub NotificationMessagingIn-AppEmailSMSPushChatWorkflowsOpen-SourceSubscribersTopicsInboxWorkflow OrchestrationMulti-ChannelDigestMCPFrameworkReactArazzoWorkflows

Provider

novu

Workflows

unsubscribe-from-topic
Delete subscribers from a topic, then verify the remaining subscriptions.
Removes the supplied subscriber ids from the topic and lists the remaining topic subscriptions to confirm the change.
2 steps inputs: subscriberIds, topicKey outputs: remaining, topicKey
1
unsubscribe
Delete the supplied subscribers' subscriptions from the topic. Novu returns 200 with the result of the delete operation.
2
verifyRemaining
List the topic's remaining subscriptions to confirm the unsubscribed subscribers are no longer members.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Novu Unsubscribe Subscribers From a Topic
  summary: Remove a set of subscribers from a topic, then list the remaining subscriptions to confirm.
  description: >-
    The inverse of the topic subscribe flow, used when subscribers opt out of an
    audience. The workflow deletes the supplied subscribers' subscriptions from
    a topic and then lists the topic's remaining subscriptions to confirm the
    removals took effect. Every step spells out its request inline so the flow
    can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: topicsApi
  url: ../openapi/novu-topics-api-openapi.yml
  type: openapi
workflows:
- workflowId: unsubscribe-from-topic
  summary: Delete subscribers from a topic, then verify the remaining subscriptions.
  description: >-
    Removes the supplied subscriber ids from the topic and lists the remaining
    topic subscriptions to confirm the change.
  inputs:
    type: object
    required:
    - topicKey
    - subscriberIds
    properties:
      topicKey:
        type: string
        description: The key identifier of the topic to unsubscribe from.
      subscriberIds:
        type: array
        description: List of subscriber ids to unsubscribe from the topic.
        items:
          type: string
  steps:
  - stepId: unsubscribe
    description: >-
      Delete the supplied subscribers' subscriptions from the topic. Novu
      returns 200 with the result of the delete operation.
    operationId: TopicsController_deleteTopicSubscriptions
    parameters:
    - name: topicKey
      in: path
      value: $inputs.topicKey
    requestBody:
      contentType: application/json
      payload:
        subscriptions: $inputs.subscriberIds
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      result: $response.body#/data
  - stepId: verifyRemaining
    description: >-
      List the topic's remaining subscriptions to confirm the unsubscribed
      subscribers are no longer members.
    operationId: TopicsController_listTopicSubscriptions
    parameters:
    - name: topicKey
      in: path
      value: $inputs.topicKey
    - name: limit
      in: query
      value: 100
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      remaining: $response.body#/data
  outputs:
    topicKey: $inputs.topicKey
    remaining: $steps.verifyRemaining.outputs.remaining

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/novu-unsubscribe-from-topic-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.