Issue with Webhooks

Hello,

We are currently migrating all of our workflows from Make to N8N within our company. However, we encountered a problem this morning.

Dozens of webhook triggers were executed as soon as the scenario was turned ON, even though these triggers dated back several days. It doesn’t seem like N8N has a queue system for webhooks, so I don’t understand how it’s possible that, just minutes after switching the scenario to ON, dozens of runs were triggered by events from several days ago.

Thank you in advance!

Please share your workflow

Share the output returned by the last node

[
{
“headers”: {
“host”: “netwo-io.app.n8n.cloud”,
“content-length”: “191”,
“accept”: “/”,
“accept-encoding”: “gzip, br”,
“cdn-loop”: “cloudflare; loops=1; subreqs=1”,
“cf-connecting-ip”: “34.78.192.141”,
“cf-ew-via”: “15”,
“cf-ipcountry”: “BE”,
“cf-ray”: “95426f2f033fd3af-CDG”,
“cf-visitor”: “{"scheme":"https"}”,
“cf-worker”: “n8n.cloud”,
“content-type”: “application/json”,
“x-forwarded-for”: “34.78.192.141, 172.71.127.133”,
“x-forwarded-host”: “netwo-io.app.n8n.cloud”,
“x-forwarded-port”: “443”,
“x-forwarded-proto”: “https”,
“x-forwarded-server”: “traefik-prod-users-gwc-5-6fbf5bdbfc-wzck4”,
“x-is-trusted”: “yes”,
“x-real-ip”: “34.78.192.141”
},
“params”: {},
“query”: {},
“body”: {
“event_type”: “order_line_message_created”,
“triggered_by”: “orange”,
“object_type”: “order_line”,
“object_id”: “bfcf9dd9-a3ed-4db4-a193-04d93d9a92df”,
“event_date”: “2025-06-20T10:20:21.944969006Z”
},
“webhookUrl”: “https://netwo-io.app.n8n.cloud/webhook/adf38c9f-b0eb-44f3-bc90-81263b0a5161”,
“executionMode”: “production”
}
]

Hey @Loic_Bolzon,

May I know from where are you calling the webhook?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.