Zoho CRM · AsyncAPI Specification
Zoho CRM Notifications API
Version v2
AsyncAPI 2.6 specification for the Zoho CRM Notifications (Instant Notifications) API surface. Subscribers register a notify_url (channel) with Zoho CRM via the REST "actions/watch" endpoint and receive HTTP POST callbacks when documented module operations (create, edit, delete, all) occur on records in supported CRM modules such as Leads, Contacts, Accounts, Deals, and others. This document models the documented subscribe/callback surface only. The REST subscription management endpoint is referenced via an external binding for completeness; the AsyncAPI channels themselves represent the per-module callback events delivered to the subscriber's notify_url.
View Spec
View on GitHub
CRMSalesCustomer Relationship ManagementMarketing AutomationLead ManagementCustomer EngagementAsyncAPIWebhooksEvents
Channels
Leads
Receive Leads module notifications
Notifications for the Leads module. Zoho CRM POSTs to the subscribed notify_url when a Lead record is created, edited, or deleted (depending on the events subscribed via /actions/watch, e.g. "Leads.create", "Leads.edit", "Leads.delete", or "Leads.all").
Contacts
Receive Contacts module notifications
Notifications for the Contacts module triggered by create, edit, delete, or all operations on Contact records.
Accounts
Receive Accounts module notifications
Notifications for the Accounts module triggered by create, edit, delete, or all operations on Account records.
Deals
Receive Deals module notifications
Notifications for the Deals module triggered by create, edit, delete, or all operations on Deal records.
Campaigns
Receive Campaigns module notifications
Notifications for the Campaigns module.
Tasks
Receive Tasks module notifications
Notifications for the Tasks module.
Cases
Receive Cases module notifications
Notifications for the Cases module.
Meetings
Receive Meetings module notifications
Notifications for the Meetings module.
Calls
Receive Calls module notifications
Notifications for the Calls module.
Solutions
Receive Solutions module notifications
Notifications for the Solutions module.
Products
Receive Products module notifications
Notifications for the Products module.
Vendors
Receive Vendors module notifications
Notifications for the Vendors module.
Price_Books
Receive Price Books module notifications
Notifications for the Price Books module.
Quotes
Receive Quotes module notifications
Notifications for the Quotes module.
Sales_Orders
Receive Sales Orders module notifications
Notifications for the Sales Orders module.
Purchase_Orders
Receive Purchase Orders module notifications
Notifications for the Purchase Orders module.
Invoices
Receive Invoices module notifications
Notifications for the Invoices module.
Appointments
Receive Appointments module notifications
Notifications for the Appointments module.
Services
Receive Services module notifications
Notifications for the Services module.
Custom
Receive Custom module notifications
Notifications for any Custom module subscribed via /actions/watch. The module path parameter carries the API name of the custom module as configured in the Zoho CRM org.
Messages
NotificationCallback
Zoho CRM Notification Callback
HTTP POST callback dispatched by Zoho CRM to the subscriber's notify_url when a subscribed module operation occurs.
Servers
https
subscription
www.zohoapis.com/crm/v2
Zoho CRM REST API host used to enable (POST /actions/watch), retrieve, update, and disable notification channels. Subscriptions are managed via this REST surface; the resulting events are delivered as HTTP POST callbacks to the subscriber's notify_url.