Agus_demb
06/12/2025, 4:04 AMVapi Support Bot
06/12/2025, 4:06 AMcustomer object with the number field, and reference it as {{customer.number}} in your function or prompt.
Example payload:
json
{
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-id",
"customer": {
"number": "+11231231234"
},
"assistantOverrides": {
"variableValues": {
// other variables if needed
}
}
}
In your API request, use "phone_input": "{{customer.number}}".
Double-check that the variable is spelled exactly as shown and that the customer number is present in the payload.
[See official docs for details.](https://docs.vapi.ai/assistants/dynamic-variables)
Sources:
- [Vapi Docs: Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)
- [Vapi Docs: Outbound Calling](https://docs.vapi.ai/calls/outbound-calling)Vapi Support Bot
06/12/2025, 8:04 AMChiranjeet Mishra
06/13/2025, 2:20 AM