Sendgrid Mc Singlesends V3
Connector for the sendgrid-mc-singlesends-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
listsinglesend— GET /v3/marketing/singlesends — Get All Single Sendsgetsinglesend— GET /v3/marketing/singlesends/{id} — Get Single Send by IDlistcategory— GET /v3/marketing/singlesends/categories — Get All Categoriescreatesinglesend— POST /v3/marketing/singlesends — Create Single Senddeletesinglesends— DELETE /v3/marketing/singlesends — Bulk Delete Single Sendsduplicatesinglesend— POST /v3/marketing/singlesends/{id} — Duplicate Single Send
Inputs
apiKey— your sendgrid-mc-singlesends-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: listsinglesend
apiKey: <your key>