CHATBOTS
Daily Discord Digest of Repeated WAF False-Positive Reports
Each morning, scans logged Discord WAF reports in Postgres, groups them by the Cloudflare rule that keeps firing.
How it runs
The automated pipeline, trigger to output.
- TriggerDaily morning schedule
- ActionQuery recent WAF reports from PostgresPostgres
- LogicGroup by rule ID and path; count reporters
- LogicRank clusters and flag repeat offenders
- OutputPost recurring-block digest to DiscordDiscord
What it does
Finds the WAF rules that generate the most repeat complaints. It reads the report history your bot has logged, clusters them by matched Cloudflare rule and path, and posts a daily Discord digest ranking the worst offenders so you fix root causes instead of one-off tickets.
When to use it
Use it when individual ray-ID lookups are handled but nobody sees the pattern: the same overzealous rule blocking the same legitimate endpoint day after day. This surfaces systemic false positives for a permanent fix.
How it works
- 1A daily schedule triggers the flow each morning.
- 2The flow queries Postgres for WAF reports logged in the last seven days.
- 3A grouping step clusters reports by Cloudflare rule ID and request path, counting distinct reporters per cluster.
- 4A ranking step orders clusters by frequency and flags any rule exceeding the repeat threshold.
- 5The bot posts a formatted digest to the Discord ops channel with the top recurring blocks and suggested allowlist candidates.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect DiscordCommunity channels + voice + bots.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Chatbots workflows
Discord Onboarding Completion to CRM Sync
The moment a member finishes Discord onboarding, captures their submitted profile answers, creates or updates a contact in HubSpot.
Discord FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
Discord FAQ Free-Text Answer Grader
When a member submits a free-text answer in their onboarding thread, an agent grades it against the canonical FAQ knowledge base, replies with targeted feedback.
Discord verify-button onboarding via web form webhook
Receives a completed external verification form by webhook, matches it to the Discord account, grants the verified role, and confirms back to the member in Discord.
Discord intro-gated role granting concierge
Watches your #introductions channel, uses AI to confirm a new member's intro is genuine and complete, then auto-assigns the verified Member role and welcomes them.
Intercom-to-HubSpot Sync When an Activation Call Is Booked
When a Zoom activation call gets booked from an Intercom chat, enriches the lead in HubSpot, logs the meeting, and posts an AI-written prep brief to the assigned rep in Slack.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
