Logo
ActiveCampaign Developer Relations API Documentation

Update a deal note

PUT {{yourAccountUrl}}/api/3/deals/:dealId/notes/:noteId

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X PUT '/api/3/deals/:dealId/notes/:noteId' -H 'Api-Token: yourApiKey' -d '{"note":{"note":"Update with more info"}}'

ENDPOINTS