harsh-harlequin•3mo ago
greeting
can you do dynamic fields in the greeting
2 Replies
Yes, you can use dynamic fields in the greeting!
Just include variables in your greeting prompt using double curly braces, like this: When making the call via the API, set the variable value in
Note: You must set variable values via the API, not directly in the dashboard.
See documentation Source: - Vapi documentation: Using dynamic variables in a phone call
Just include variables in your greeting prompt using double curly braces, like this: When making the call via the API, set the variable value in
assistantOverrides.variableValues
:
This will personalize the greeting with the provided value.Note: You must set variable values via the API, not directly in the dashboard.
See documentation Source: - Vapi documentation: Using dynamic variables in a phone call
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
flat-fuchsia•3mo ago
Yes, using {{variable}} placeholders, which are populated via assistantOverrides.variableValues during the call..