Sendgrid Templates V3
Connector for the sendgrid-templates-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
listtemplate— GET /v3/templates — Retrieve paged transactional templates.gettemplate— GET /v3/templates/{template_id} — Retrieve a single transactional template.gettemplateversion— GET /v3/templates/{template_id}/versions/{version_id} — Retrieve a specific transactional template version.createtemplate— POST /v3/templates — Create a transactional template.duplicatetemplate— POST /v3/templates/{template_id} — Duplicate a transactional template.deletetemplate— DELETE /v3/templates/{template_id} — Delete a template.
Inputs
apiKey— your sendgrid-templates-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: listtemplate
apiKey: <your key>