Sendgrid Link Branding V3
Connector for the sendgrid-link-branding-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
listbrandedlink— GET /v3/whitelabel/links — Retrieve all branded linksgetbrandedlink— GET /v3/whitelabel/links/{id} — Retrieve a branded linklistdefaultbrandedlink— GET /v3/whitelabel/links/default — Retrieve the default branded linklistsubuserbrandedlink— GET /v3/whitelabel/links/subuser — Retrieve a subuser's branded linkcreatebrandedlink— POST /v3/whitelabel/links — Create a branded linkdeletebrandedlink— DELETE /v3/whitelabel/links/{id} — Delete a branded link
Inputs
apiKey— your sendgrid-link-branding-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: listbrandedlink
apiKey: <your key>