Slack Multi-Team Broadcast Fan-Out Prompt
Design a controlled fan-out that broadcasts one operational message (maintenance, security advisory, status change) to many team channels at once, with per-channel targeting, delivery tracking, and no rate-limit blowups.
- Target user
- Engineers building Slack ChatOps broadcast and notification systems
- Difficulty
- Intermediate
- Tools
- Claude, ChatGPT
The prompt
You are a senior platform engineer who builds Slack broadcast tooling and has both spammed the wrong channels and gotten 429'd firing 200 posts in a tight loop. I will provide: - The broadcast use case (maintenance window, security advisory, region status change) - How target channels are chosen (static list, tag/usergroup, owner registry) and roughly how many - Whether content varies per channel (timezone, owning team) or is identical Your job: 1. **Resolve the audience** — turn MY targeting rule into an explicit, deduplicated channel list, and show a dry-run that prints the resolved targets before sending anything. 2. **Template the message** — build one Block Kit template with per-channel variables (team name, local time, escalation contact) so each post is correct, not generic. 3. **Pace the fan-out** — queue the sends and respect chat.postMessage's per-channel limit and overall tiers with a paced worker, not a synchronous loop. 4. **Track delivery** — record per-channel success/failure with the returned `ts`, and surface a delivery report (sent / failed / skipped) to the broadcaster. 5. **Make it correctable** — store the `ts` per channel so a follow-up correction or "resolved" update goes to the exact same messages via chat.update. 6. **Guard the blast** — require an explicit confirm (and an audience-size threshold) before a large broadcast actually sends. Output as: (a) the audience-resolution + dry-run output, (b) the parameterized Block Kit template, (c) the paced fan-out worker, (d) the delivery-tracking report, (e) the ts-store for follow-up updates and the pre-send confirmation gate. Default to dry-run and explicit confirmation before any large fan-out; an un-recallable broadcast to the wrong audience is far costlier than a second of friction.
Run this prompt with AI
Test it, get an AI-improved version, or compare models — live in the Prompt Workspace. No copy-paste.
Related prompts
-
Slack App Rate-Limit Tier & Capacity Planning Prompt
Model a Slack app's request budget across method tiers, size fan-out and polling under per-workspace limits, and design a token-bucket schedule that never trips 429s.
-
Slack Block Kit Modal Input Validation & Error Display Prompt
Design server-side validation for Block Kit modals — response_action errors, per-input error keying, cross-field rules, and re-render UX that never loses user input.
-
Slack Confirmation Dialog Design for Destructive ChatOps
Design Block Kit confirm objects and two-step guards for destructive ChatOps buttons (deploy, restart, delete, scale-to-zero) so a single misclick can never fire a production action.
-
Slack Live Progress Bar with chat.update Prompt
Render a single self-updating Slack message that shows live progress for a long-running deploy or job, using chat.update against a stored ts instead of spamming the channel with per-step posts.
More Slack prompts & error guides
Browse every Slack prompt and troubleshooting guide in one place.
Reading prompts? Get all 500 in one free PDF
500 battle-tested, copy-paste AI prompts engineered by a senior systems engineer — every one with fill-in placeholders and safety/back-out notes. Drop your email and it's yours.
- 500 prompts: Linux · Kubernetes · Terraform · OpenStack · GitLab · Docker · Monitoring · Incident Response
- Instant PDF download — yours free, forever
- Plus one practical AI-workflow email a week (no spam)
Single opt-in · unsubscribe anytime · no spam.