Sigurd
01/13/2025, 12:27 PMVapi
01/13/2025, 12:28 PMassistantOverrides
with variableValues
to the VAPI or SDK, including the retrieved name as a dynamic variable.
Here's a simplified example of how you might set up the assistantOverrides
with `variableValues`:
json
{
"variableValues": {
"name": "Retrieved Caller Name"
}
}
6. **Create Dynamic Prompt**: In your VAPI configuration, you would set up the assistant's message to include the dynamic variable, such as "Hello, {{name}}!".
By following these steps, when a call comes in, the make.com scenario will automatically look up the caller's name, pass it to VAPI, and the agent will be greeted with a personalized message that includes the caller's name. If you need further assistance with setting up this process in make.com or VAPI, please ask support for more info on this.Vapi
01/13/2025, 12:28 PMShubham Bajaj
01/13/2025, 12:51 PM