post https://a.klaviyo.com/api/campaign-send-jobs
Trigger a campaign to send asynchronously
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
campaigns:write
Responses
Trigger a campaign to send asynchronously
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
campaigns:write
xxxxxxxxxx
13curl --request POST \
--url https://a.klaviyo.com/api/campaign-send-jobs \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "campaign-send-job"
}
}
'
xxxxxxxxxx
12{
"data": {
"type": "campaign-send-job",
"id": "string",
"attributes": {
"status": "cancelled"
},
"links": {
"self": "string"
}
}
}