Sendgrid Lmc Contactdb V3
Connector for the sendgrid-lmc-contactdb-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
listcustomfield— GET /v3/contactdb/custom_fields — Retrieve all custom fieldsgetcustomfield— GET /v3/contactdb/custom_fields/{custom_field_id} — Retrieve a Custom Fieldlistcontactdblist— GET /v3/contactdb/lists — Retrieve all listsgetcontactdblist— GET /v3/contactdb/lists/{list_id} — Retrieve a single listlistrecipientsfromcontactdblist— GET /v3/contactdb/lists/{list_id}/recipients — Retrieve all recipients on a Listlistrecipient— GET /v3/contactdb/recipients — Retrieve recipients
Inputs
apiKey— your sendgrid-lmc-contactdb-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: listcustomfield
apiKey: <your key>