API ReferenceCampaigns
Send or schedule campaign
Send a campaign immediately or schedule for future delivery
AuthorizationBearer <token>
API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. The project is automatically derived from the key.
In: header
Path Parameters
idstring
scheduledFor?string
ISO 8601 timestamp for when to send the campaign. Omit or set to null for immediate send.
Format
date-timeResponse Body
curl -X POST "https://api.mailer.evogic.solutions/campaigns/string/send" \ -H "Content-Type: application/json" \ -d '{}'Empty