Sendgrid Mc Lists V3
Connector for the sendgrid-mc-lists-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
listmarketinglist— GET /v3/marketing/lists — Get All Listsgetmarketinglist— GET /v3/marketing/lists/{id} — Get a List by IDlistcontactcount— GET /v3/marketing/lists/{id}/contacts/count — Get List Contact Countcreatemarketinglist— POST /v3/marketing/lists — Create Listdeletemarketinglist— DELETE /v3/marketing/lists/{id} — Delete a listupdatemarketinglist— PATCH /v3/marketing/lists/{id} — Update List
Inputs
apiKey— your sendgrid-mc-lists-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: listmarketinglist
apiKey: <your key>