Released Version 11.7.0
Release Date: April 01, 2025
Enhancements
We've introduced a brand-new set of Webhook APIs, designed with enhanced functionality and flexibility. These new APIs support advanced features including:
- Custom header configuration
- Query parameter support
- Webhook authentication methods (Bearer Token and Basic Auth)
- Support for a custom
Nameparameter to label each webhook subscription
As part of this upgrade, the legacy Webhook APIs have been deprecated in favor of the new, more robust versions.
Newly Added APIs
get_webhook_subscription_detail– Retrieve detailed information about a specific webhook subscriptioncreate_webhook_subscription– Create a new webhook subscription with advanced configuration optionsdelete_webhook_subscription– Remove an existing webhook subscriptionupdate_webhook_subscription– Modify an existing webhook subscriptionlist_all_webhooks– Retrieve a list of all configured webhook subscriptionsget_webhook_events– Fetch available webhook events supported by the system
Deprecated APIs
The following legacy APIs have been deprecated:
web_hook_subscribewebhook_testweb_hook_unsubscribeget_web_hook_subscribed_u_r_ls