Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.

Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.

Copy the following URL into your RSS reader to get notified about new releases:

https://docs.ada.cx/release-notes.rss
March 13, 2026

Webhook management API

Webhook endpoints can now be managed programmatically through the new Webhooks API. This enables automating webhook configuration across environments and integrating webhook setup into deployment pipelines.

The API supports:

  • Creating, listing, updating, and deleting webhook endpoints
  • Retrieving and rotating signing secrets
  • Listing available event types

Webhooks created via the API are identical to those created in the dashboard and appear in both interfaces.

For details, see the Webhooks documentation.