Logo
ActiveCampaign Developer Relations API Documentation

Add a Contact to an Automation

POST {{yourAccountUrl}}/api/3/contactAutomations

 

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/contactAutomations' -H 'Api-Token: yourApiKey' -d '{"contactAutomation":{"contact":"117","automation":"42"}}'

ENDPOINTS