Why is my workflow executing multiple times when published (when active)?

Describe the problem/error/question

Hi everyone, I have published my workflow (I have made it active) using a whatsapp webhook which is being triggered every time I send a message to a number. For some reason, whenever the webhook is triggered the workflow fires 4 times, it fires once and then fires 3 times simultaneously. Does anyone know how to fix this? My workflow is below.

Here is my configuration of the Whatsapp Trigger:

Please let me know if you need anything else

Information on your n8n setup

  • n8n version: 2.1.4
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows

Hi @thecookie3,

This is because Whatsapp is sending you the statuses for “sent”, “delivered” and “read”. If you only want to continue on actual messages, just add an IF node to check for the message object in the triggered payload

1 Like

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