vfxbro
05/01/2025, 4:11 PMVapi Support Bot
05/01/2025, 4:13 PMcustomer.number instead of customer.phone in your Vapi workflow. The correct variable to access the customer's phone number is:
{{customer.number}}
When setting up your API request to Make, ensure you're using this correct variable name in your request body. This is a common issue when trying to pass phone numbers from Vapi to external services.
Sources:
- [Vapi Documentation](https://docs.vapi.ai/squads-example)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1341078918945439775)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1338961731367604284)Kings_big💫
05/02/2025, 12:55 PM{{customer.phone}} is correctly placed in the API request, verify the phone number is available in the context, and test the workflow to ensure the dynamic variable is properly populated.