Sendgrid Mc Designs V3
Connector for the sendgrid-mc-designs-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
listdesign— GET /v3/designs — List Designsgetdesign— GET /v3/designs/{id} — Get Designlistprebuiltdesign— GET /v3/designs/pre-builts — List SendGrid Pre-built Designsgetprebuiltdesign— GET /v3/designs/pre-builts/{id} — Get SendGrid Pre-built Designcreatedesign— POST /v3/designs — Create Designduplicatedesign— POST /v3/designs/{id} — Duplicate Design
Inputs
apiKey— your sendgrid-mc-designs-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: listdesign
apiKey: <your key>