Sendgrid Scheduled Sends V3
Connector for the sendgrid-scheduled-sends-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
listscheduledsend— GET /v3/user/scheduled_sends — Retrieve all scheduled sendsgetscheduledsend— GET /v3/user/scheduled_sends/{batch_id} — Retrieve scheduled sendcreatescheduledsend— POST /v3/user/scheduled_sends — Cancel or pause a scheduled senddeletescheduledsend— DELETE /v3/user/scheduled_sends/{batch_id} — Delete a cancellation or pause from a scheduled sendupdatescheduledsend— PATCH /v3/user/scheduled_sends/{batch_id} — Update a scheduled send
Inputs
apiKey— your sendgrid-scheduled-sends-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: listscheduledsend
apiKey: <your key>