SendGrid · Arazzo Workflow

SendGrid Global Suppress and Check

Version 1.0.0

Add an address to the global suppression list and read it back to confirm.

1 workflow 1 source API 1 provider
View Spec View on GitHub EmailEmail APIMarketing EmailSMTPT1Transactional EmailEmail MarketingDeliverabilityMarketingArazzoWorkflows

Provider

sendgrid

Workflows

global-suppress-and-check
Globally suppress addresses and confirm one is suppressed.
Adds email addresses to the global suppression list and reads one back to confirm it is suppressed.
2 steps inputs: apiKey, confirmEmail, emails outputs: confirmed, suppressedEmails
1
addGlobalSuppression
CreateGlobalSuppression
Add the supplied email addresses to the account's global suppression group so SendGrid stops delivering all mail to them.
2
getGlobalSuppression
GetGlobalSuppression
Read a specific address back from the global suppression list to confirm it is now suppressed.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: SendGrid Global Suppress and Check
  summary: Add an address to the global suppression list and read it back to confirm.
  description: >-
    A minimal compliance flow for the account-wide do-not-send list. The
    workflow adds one or more email addresses to the global suppression group so
    SendGrid stops delivering all mail to them, then reads a specific address
    back to confirm it is now globally suppressed. The add returns 201 and the
    read returns 200. Each step inlines its request and bearer token so the flow
    is self-contained.
  version: 1.0.0
sourceDescriptions:
- name: suppressionsApi
  url: ../openapi/tsg_suppressions_v3.yaml
  type: openapi
workflows:
- workflowId: global-suppress-and-check
  summary: Globally suppress addresses and confirm one is suppressed.
  description: >-
    Adds email addresses to the global suppression list and reads one back to
    confirm it is suppressed.
  inputs:
    type: object
    required:
    - apiKey
    - emails
    - confirmEmail
    properties:
      apiKey:
        type: string
        description: SendGrid API key sent as a bearer token.
      emails:
        type: array
        description: Email addresses to add to the global suppression list.
        items:
          type: string
      confirmEmail:
        type: string
        description: The email address to read back and confirm is suppressed.
  steps:
  - stepId: addGlobalSuppression
    description: >-
      Add the supplied email addresses to the account's global suppression
      group so SendGrid stops delivering all mail to them.
    operationId: CreateGlobalSuppression
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.apiKey"
    requestBody:
      contentType: application/json
      payload:
        recipient_emails: $inputs.emails
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      recipientEmails: $response.body#/recipient_emails
  - stepId: getGlobalSuppression
    description: >-
      Read a specific address back from the global suppression list to confirm
      it is now suppressed.
    operationId: GetGlobalSuppression
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.apiKey"
    - name: email
      in: path
      value: $inputs.confirmEmail
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      suppression: $response.body
  outputs:
    suppressedEmails: $steps.addGlobalSuppression.outputs.recipientEmails
    confirmed: $steps.getGlobalSuppression.outputs.suppression

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/sendgrid-global-suppress-check-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 email required.

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