Docs
events, filter, webhook, endpoint, create, renewal, subscription
How can I be notified of only certain events using webhooks?
Article on how to filter and be notified of only certain events triggered to your webhook endpoint
461783
2020-07-21T08:17:35Z
2024-04-30T05:54:36Z
551
0
1
247187
How can I be notified of only certain events using webhooks?
How to configure webhooks
List of events that trigger a webhook
Summary
This article helps with understanding how to be notified of only specific events using the webhook(s) configured. For example, if I want to be notified of only Subscription related events such as subscription_created, subscription_renewed, etc. among other similar events.
For every event that takes place within Chargebee, the corresponding webhook will immediately fire, irrespective of the endpoint you have configured. In order to restrict the events, you can configure your endpoint to ignore webhooks that are not of relevance. We recommend to filter webhook messages at your endpoint to control the notifications that are received. This cannot be placed within Chargebee itself.
When testing your webhooks, a specific event can be chosen for which the webhook will trigger, in order to view and verify the webhook content received at your endpoint.
A maximum of 5 endpoints can be configured per site
Chargebee has several events that are logged and have corresponding webhooks that are triggered. The entire list of event types supported can be viewed here.
Recommend documentation and articles