Skip to main content
POST
/
v1
/
campaigns
/
{campaignId}
/
schedule
cURL
curl --request POST \
  --url https://app.usesend.com/api/v1/campaigns/{campaignId}/schedule \
  --header 'Content-Type: application/json' \
  --data '{
  "scheduledAt": "<string>",
  "batchSize": 50000
}'
{
  "success": true
}

Path Parameters

campaignId
string
required
Minimum length: 1
Example:

"cmp_123"

Body

application/json
scheduledAt
string

Timestamp in ISO 8601 format or natural language (e.g., 'tomorrow 9am', 'next monday 10:30')

batchSize
integer
Required range: 1 <= x <= 100000

Response

200 - application/json

Schedule a campaign

success
boolean
required
I