Namit
08/19/2025, 4:50 AMChiranjeet Mishra
08/20/2025, 8:52 PMserverMessages setting within your workflow configuration.
Add "serverMessages": ["end-of-call-report"] to your workflow settings. Then, include an API Request node at the end of your workflow to POST the call details like {{call.id}} and {{call.transcript}} to your n8n webhook URL.
This setup should focus on sending only the end of call report data, reducing the spamming issue you encountered. You can find more information on setting server URLs in workflows [here](https://docs.vapi.ai/server-url/setting-server-urls).