Cedric
04/08/2025, 7:50 PMVapi Support Bot
04/08/2025, 7:52 PMjson
{
"message": {
"type": "function-call",
"call": { Call Object },
...other message properties
}
}
### 2. Verify Function Requirements
For a function to be called properly in Vapi, you need:
- The correct function name and endpoint
- All necessary parameters (like attendee name, date, time)
- Proper headers and authentication tokens
- The appropriate HTTP method (usually POST for webhooks)
As mentioned in a [Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336345690393149452), these elements are essential for successful function execution.
### 3. Troubleshooting Steps
If your function still isn't working, try these troubleshooting steps:
- **Check Logs**: Look at both Vapi and Make.com logs for errors or warnings
- **Verify Webhook URL**: Ensure there are no typos in your webhook URL
- **Test Manually**: Try triggering the Make.com webhook manually using Postman or cURL
- **Check Authentication**: Verify that your API keys and authentication details are correct
- **Review Payload Format**: Ensure the data format sent from Make to Vapi matches what's expected
### 4. Alternative ApproachVapi Support Bot
04/08/2025, 7:52 PMShubham Bajaj
04/08/2025, 8:27 PMCedric
04/08/2025, 8:29 PMCedric
04/08/2025, 8:29 PMCedric
04/08/2025, 8:29 PMCedric
04/08/2025, 8:29 PMShubham Bajaj
04/10/2025, 10:01 PM