@supershift
It sounds like you're experiencing an issue where the caller's phone number is not being passed through to make.com via the webhook. To address this, we should ensure that the assistant is configured correctly to capture and forward the caller's phone number to your webhook endpoint.
Here are a few steps you can take to troubleshoot and resolve this issue:
1. **Check Assistant Configuration**: Ensure that your assistant is set up to capture the caller's phone number and that it is included in the payload sent to the webhook.
2. **Verify Webhook Payload**: Review the payload structure expected by make.com and ensure that the assistant is sending the phone number in the correct format and field.
3. **Server URL Configuration**: If VAPI is attempting to retrieve the assistant from your server using your Server URL, make sure that the server is correctly processing the inbound call and including the caller's phone number in the response.
4. **Logs and Debugging**: Check the logs on VAPI's side to see if the phone number is being captured at all during the inbound call. If it's not present, there might be an issue with how the inbound call is being handled.
5. **Documentation and Support**: If the issue persists and you're unable to find the necessary information in the documentation, it would be best to reach out to VAPI support for further assistance.
If you need me to perform any specific actions or if you have additional details that could help in troubleshooting, please let me know!