cigchat_broadcast_whatsapp_template_by_user_id
Send a WhatsApp template to up to 200 subscribers by user ID. First call estimates audience size; a confirmation token is needed to broadcast.
Instructions
Broadcast whatsapp template by user ids, you can find the namespace, name, lang, params from /api/whatapp-template/list, use use_default_values or params for wa_template [POST /subscriber/broadcast-whatsapp-template-by-user-id] DANGEROUS: sends to many subscribers at once, costs money and cannot be undone. Call once without confirm to get an audience estimate, show it to the human, and only then re-call with the confirmation token. Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Confirmation token from this tool's previous "requires_confirmation" response. Call without it first, show the human the impact statement, and only pass the token once they have approved. | |
| wa_template | Yes | use use_default_values or params | |
| user_id_list | Yes | comma separated user ids, up to 200 user ids Example: 61412345678,61387625429,61245638917 | |
| max_per_minute | No | Rate limit, maximum per minute, default is 60 Example: 60 | |
| scheduled_time | No | unix timestamp, e.g. 1786123679. Leave empty to send now Example: 1786123679 |