cigchat_broadcast_by_user_id
Send a broadcast to specific user IDs via email, SMS, WhatsApp, or Facebook. First call returns an audience estimate; confirm to execute.
Instructions
Broadcast sub flow by user ids, available types: EMAIL,SMS,WHATSAPP_TEMPLATE,FACEBOOK_NOTIFICATION [POST /subscriber/broadcast-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 |
|---|---|---|---|
| type | No | available values: EMAIL,SMS,WHATSAPP_TEMPLATE,FACEBOOK_NOTIFICATION Example: EMAIL | |
| 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. | |
| sub_flow_ns | Yes | Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. | |
| 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 |