-
New Assistant Hook for Call Ending Events: You can now define actions to execute when a call is ending using
Assistant.hooks\["AssistantHookCallEnding"\]
. This allows you to specify actions like transferring the call, saying a message, or invoking a function at the end of a call. -
Enhanced Voicemail Detection Configuration: Configure voicemail detection more precisely with new
Assistant.voicemailDetection.backoffPlan
andAssistant.voicemailDetection.beepMaxAwaitSeconds
properties. This lets you control retry strategies and set maximum wait times for voicemail beeps. -
Twilio Authentication Using API Keys: Authenticate with Twilio using
apiKey
andapiSecret
when importing a Twilio Phone Number This replaces the need forauthToken
. -
Support for New Voicemail Detection Provider and Model: Utilize the new
vapi
provider for voicemail detection by configuringAssistant.voicemailDetection.provider
. Additionally, thegemini-2.5-flash-preview-04-17
model is now supported in various schemas for advanced capabilities. -
Expanded Workflow Nodes: Workflows now support
Start
andAssistant
nodes, enabling more complex and customizable call flow designs. This allows for greater flexibility in defining how calls are handled.
Get the (almost) daily changelog