flat-fuchsia•7h ago
Can assistantOverrides be used for inbound calls?
Hi,
For outbound calls, I’ve been successfully using
For inbound calls, can I return something like the following in the
For outbound calls, I’ve been successfully using
assistantOverrides
to override settings like voice, firstMessage, and variableValues.For inbound calls, can I return something like the following in the
assistant-request
webhook response and have it applied in the same way?
{
"assistantId": "assistant-id",
"assistantOverrides": {
"voice": {
"provider": "11labs",
"voiceId": "voice-id",
"language": "ja",
},
"firstMessage": "こんにちは、山田です。ご用件を伺ってもよろしいでしょうか?"
}
}
Reference
https://docs.vapi.ai/server-url/events#retrieving-assistants
Thanks!Server events | Vapi
Learn about different events that can be sent to a Server URL.
1 Reply
flat-fuchsiaOP•3h ago
Solved. possible also for inbound calls