Add Variables
complete
C
CI Agent
Enable the input of specific variables that can be dynamically added to the prompt call flow - example {{First Name}}, {{Company_Name}} etc - this will enable the voice agent to be customised to the call or campaign that it is running. This is essential for outbound cold calls - Like a natural cold call would start with "Hi, may I speak with {{First_Name}}. Thanks
Nikhil Gupta
complete
J
Jannis Moore
You're supposed to build that functionality yourself which is certainly a better way of doing things as each and everyone requires different variables.
It's intended to do that using their dynamic assistants instead of creating a static one using their API endpoints.
Look into this: https://docs.vapi.ai/server_url
When a new phone call comes in, Vapi requests the assistant configuration from your server, which is the perfect time to inject your own variables based on whatever you'd like.
G
Geo
You can do that with an API call:
You can also send a silent text message: https://docs.vapi.ai/text_message
Hope this helps. :)