Sendgrid Mc Contacts V3
Connector for the sendgrid-mc-contacts-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
listcontact— GET /v3/marketing/contacts — Get Sample Contactsgetcontact— GET /v3/marketing/contacts/{id} — Get a Contact by IDlistcontactcount— GET /v3/marketing/contacts/count — Get Total Contact Countlistexportcontact— GET /v3/marketing/contacts/exports — Get All Existing Exportsgetexportcontact— GET /v3/marketing/contacts/exports/{id} — Export Contacts Statusgetimportcontact— GET /v3/marketing/contacts/imports/{id} — Import Contacts Status
Inputs
apiKey— your sendgrid-mc-contacts-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: listcontact
apiKey: <your key>