SOCIAL MEDIA
Realtime Repeated-Question Spike Alerter
Watches incoming comments via webhook and, when the same question suddenly spikes across posts, fires a Slack alert with the matched comments so the team can respond before it…
How it runs
The automated pipeline, trigger to output.
- TriggerNew comment arrives via webhookHTTP webhook
- ActionClassify comment into canonical topicOpenAI
- LogicUpdate rolling count and test spike threshold
- OutputPost spike alert to Slack on-call channelSlack
What it does
This workflow catches emerging question storms in real time. As comments arrive via webhook, it matches each one against known FAQ topics with an LLM and tracks how fast a topic is recurring. When a single question crosses a velocity threshold in a short window, it posts a focused Slack alert naming the topic, the count, and links to the offending comments.
When to use it
Use it during launches, outages, or pricing changes when one confusing detail can trigger a flood of identical questions. It lets you pin a clarifying reply or ship an FAQ update while the spike is still small rather than discovering it days later.
How it works
- 1An incoming-comment webhook triggers on each new comment event.
- 2An OpenAI step classifies the comment into a canonical question topic.
- 3A logic step increments the topic's rolling count and checks it against the spike threshold.
- 4If the threshold is crossed, the workflow continues; otherwise it ends quietly.
- 5A Slack message delivers the alert with topic, velocity, and direct comment links to the on-call channel.
Set it up
What you configure once, before turning it on.
- 1Connect HTTP webhookTrigger any URL on agent actions.
- 2Connect OpenAIModels, embeddings, files.
- 3Connect SlackChannels, DMs, threads, mentions.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Social Media workflows
Localized carousel variants per target market
From one approved master brief, translates the copy into each target locale, renders a localized carousel per market, and publishes each to its region's platform account.
Carousel render and auto-publish on Slack approval
Renders carousel variants from a brief, posts a preview to Slack for a one-click approve, and on approval publishes the chosen variant to the connected social platforms.
A/B carousel cover variants from one brief
Takes a single approved brief and uses an LLM to write three distinct cover-slide headlines, renders a carousel cover for each, and logs the variants to Airtable for an A/B test.
Agent-Driven Comment Policy Review Queue
An agent reviews ambiguous comments against your brand's response policy, decides whether to auto-clear, draft a reply for approval, or escalate, and routes its decision…
Tiered Discord event reminder fan-out (24h / 1h / live)
On a schedule, scans upcoming Discord-tracked events and DMs each confirmed attendee staged reminders at 24 hours, 1 hour, and event start.
Discord event capacity gate with automatic waitlist promotion
Enforces a seat cap on RSVPs: once an event is full, new sign-ups join a waitlist, and when someone drops out the next person is promoted, notified in Discord.
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.
