Hi.
I'm trying to setting the API notification to a custom url on candidate data changing following this guide:
https://www.zoho.com/crm/developer/docs/api/v2/notifications/enable.htmlIn my request body I put this:
- {
- "watch": [
- {
- "channel_id": "1000000012345",
- "events": [
- "Candidates.create",
- "Candidates.edit"
- ],
- "token": "TOKEN_FOR_VERIFICATION_OF_1000000012345",
- "notify_url": "http://my-personal-url/"
- }
- ]
- }