Notifications API

Notifications API

I've enabled notification for a channel to be notified anytime a contact is added, edited, or deleted. The request to enable succeeded, however I never receive the callback. I'm recording the callback to the database when it comes in, it doesn't ever come in.

I receive the following response when I enable the channel.

{"watch":[{"code":"SUCCESS","details":{"events":[{"channel_expiry":"2020-12-18T15:24:43-08:00","resource_uri":"https://www.zohoapis.com/crm/v2/Contacts","resource_id":"4727520000000002179","resource_name":"Contacts","channel_id":"1939842093"}]},"message":"Successfully subscribed for actions-watch of the given module","status":"success"}]}

After enabling, I edited several records and was not notified. Any idea why I'm not being notified?