Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-prod.syntr.co/api/v1/email-marketing/campaigns/:id/send \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "send_immediately": true, "email_provider": "<string>", "sender_email_id": "<string>" } '
{ "success": true, "data": { "queue_position": 1, "eta": "0.2s" } }
Push an active draft into the delivery stream.