pedroslopez / whatsapp-web.js

A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
https://wwebjs.dev
Apache License 2.0
15.21k stars 3.63k forks source link

Detecting Whatsapp notifications as spam #2183

Closed mervekl closed 1 year ago

mervekl commented 1 year ago

Is there an existing issue for this?

Describe the bug

Do you know about Whatsapp spam policies? While sending whatsapp notification to about 300 people using this api, it falls into spam. Can you help me how to fix this error?

Expected behavior

Account not closed as spam when sending messages to 300 people

Steps to Reproduce the Bug or Issue

After sending to 300 people, the account is blocked.

Relevant Code

No response

Browser Type

Chromium

WhatsApp Account Type

Standard

Does your WhatsApp account have multidevice enabled?

Yes, I am using Multi Device

Environment

WhatsApp-Web. Js last version

Additional context

No response

matricce commented 1 year ago

This is not a bug, it's a limitation of Meta, and there's no way to 'fix' it..

dudztroyer commented 1 year ago

@matricce do we have a "table" showing those limitations? So I can make sure to avoid it instead of blindlessly blocking my number?

If we get blocked, is it a permanent ban or something such as a timeout?

shirser121 commented 1 year ago

You can send messages slower

henriquemafra commented 9 months ago

I think you can create an array with 50 variations for every message and use math random to select one.