Sendgrid Webhooks V3
Connector for the sendgrid-webhooks-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
listeventwebhook— GET /v3/user/webhooks/event/settings/all — Retrieve all of your Event Webhooks.getsignedeventwebhook— GET /v3/user/webhooks/event/settings/signed/{id} — Get Signed Event Webhook's Public Keygeteventwebhook— GET /v3/user/webhooks/event/settings/{id} — Get the settings for a single Event Webhook.listparsesetting— GET /v3/user/webhooks/parse/settings — Retrieve all parse settingsgetparsesetting— GET /v3/user/webhooks/parse/settings/{hostname} — Retrieve a specific parse settinglistparsestatic— GET /v3/user/webhooks/parse/stats — Retrieves Inbound Parse Webhook statistics.
Inputs
apiKey— your sendgrid-webhooks-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: listeventwebhook
apiKey: <your key>