WhatsApp Watch Events having queue even without requests

Hello everyone,
I have been this issue with the module Watch Events from WhatsApp Business Cloud. I made the app in meta developers, configureted the webhook and token, made the connection and gerated the token. But for some reason, my webhook have been receiving datas even without any trigger.

I turned off the scenario because it starts to use a lot off operations for any reason that I dont know why.

The queue have records almost second by second.

Have someone been passing to this?

Welcome to the Make Community!

That’s how webhooks work. Something is definitely triggering events on WhatsApp for it to send the webhook request to your scenario.

If you don’t keep your scenario on, you’ll never be able to handle new requests, and your webhook queue will fill up and new requests will be rejected.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

1 Like

Thanks @samliew!!

I solved this today! When I set up this webhook, I need to choose which event I want to watch, and I didn’t select anything, so they watch literally everything :sweat_smile: (Sent, delivered, received and read), so I deleted this webhhok and created a new one, but this time I only selected watch “messages” in the list options and now it works (just a rookie mistake).

3 Likes