Send a massive messages #2233
Replies: 3 comments 4 replies
-
You will 100% be banned doing that. |
Beta Was this translation helpful? Give feedback.
-
Perhaps I explained myself poorly and it sounds like my intention was to spam, but the way my notifications work is as follows:
Also, it's worth noting that the user can cancel their notification subscription at any time. |
Beta Was this translation helpful? Give feedback.
-
I understand what you're telling me, thank you for the information, but I have a question, would I be banned from WhatsApp in this case? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm creating a bot to send mass notifications to my users. I think the maximum number of users I will send the information to is around 800. I was planning to do it with the following code:
users.map( user => { venomClient.sendFile( user, pdfPath, filename, messageSend ) })
Do you think I will have any problems when trying to send the messages?
Anyway, once it's implemented, I'll let you know how it's working.
Beta Was this translation helpful? Give feedback.
All reactions