Sendgrid Mc Stats V3
Connector for the sendgrid-mc-stats-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
listautomationstat— GET /v3/marketing/stats/automations — Get All Automation Statsgetautomationstat— GET /v3/marketing/stats/automations/{id} — Get Automation Stats by IDlistclicktrackingstat— GET /v3/marketing/stats/automations/{id}/links — Get Automation Click Tracking Stats by IDexportautomationstat— GET /v3/marketing/stats/automations/export — Export Single Send Statslistsinglesendstat— GET /v3/marketing/stats/singlesends — Get All Single Sends Statsgetsinglesendstat— GET /v3/marketing/stats/singlesends/{id} — Get Single Send Stats by ID
Inputs
apiKey— your sendgrid-mc-stats-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: listautomationstat
apiKey: <your key>