Joe Muller
05/21/2025, 3:07 PMVapi Support Bot
05/21/2025, 3:09 PMserver.url
for your phone number, and Vapi will POST an assistant-request
to your endpoint on each call. Your server can then look up the caller and respond with dynamic variables or a full assistant/squad configuration.
Example response:
json
{
"assistantId": "asst_customersupport",
"assistantOverrides": {
"variableValues": {
"customerName": "Alice",
"accountType": "Gold",
"joinDate": "2022-01-01"
}
}
}
[See the docs for more details.](https://docs.vapi.ai/assistants/personalization#configure-your-phone-number-to-use-your-server)
Sources:
- [Personalization with user information](https://docs.vapi.ai/assistants/personalization#configure-your-phone-number-to-use-your-server)
- [Setting Server URLs](https://docs.vapi.ai/server-url/setting-server-urls)Joe Muller
05/21/2025, 4:55 PMJoe Muller
05/22/2025, 12:16 PMKyle
05/23/2025, 1:34 AMJoe Muller
05/26/2025, 8:47 PMKyle
05/26/2025, 11:16 PM