-
Introduction of New Workflow Nodes: New nodes
ConversationNode
,ToolNode
, andHangupNode
have been added to simplify workflow design. You can now use these nodes to start conversations, integrate tools, and end calls in your workflows more efficiently. -
SesameVoice Added as a New Voice Option: The
SesameVoice
provider is now available for assistant voices. You can configure your assistant’s voice to use Sesame by settingassistant.voice
toSesameVoice
. -
Voice Schema Titles Updated for Clarity: Voice provider schemas have updated titles, e.g., from
OpenAI
toOpenAIVoice
. This helps avoid confusion by clearly indicating that these configurations are for voice settings. -
Enhancements to MonitorPlan Security Options: New properties
listenAuthenticationEnabled
andcontrolAuthenticationEnabled
have been added toMonitorPlan
. You can now enforce authentication for live listening and controlling calls by enabling these options. -
Addition of New Tools for Workflow Integration: New tools such as
BashTool
,ComputerTool
, andSmsSendTool
have been added. These allow your assistant to perform system commands, interact with computers, and send SMS messages within workflows. -
Deprecation of Voicemail Tool Type: The
voicemail
tool type inCreateVoicemailToolDTO
has been deprecated. You should transition to alternative methods for handling voicemails in your applications. -
Replacement of VoicemailTool with TextEditorTool: References to
VoicemailTool
have been replaced withTextEditorTool
in model configurations. Update your models to useTextEditorTool
for text editing functionality. -
Simplification of Transfer Destination Options: The
Step
destination type has been removed fromTransferCallTool
destinations. Use other destination types likeassistant
orphoneNumber
when configuring call transfers. -
Introduction of Gemini Model in Google Platforms: The model
gemini-2.5-pro-preview-05-06
is now available inGoogleModel
andKnowledgeBase
. You can select this model to utilize Google’s latest AI capabilities in your assistant.
Get the (almost) daily changelog