cURL
curl --request POST \ --url https://app.usesend.com/api/v1/campaigns/{campaignId}/schedule \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "scheduledAt": "<string>", "batchSize": 50000 } '
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
"cmp_123"
Timestamp in ISO 8601 format or natural language (e.g., 'tomorrow 9am', 'next monday 10:30')
1 <= x <= 100000
Schedule a campaign