Vapi9817234
03/09/2025, 5:28 PMVapi Support Bot
03/09/2025, 5:30 PMprovider
in your requests [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1340615317772308520)
3. **Headers Configuration**: Ensure your Content-Type
header is set to application/json
[source](https://discord.com/channels/1211482211119796234/1211483291191083018/1330221332452999321)
### Troubleshooting Steps 🔍
1. **Verify Webhook URL**: Double-check that your webhook URL is correctly entered and functional [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1335141023600480318)
2. **Check HTTP Method**: Confirm you're using the correct HTTP method (POST, GET, etc.) [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1335141023600480318)
3. **Review Make.com Logs**: Check the scenario logs in make.com for specific error details [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1335141023600480318)
4. **Test with Postman**: Try testing your webhook endpoint with a tool like Postman to verify connectivity [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1336345690393149452)
5. **Verify Authentication**: Ensure your API keys and authentication credentials are correct [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1335141023600480318)Vapi Support Bot
03/09/2025, 5:30 PMShubham Bajaj
03/11/2025, 12:31 PMContent-Type: application/json
Authorization: Bearer YOUR_VAPI_API_KEY
- Format your body like this:
json
{
"phoneNumberId": "YOUR_PHONE_NUMBER_ID",
"assistantId": "YOUR_ASSISTANT_ID",
"customer": {
"number": "{{formatPhoneNumber}}"
}
}
Where formatPhoneNumber is a variable from your Google Sheets that contains the phone number to call
2. Make sure your phone numbers in Google Sheets are in E.164 format (e.g., +15551234567)
3. If you're still getting errors, try making a simple test call with hardcoded values first to verify your Vapi API connection is working correctly.
Let me know if you try these steps and if they help resolve your issue.