CHATBOTS
Slack /rollback Concierge with Approval Gate and Audit Trail
An operator types /rollback <project> in Slack; the bot pins the current Vercel deployment, requests a peer approval.
How it runs
The automated pipeline, trigger to output.
- TriggerOperator runs /rollback <project> in SlackSlack
- ActionResolve active + last-good Vercel deploymentsVercel
- LogicRequire a different teammate to approve
- ActionPromote previous deployment on approvalVercel
- ActionAppend rollback record to Postgres audit tablePostgres
- OutputReply in thread with live URL + audit IDSlack
What it does
Turns a Slack slash command into a guarded production rollback. When someone runs `/rollback web-prod`, the bot looks up the currently promoted Vercel deployment, finds the previous successful one, and posts an approval card naming both. Only after a second person clicks Approve does it promote the rollback target. Every action — request, approver identity, and outcome — is written to an audit table.
When to use it
Use it when a bad deploy is live and you want a fast, safe path to the last good build without giving everyone raw Vercel access. The forced second-person approval prevents panic rollbacks and gives you a clean record for the incident review.
How it works
- 1Operator runs `/rollback <project>` in Slack (trigger).
- 2The bot calls Vercel to read the active deployment and resolve the previous READY deployment for that project.
- 3It checks whether the requester is the sole approver; if so it requires a different teammate to approve.
- 4On Approve click, it promotes the prior deployment via the Vercel API.
- 5It appends a row (project, from, to, requester, approver, timestamp) to the Postgres audit table.
- 6It replies in-thread with the new live URL and the audit record ID.
Set it up
What you configure once, before turning it on.
- 1Connect SlackChannels, DMs, threads, mentions.
- 2Connect VercelDeploys, runtime logs, analytics.
- 3Connect PostgresAny Postgres URL — query, write, migrate.
- 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 Chatbots workflows
Discord WAF False-Positive Triage from Ray ID
When a user posts a Cloudflare ray ID in a Discord support channel, the bot looks up the blocked request's WAF event, classifies whether it looks like a genuine false positive.
Agentic WAF Investigator with Discord Approval Gate
An autonomous agent investigates a Discord-reported WAF block end to end: pulls Cloudflare logs, correlates with PagerDuty incidents, decides if an allowlist is safe.
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.
Draft WAF Allowlist Proposal to Linear from Discord Report
Lets a support engineer confirm a Discord WAF report is a false positive, then auto-drafts a scoped Cloudflare allowlist rule proposal and files it as a Linear ticket…
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 FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
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.
