Logo
ActiveCampaign Developer Relations API Documentation

Create Campaign

POST {{yourAccountUrl}}/api/3/campaign

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X POST '/api/3/campaign' -H 'Api-Token: yourApiKey' -d '{"canSplitContent":false,"type":"single","name":"Campaign Name"}'

ENDPOINTS