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 SpecView on GitHubCRMSalesMarketing AutomationLead ManagementCustomer EngagementSales AutomationContact ManagementPipeline ManagementSoftware-as-a-ServiceOpenAPIAuthenticationAsyncAPIWebhooksEvents
Channels
Leads
subscribeonLeadsNotification
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
subscribeonContactsNotification
Receive Contacts module notifications
Notifications for the Contacts module triggered by create, edit, delete, or all operations on Contact records.
Accounts
subscribeonAccountsNotification
Receive Accounts module notifications
Notifications for the Accounts module triggered by create, edit, delete, or all operations on Account records.
Deals
subscribeonDealsNotification
Receive Deals module notifications
Notifications for the Deals module triggered by create, edit, delete, or all operations on Deal records.
Campaigns
subscribeonCampaignsNotification
Receive Campaigns module notifications
Notifications for the Campaigns module.
Tasks
subscribeonTasksNotification
Receive Tasks module notifications
Notifications for the Tasks module.
Cases
subscribeonCasesNotification
Receive Cases module notifications
Notifications for the Cases module.
Meetings
subscribeonMeetingsNotification
Receive Meetings module notifications
Notifications for the Meetings module.
Calls
subscribeonCallsNotification
Receive Calls module notifications
Notifications for the Calls module.
Solutions
subscribeonSolutionsNotification
Receive Solutions module notifications
Notifications for the Solutions module.
Products
subscribeonProductsNotification
Receive Products module notifications
Notifications for the Products module.
Vendors
subscribeonVendorsNotification
Receive Vendors module notifications
Notifications for the Vendors module.
Price_Books
subscribeonPriceBooksNotification
Receive Price Books module notifications
Notifications for the Price Books module.
Quotes
subscribeonQuotesNotification
Receive Quotes module notifications
Notifications for the Quotes module.
Sales_Orders
subscribeonSalesOrdersNotification
Receive Sales Orders module notifications
Notifications for the Sales Orders module.
Purchase_Orders
subscribeonPurchaseOrdersNotification
Receive Purchase Orders module notifications
Notifications for the Purchase Orders module.
Invoices
subscribeonInvoicesNotification
Receive Invoices module notifications
Notifications for the Invoices module.
Appointments
subscribeonAppointmentsNotification
Receive Appointments module notifications
Notifications for the Appointments module.
Services
subscribeonServicesNotification
Receive Services module notifications
Notifications for the Services module.
Custom
subscribeonCustomModuleNotification
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
subscriptionwww.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.