sushant
04/03/2025, 6:09 PMVapi Support Bot
04/03/2025, 6:11 PMendCallFunctionEnabled
setting is properly configured in the Vapi dashboard. [Some users have found](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1313293840580612166) that setting this to true helps resolve similar issues.
### n8n Workflow Configuration
- Implement redundancy checks in your n8n workflow to identify and handle duplicate webhook calls. You could add a unique identifier check to prevent processing the same end-of-call event multiple times.
- Review your event handling logic to ensure it's correctly interpreting the events sent by Vapi. [Our documentation suggests](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1316958070177403011) that incorrect event handling can lead to multiple triggers.
### Network and Server Issues
- Check for connectivity problems between Vapi and n8n. Network issues could cause retries, leading to multiple triggers.
- Review server logs in both Vapi and n8n for any errors or messages that could indicate what's going wrong. [This can help identify](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334359490258276362) if there are failed attempts and what the reasons might be.Vapi Support Bot
04/03/2025, 6:11 PMKyle
04/06/2025, 11:49 AMKyle
04/06/2025, 11:55 AM