Welcome to Ada’s release notes. Scroll down to see a list of recent releases.
You can subscribe to updates with our RSS feed, or sign up to get news about updates directly in your inbox.
Sign up for email notifications
At the end of every week that has had at least one feature release, we’ll send you an email on Friday at 11 a.m. Eastern to let you know about our last few releases.
Amazon Connect Voice integration improvements
The Amazon Connect voice integration now supports two new capabilities:
-
Pass metadata from Amazon Connect to Ada — The
Ada-Get-Call-IDLambda can now be used to send metadata from Amazon Connect to Ada at the beginning of a conversation. Values sent will be available in Ada as purple metavariables. -
More clearly identify if a call should continue in Amazon Connect — The
Ada-Get-Transfer-DataLambda response now includes ashould_continuefield. If the value of this field istrue, that means that Ada escalated the call to a human agent and the call should continue in Amazon Connect. If the value of this field isfalse, that means that either Ada or the end user ended the call without escalation and the call should be ended in Amazon Connect.
Both changes are backwards compatible. Existing Lambda implementations using GET requests continue to work without modification.
To learn more, see Integrate Voice with Amazon Connect.