Skip to content

Release Version 11.6.0

Latest
Compare
Choose a tag to compare
@indrasen715 indrasen715 released this 01 Apr 06:27
· 3 commits to master since this release

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 subscription
  • create_webhook_subscription – Create a new webhook subscription with advanced configuration options
  • delete_webhook_subscription – Remove an existing webhook subscription
  • update_webhook_subscription – Modify an existing webhook subscription
  • list_all_webhooks – Retrieve a list of all configured webhook subscriptions
  • get_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