reference the phone number
# support
p
So I use Vapi dashboard where I have setup Vapi with Twilio so when some uses the Twilio phone number its goes to my Vapi assistant and then we ask them for there phone number on the call to save the record or do another task. I want to know while on going call with Vapi assistant is there a way to reference the phone number the user is calling from without asking them verbally ???
@User ??
a
Hey! Yeah, Twilio sends the caller’s phone number automatically to Vapi in the call metadata. You can access it without asking usually it’s in the call parameters as something like call.customer.number. Want help setting it up?​​​​​​​​​​​​​​​​ @PM
c
Hi @PM, You can use the
{{customer.number}}
dynamic variable to get the customer's phone number. You can find more information about dynamic variables here: https://docs.vapi.ai/assistants/dynamic-variables#default-variables
p
Hey thanks guys @Adam
a
You are welcome