Events
Events can be used to let you know when something happens in your organization. Every happening in your organization will be recorded as a new Event. For example, when a new payment is received, we will create a payment_thankyou
event; when a subscription is created, we will create a subscription_created
event.
You can retrieve these events individually or as a list using our API. If you want to update the data on your server when an event occurs, you can use webhooks to send these event objects directly to an endpoint on your application’s server. Learn more about webhooks.
Attribute
webhook_id
, url
, status
and last_updated_time
.success
, scheduled
or failure
.Retrieve an event
Details of an existing event.
OAuth Scope : ZohoSubscriptions.webhooks.READ
List of events
List of all events.
OAuth Scope : ZohoSubscriptions.webhooks.READ
Event Types
The following are the list of events that Zoho Billing currently supports.
Note: For backdated subscriptions, events will not be created for any actions that occur in a date previous than the current date.
OAuth Scope : ZohoSubscriptions.webhooks.READ