Infinite loop when sending message to WhatsApp

My friends, I hired a tool that has integration with n8n, but I encountered a difficulty. For example, I want when a user gets in touch via chat on the platform, which is a WhatsApp chatbot platform, I want one, n8n to send a message within 40 seconds to this user. It turns out that this works perfectly in test mode, but when I enable it in production mode, it starts an infinite loop sending non-stop messages to the user’s WhatsApp. If anyone understands, please help me or I can pay to make this request for me.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Lucas-th

Thanks for posting here and welcome to the community! :partying_face:

Can you please check your shared workflow? It looks like there’s some stuff missing.

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


How are you triggering this webhook in production?

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