Changelog





New callback events in Embed2

We’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 to a human agent:

Event keyTrigger
ada:agent:joinedAgent joined the conversation
ada:agent:leftAgent left the conversation
ada:conversation:messageCustomer received a message

If you’re using the Embed2 script, these events are immediately available. If you’re using the NPM package, update it to the latest version (1.7.17) to start using them.


New conversation topic fields

We’ve added multiple fields to the Data Export API’s Conversation object:

  • generated_topic_v2_desc
  • generated_topic_v2_id
  • generated_topic_v2_parent_id
  • generated_topic_v2_title

These are to support the enhancements we made to conversation topics, which we released in May 2024. Those enhancements improved the classifications in your AI Agent’s automatic topic classifications, and now you can access that new data via API. The older topics fields, generated_topic_id and generated_topic_label, are still available so you can access information about older conversation topics.



Create global keys to use with all of your Ada APIs

Until 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 current and future platform APIs.

All of your existing API-specific keys will continue to work, and will still be specific to the APIs they were originally generated for. They’ll be marked as legacy keys in your dashboard, so you can tell them apart from your global keys.

For more information, see Authorize API integrations.