Sendgrid Suppressions V3
Connector for the sendgrid-suppressions-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.sendgrid.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
listasmgroup— GET /v3/asm/groups — Retrieve all suppression groups associated with the user.getasmgroup— GET /v3/asm/groups/{group_id} — Get information on a single suppression group.listsuppressionfromasmgroup— GET /v3/asm/groups/{group_id}/suppressions — Retrieve all suppressions for a suppression grouplistasmsuppression— GET /v3/asm/suppressions — Retrieve all suppressionsgetasmsuppression— GET /v3/asm/suppressions/{email} — Retrieve all suppression groups for an email addresslistsuppressionblock— GET /v3/suppression/blocks — Retrieve all blocks
Inputs
apiKey— your sendgrid-suppressions-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listasmgroup
apiKey: <your key>