For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
Login
LogoLogo

Release notes

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

Subscribe via email

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

Subscribe via RSS

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

https://docs.ada.cx/release-notes.rss
April 29, 2026
April 29, 2026
Was this page helpful?
Previous

Multi-turn simulations now available

Next
Built with

Channel filtering for Conversations API webhooks

Webhook endpoints can now be filtered by Conversations API custom channel ID. Events from a specific custom channel can be routed to a dedicated endpoint without application-side filtering.

What’s new

  • Channel ID tagging. v1.conversation.created, v1.conversation.message, and v1.conversation.ended events from a Conversations API custom channel are now tagged with the channel’s ID.
  • Endpoint-level filtering. Add a custom channel ID to an endpoint’s Channels field to scope delivery to that channel. Unmatched events are filtered before delivery.
  • Combined with handoff filtering. When a Conversations API conversation is in an active handoff, events carry both the channel ID and the handoff integration name, so subscribers using either tag continue to receive matching events.

For details, see Webhook channel filtering.