Logo
ActiveCampaign Developer Relations API Documentation

Create a deal note

POST {{yourAccountUrl}}/api/3/deals/:id/notes

 

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/:id/notes' -H 'Api-Token: yourApiKey' -d '{"note":{"note":"Note for the deal"}}'

ENDPOINTS