@SebasTop
Hello! It sounds like you're experiencing an issue with the webhook integration between VAPI and MAKE. Let's go through a few troubleshooting steps to ensure everything is set up correctly:
1. **Check the Webhook URL**: Ensure that the webhook URL you've copied from MAKE is correct and has been pasted accurately into the VAPI tool configuration.
2. **Verify the Assistant Configuration**: Make sure that the tool you've created in VAPI is properly configured within your assistant's functions and that it's being triggered as expected during the call flow.
3. **Review Network Issues**: Sometimes, network issues can prevent the webhook from receiving data. Check if there are any connectivity problems or if the MAKE service is operational.
4. **Inspect Webhook Settings in MAKE**: Double-check the settings of your webhook in MAKE to ensure it's ready to receive data and there are no restrictions or filters that might be blocking the incoming data from VAPI.
5. **Check for Errors**: Look for any error messages or logs in both VAPI and MAKE that might give you more information about what's going wrong.
6. **Test the Webhook Independently**: Try triggering the webhook outside of VAPI using a tool like Postman or a simple
curl
command to see if MAKE receives the data.
If you've gone through these steps and the issue persists, it might be best to reach out to the support teams of both VAPI and MAKE for further assistance. They may be able to provide more detailed insights into what's happening.