devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
813 stars 248 forks source link

Send message in broadcast? #308

Closed giovannicarella closed 2 months ago

giovannicarella commented 2 months ago

Is it possible to add sending messages to broadcast lists?

This way I can avoid creating automation for mass sending of messages

allburov commented 2 months ago

Hi! Do you mean the same message to different numbers? For that just call sendText multiple times in for cycle with some delay between messages and "typing" before (otherwise it seems pretty bot-like) https://waha.devlike.pro/docs/overview/how-to-avoid-blocking/

patron:PRO

giovannicarella commented 2 months ago

Thanks, i tried to send 160 message and work perfectly...