Dun & Bradstreet · Arazzo Workflow

D&B Register And Pull Notifications

Version 1.0.0

Create a monitoring registration, enroll a portfolio of D-U-N-S Numbers, and pull pending change notifications.

1 workflow 1 source API 1 provider
View Spec View on GitHub Business DataCompany DataD-U-N-S NumberCreditRiskMaster DataData EnrichmentIdentity ResolutionComplianceSupply ChainSales IntelligenceMonitoringArazzoWorkflows

Provider

dun-and-bradstreet

Workflows

register-and-pull-notifications
Register a portfolio for monitoring and pull pending notifications.
Creates a monitoring registration, adds the supplied D-U-N-S Numbers to its portfolio, and pulls pending change notifications for that registration.
3 steps inputs: accessToken, blockIDs, deliveryMethod, description, dunsList, maximumQuantity, registrationReference outputs: addedQuantity, notifications, registrationReference
1
createRegistration
Create a monitoring registration declaring which Data Blocks to watch and how notifications should be delivered.
2
enrollPortfolio
Add the supplied D-U-N-S Numbers to the monitoring registration's portfolio.
3
pullNotifications
Pull pending change notifications for the monitoring registration.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: D&B Register And Pull Notifications
  summary: Create a monitoring registration, enroll a portfolio of D-U-N-S Numbers, and pull pending change notifications.
  description: >-
    Stands up and drains a monitoring pipeline. The workflow creates a
    monitoring registration, adds a supplied list of D-U-N-S Numbers to its
    portfolio, and pulls pending change notifications describing which blocks
    changed for which companies. Each 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: monitoringApi
  url: ../openapi/dun-and-bradstreet-monitoring-api-openapi.yml
  type: openapi
workflows:
- workflowId: register-and-pull-notifications
  summary: Register a portfolio for monitoring and pull pending notifications.
  description: >-
    Creates a monitoring registration, adds the supplied D-U-N-S Numbers to
    its portfolio, and pulls pending change notifications for that
    registration.
  inputs:
    type: object
    required:
    - accessToken
    - registrationReference
    - dunsList
    properties:
      accessToken:
        type: string
        description: A valid Direct+ OAuth 2.0 bearer access token.
      registrationReference:
        type: string
        description: Caller-defined reference identifying the monitoring registration.
      description:
        type: string
        description: Human-readable description of the monitoring registration.
        default: Portfolio monitoring registration
      blockIDs:
        type: array
        description: List of Data Block IDs to monitor for change.
        items:
          type: string
      deliveryMethod:
        type: string
        description: How notifications are delivered (SFTP or API_PULL).
        default: API_PULL
      dunsList:
        type: array
        description: List of nine-digit D-U-N-S Numbers to enroll in the portfolio.
        items:
          type: string
      maximumQuantity:
        type: integer
        description: Maximum number of notifications to pull.
        default: 100
  steps:
  - stepId: createRegistration
    description: >-
      Create a monitoring registration declaring which Data Blocks to watch
      and how notifications should be delivered.
    operationId: createMonitoringRegistration
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.accessToken
    requestBody:
      contentType: application/json
      payload:
        registrationReference: $inputs.registrationReference
        description: $inputs.description
        blockIDs: $inputs.blockIDs
        deliveryMethod: $inputs.deliveryMethod
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      registrationReference: $response.body#/registrationReference
  - stepId: enrollPortfolio
    description: >-
      Add the supplied D-U-N-S Numbers to the monitoring registration's
      portfolio.
    operationId: addDunsToRegistration
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.accessToken
    - name: registrationReference
      in: path
      value: $steps.createRegistration.outputs.registrationReference
    requestBody:
      contentType: application/json
      payload:
        dunsList: $inputs.dunsList
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      addedQuantity: $response.body#/addedQuantity
  - stepId: pullNotifications
    description: >-
      Pull pending change notifications for the monitoring registration.
    operationId: pullMonitoringNotifications
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.accessToken
    - name: registrationReference
      in: path
      value: $steps.createRegistration.outputs.registrationReference
    - name: maximumQuantity
      in: query
      value: $inputs.maximumQuantity
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      notifications: $response.body#/notifications
  outputs:
    registrationReference: $steps.createRegistration.outputs.registrationReference
    addedQuantity: $steps.enrollPortfolio.outputs.addedQuantity
    notifications: $steps.pullNotifications.outputs.notifications

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/dun-and-bradstreet-register-and-pull-notifications-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.