Watch Event

What are you trying to achieve?

Hello Guys,
I need some help with my scenario.
I built a WhatsApp chatbot flow with a WhatsApp Watch Event webhook (to StackAI) and then send a message.
But the problem I am facing right now is that, for some reason, I start the flow with one message on WhatsApp, but then I get the same message back 100 times. So the flow loops all the time until I stop it.
Can someone please help me?

Steps taken so far

I build the entire flow and every thing is set up. But the scenario loops all the time until I stop it.

Hi Marvin, what i guess is happening in your case is you are using a watch event module webhook, its job it to catch any kind of event that happens. Now as per your description you are sending a message when a webhook triggers and when that message is sent to it is being looped back as an event to the webhook and it sends another message and the cycle continues. You can use the variables like timestamp message id etc. do differentiate the message and only send a message when a specific criterion matches. Well, it is what i have assumed based on what you wrote it could something else aswell that might be causing this issue.