Logo
ActiveCampaign Developer Relations API Documentation

Create Variable

POST {{yourAccountUrl}}/api/3/personalizations

 

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/personalizations' -H 'Api-Token: yourApiKey' -d '{"personalization":{"tag":"brand new tag 3","name":"brand new name 3","format":"text","content":"Hello World!","listids":"2,3,4,5"}}'

ENDPOINTS