IntroductionChangelogSubscribe via RSSJun 23, 2026New Variables APIThe Variables API provides read access to the Variables configured for your AI Agent. Two endpoints are available: GET /v2/variables: Lists every accessible Variable. GET /v2/variables/{id}: Returns…Jul 28, 2025New Email Conversations CC fieldWe have added a new optional field to the Email Conversations API: cc: A comma-separated list of email addresses to be added as CC recipients to the Email conversation. This field allows you to…Jul 6, 2025Autocapture variables now included in the Data Export APIThe Data Export API now returns autocapture variables within the variables attribute of each conversation object. Previously, this attribute contained only global variables. This enhancement is…May 7, 2025New End User profile fieldsWe have added two new optional fields to the End User profile object: avatar: A URL to the end user's avatar image display_name: The end user's display nameMay 6, 2025New chat window events in Embed2We've added new events to the subscribeEvent action in Embed2 to help you better track user interactions within the chat window: Event key Trigger Payload ada:minimize_chat Triggered when a user…Apr 14, 2025BCP 47 support in article upsertsThe language field on the article object in the upsert API now supports BCP 47 language tags (e.g., en-CA, fr-FR). The previously supported locale field is deprecated but still accepted for backwards…Mar 11, 2025New callback event in Embed2We've added a new event to the subscribeEvent action in Embed2. With this event, you can receive a callback when an end user submits a CSAT. The event returns a numeric CSAT score: Event key Trigger…Feb 26, 2025Validation added to reply_to field in Email Conversation APIValidation for the reply_to field in the Email Conversation API will be introduced in the coming weeks. Once implemented, requests with an invalid email address will fail with a validation error.Nov 25, 2024v2 API releaseAda is releasing a new version (v2) of our platform APIs. For detailed instructions on how to migrate your integrations, please see our Migration Guide. In addition to an updated developer…Nov 14, 2024Embed2 security improvementsWe've released some security improvements to Embed2. If you're using the Embed2 NPM package , upgrade it to version 1.7.27 or newer. The Embed2 script is versionless and gets automatic updates, so if…Oct 9, 2024setSensitiveMetaFields Embed2 Action now supported in GenerativePreviously the setSensitiveMetaFields action in Embed2 action and sensitiveMetaFields setting were only supported in scripted bots, now it is supported in Generative AI Agents.Aug 16, 2024Embed2 security improvementsWe've released some security improvements to Embed2. If you're using the Embed2 NPM package , upgrade it to version 1.7.18 or newer. The Embed2 script is versionless and gets automatic updates, so if…Aug 12, 2024New callback events in Embed2We've added three new events to the subscribeEvent action in Embed2. With these events, you can provide your clients with a better experience after a bot or AI Agent has handed the conversation off…Aug 9, 2024New conversation topic fieldsWe've added multiple fields to the Data Export API's Conversation object: generated_topic_v2_descgenerated_topic_v2_idgenerated_topic_v2_parent_idgenerated_topic_v2_title These are to support the…Jul 31, 2024New tags in End User API webhook payloadsWhen you're creating or updating users with webhooks in the End User API, you'll now see tags that you can use to filter webhook events on the Ada dashboard. You can currently use this tag to filter…Jul 8, 2024Create global keys to use with all of your Ada APIsUntil now, if you've used multiple Ada APIs, you've had to create and manage different keys for each one. Now, you have the option to create one or more global keys that work across all of Ada's…Jun 20, 2024New fields in the Data Export APIWe have added multiple fields to the Data Export API. Click through to each object type to learn more:Conversation objectagent_handle_timebot_handle_timerecord_last_updatedMessage…May 23, 2024Add IDs and metadata to sources in the Knowledge APITo make it easier to manage your knowledge base's sources, you now have the option to add information into external_id and metadata fields when you create or update a knowledge source.May 9, 2024Filter articles in the Knowledge APIYou can now filter knowledge articles to make bulk GET and DELETE requests, based on any combination of these attributes: Article IDs Whether articles are enabled Knowledge sources articles belong to…Apr 8, 2024Article tags in the Knowledge APIWe have added the ability to create article tags (e.g,. "merchants," "customers," "promotions," etc.) in the Knowledge API. Then, on your Ada dashboard, you'll be able to use those tags to filter the…