Sendgrid Teammates V3
Connector for the sendgrid-teammates-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
listteammate— GET /v3/teammates — Retrieve all teammateslistsubuserbytemplate— GET /v3/teammates/{teammate_name}/subuser_access — Get Teammate Subuser Accessgetteammate— GET /v3/teammates/{username} — Retrieve specific teammatelistpendingteammate— GET /v3/teammates/pending — Retrieve all pending teammatesinviteteammate— POST /v3/teammates — Invite teammatedeleteteammate— DELETE /v3/teammates/{username} — Delete teammate
Inputs
apiKey— your sendgrid-teammates-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: listteammate
apiKey: <your key>