Sendgrid Stats V3
Connector for the sendgrid-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
listbrowserstat— GET /v3/browsers/stats — Retrieve email statistics by browser.listcategory— GET /v3/categories — Retrieve all categorieslistcategorystat— GET /v3/categories/stats — Retrieve Email Statistics for Categorieslistcategorystatsum— GET /v3/categories/stats/sums — Retrieve sums of email stats for each category.listclientstat— GET /v3/clients/stats — Retrieve email statistics by client type.getclientstat— GET /v3/clients/{client_type}/stats — Retrieve stats by a specific client type.
Inputs
apiKey— your sendgrid-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: listbrowserstat
apiKey: <your key>