[NOWEB] - duplicate of post webooks method
Good afternoon, I have a serious error that is preventing me from using this platform.
I hope you can help me; I really don't know what to do.
Why, if I use Webhooks with a request, does it always send me a double request?
That is, when the webhooks is active, does it send me a double request?
I need help, please. This error is driving me crazy.
Here is an example of how two requests arrive simultaneously in the same message.
help please please.....
Hi! Did you setup message and message.any events? Set only message.any if you want to receive all messages, including your
We need to see the full payload to make sure it's identical
Also do not set per-session and global webhook url to the same value - it'll send 2 requests as well https://waha.devlike.pro/docs/how-to/events/#webhooks
Hi! Did you setup message and message.any events? Set only
message.anyif you want to receive all messages, including your We need to see the full payload to make sure it's identicalAlso do not set per-session and global webhook url to the same value - it'll send 2 requests as well https://waha.devlike.pro/docs/how-to/events/#webhooks
Thanks for responding quickly, and yes, I'm doing everything right, but still, it sends a double webhook, always.
Same happening here (I'm using WEBJS)
what about the webhook payloads, is it the same? Could you share it?
Friend, I don't understand what you're asking?
What I'm telling you is, send two actions.
That is, you make only one request, and send two, that is, duplicates.
It happened to me on last saturday night and was a anoying mess. So I was using 1 webhook for group or chat my bot was in with n8n (total 6 webhooks) to "fix" the double message I create a paralel workflow to roulte one single webhook to the internal n8n whebooks (image 1) so through routing, I'm filtering messages by id and number so I can spllit and fillter all the json coming from another groups and private messages In the end, I have 1 router webhook
and 1 test webhook for mapping
Same here, I’m experiencing the same issue. I’m using a webhook connected to a Laravel project, and WAHA keeps sending duplicate messages to the project. I’m using WEBJS (2025.9.7 CORE) and running it on an Ubuntu VPS with Docker Compose.