1.action : ‘contact_note’ is not working , that is the web hook is not being registered ( in manage webhooks section i cannot see it being registered) though action =‘deal_add’ , ‘deal_note_add’ for deals they are working fine.
2.The campaign open is not triggering even though the webhook is registered.That is i am opening a campaign email from one of my contact but still it is shown to be triggered.
1 Like
Please see my response to your other forum post Webhook for integration into apps The webhook is being registered, the action is subscriber_note
not contact_note
.
You can check what webhooks are registered by using the ActiveCampaign UI in settings → developer → manage webhooks. I would start here first before registering the webhooks programatically.
You should check there first to make sure the webhook exists, and is set for the action you want to listen for.
Then you can check this programmatically with the webhook_view
API endpoint.