Sendgrid Lmc Campaigns V3
Connector for the sendgrid-lmc-campaigns-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
listcampaign— GET /v3/campaigns — Retrieve all Campaignsgetcampaign— GET /v3/campaigns/{campaign_id} — Retrieve a single campaigngetscheduledcampaign— GET /v3/campaigns/{campaign_id}/schedules — View Scheduled Time of a Campaigncreatecampaign— POST /v3/campaigns — Create a Campaigndeletecampaign— DELETE /v3/campaigns/{campaign_id} — Delete a Campaignupdatecampaign— PATCH /v3/campaigns/{campaign_id} — Update a Campaign
Inputs
apiKey— your sendgrid-lmc-campaigns-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: listcampaign
apiKey: <your key>