-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Banned after sent a few messages #416
Comments
Have you tried to use official whatsapp url for new messages? ...whatsapp.com/send?phone=[phone_number] The project has a method for this purpose, check the Python code. |
I'll try. Thanks. |
That's the point, Whatsapp knows that it's uncommon for someone to send so many messages to people they've never talked to each other before so it considers as spam/marketing junk pretty fast. |
try:
That’s worked for me. |
What has worked so far for sending up to 120 new messages/hour Dos and Don'ts:
Have in mind:
Let's say you just got banned but you won't give up:
What happens if you send an email to Whatsapp asking the reason you were banned?
Final Considerations and Conclusion: |
Thank you guys. I'll do a refactoring of this functionality, with the points you've shown me, not to be banned again. |
Guys, I'll close this issue, after I test I'll put here the conclusion. Thanks again. |
@lfdelphino thanks a lot for all the tips. I couldn't find where we can send a "typing..." status before sending the message tho...could you please assist me with that? |
Hi guys, how do you going?
Last week I'd been trying to send message for new users using:
const chatId = new Store.UserConstructor(user.country_code+user.phone+'@c.us'); Store.Chat.find(chatId).then(chat => { chat.sendMessage(welcome_message); });
I get the new users by web service, but, when I'm sending the messages for 20 persons I get banned :(
To test I'm using a new number for Whatsapp and my test base I'm using the team numbers to send the welcome message.
I added all numbers to whatsapp contact list but I'm still getting banned. I tryed to send:
The text was updated successfully, but these errors were encountered: