Release Date: April 1st, 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
Name
parameter 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_subscribe
webhook_test
web_hook_unsubscribe
get_web_hook_subscribed_u_r_ls