- Broadcasts can be sent either via the scheduler (queued for a future time) or manually (sent immediately).
- Recipient selection supports three modes: by tag, by segment, or by direct contact list.
- The
segment_listconsumer only reads index[0], ignoring additional segments selected by the user. - Actual message delivery happens in an external worker, not in Laravel’s queue, so Laravel only marks broadcasts as queued.
- The
Scedulertypo (misspelled “Scheduler”) appears in class names and config keys and is shipped in production.
Broadcast
Overview of the Broadcast module for sending bulk WhatsApp messages.