Logo
ActiveCampaign Developer Relations API Documentation

Create a Webhook

POST {{yourAccountUrl}}/api/3/webhooks

 

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/webhooks' -H 'Api-Token: yourApiKey' -d '{"webhook":{"name":"My Hook","url":"http://example.com/my-hook","events":["subscribe","unsubscribe","sent"],"sources":["public","system"]}}'

ENDPOINTS