tnigam
09/17/2025, 2:12 AMVapi Support Bot
09/17/2025, 2:12 AM{{customer.number}} variable is only populated if the call payload or your server's response includes the customer's phone number. If this field is missing or not set correctly in your request or response, the variable will be empty.
To ensure it is always available, make sure your server responds with the customer number like this:
json
{
"customer": {
"number": "+11234567890"
}
}
Check your server logic to confirm the customer number is always included in every call event.
[See more on dynamic variables](https://docs.vapi.ai/assistants/dynamic-variables#default-variables)
Source:
- [Variables Vapi Documentation](https://docs.vapi.ai/assistants/dynamic-variables#default-variables)tnigam
09/17/2025, 2:51 AMtnigam
09/17/2025, 2:53 AMLordvickthor
09/17/2025, 5:42 AMtnigam
09/17/2025, 6:13 AMChiranjeet Mishra
09/19/2025, 1:07 AMDanny Bhaskaran
10/16/2025, 11:48 PMChiranjeet Mishra
10/20/2025, 10:07 PM