Vapi not sentind webhook to Make.com when testing ...
# support
d
As title said , vapi just stoped sending webhooks to make.com , tried on 2 different projects. Remade webhook that linked to a tool. Webhook Logs are empty.
v
### Check Your Webhook URL Configuration Verify that the webhook URL in VAPI exactly matches the one provided by Make.com with no typos or extra spaces. Try testing the webhook manually using a tool like Postman with a simple POST request to confirm it's operational:
Copy code
curl -X POST https://your-make-webhook-url.com \
  -H "Content-Type: application/json" \
  -d '{"test":"data"}'
Also check Make.com logs for any error messages that might indicate what's going wrong. Sources: - [Troubleshooting steps for Vapi webhooks not sending data](https://discord.com/channels/1211482211119796234/1334359490258276362) - [Vapi webhook configuration settings for Make.com integration](https://discord.com/channels/1211482211119796234/1336345690393149452)
s
Webhooks for what exactly? @DeFerath
d
After testing it's only happening in Chat on Vapi.ai website. It's working fine with Webcall or just a call. It's not connecting to any webhooks in make.com. Like hooks that are connected to Tools , for example my AI must always making tool_call when asked questions , but when asked any question it just goes like that (screenshot) and no webhook activity in Webhook Logs in vapi. https://cdn.discordapp.com/attachments/1365724607835017287/1365738254288293888/image.png?ex=680e665e&is=680d14de&hm=9e165252e5d881f4ecc474b37797174b98db92b802e75aa926a2322aa83207a9&
@SlaviSavanovic
k
Hey, really sorry for your experience. If possible, could you record a loom video describing this error/behavior or inconsistency in the dashboard with the steps to reproduce it? That way, I can share this with my team, and we'll take a look. We'll even try to reproduce the same so we can fix it for you. Also, I'll request you to share your assistant ID.