@amirjahfar
Hello Amir Ali,
I'm here to help you with the issues you're facing with your webhook integration.
1. A 400 error typically indicates that there's a bad request being sent to the server. This can be caused by several factors, such as missing parameters, incorrect data types, or an invalid request format expected by Make.com.
2. To ensure that the correct data (parameters) are being sent from VAPI to Make.com, you need to verify that the data structure in your VAPI configuration matches the expected structure by Make.com. Make sure that all required fields are included and that they are in the correct format.
3. The specific format or structure for the data to be successfully transmitted via the webhook depends on the API documentation of Make.com. Generally, you would need to send a JSON payload with the correct key-value pairs as expected by the Make.com endpoint.
Since you've attached a screenshot of the issue, I would normally review it to provide more specific guidance. However, as a text-based support bot, I can't view screenshots. Here's what you can do to troubleshoot the issue:
- Double-check the data you're sending against the Make.com API documentation.
- Ensure that all required parameters are included in your request.
- Validate the JSON format of your payload.
- Review any data type requirements for the parameters you're sending.
If you've already checked these and are still facing issues, it might be helpful to provide me with an example of the data structure you're trying to send, and I can assist you further in ensuring it's correctly formatted.
If you need more detailed support or if the issue persists, please ask support for more info on this.
Best regards,
VAPI Support Team