cigchat_broadcast_fb_utility_template_by_user_id
Broadcast a Facebook utility message template to specific user IDs. Get an audience estimate first, then confirm with the provided token to send the batch.
Instructions
Broadcast Facebook utility message template by user ids [POST /subscriber/broadcast-facebook-utility-message-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. | |
| 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 | |
| facebook_utility_message_template | Yes | use use_default_values or params |