Logo
ActiveCampaign Developer Relations API Documentation

Create a deal

POST {{yourAccountUrl}}/api/3/deals

 

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/deals' -H 'Api-Token: yourApiKey' -d '{"deal":{"contact":"5","account":"2","description":"This deal is an important deal","currency":"usd","group":"2","owner":"2","percent":null,"stage":"1","status":0,"title":"AC Deal","value":45600,"fields":[{"customFieldId":1,"fieldValue":"First field value"},{"customFieldId":2,"fieldValue":"2008-01-20"},{"customFieldId":3,"fieldValue":5500,"fieldCurrency":"EUR"}]}}'

ENDPOINTS