How to Prevent a Workflow from Creating Duplicate Events Using an Internal Webhook and NodeJS?

This topic was automatically generated from Slack. You can find the original thread here.

Hi, i have an issue with a workflow that creates an event twice, the trigger is an internal webhook then i have 2 nodeJS codes that are used for the creation of the event. Any help, recommandation to avoid this plz ? Thanks in advance :pray:

Hi Radia,

Did you inspect the difference between these two requests?

A common cause is opening the webhook URL with a browser, which causes a secondary HTTP request to grab the favicon for the page.