The Campaigns API allows you to trigger bulk email sends, query historical analytics, and automate your email marketing flows without touching the dashboard.Documentation Index
Fetch the complete documentation index at: https://shrflow.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create a Campaign
Draft a new campaign. This does not send the email; it creates a draft state. Endpoint:POST /v1/campaigns
Response
Dispatch a Campaign
Triggers the asynchronous delivery engine for a previously created draft. Endpoint:POST /v1/campaigns/{campaign_id}/dispatch