CHATBOTS
Status Concierge HTTP API for Embedded Widgets
Exposes a webhook endpoint that takes a service name and returns a structured JSON health verdict from live Datadog monitors.
How it runs
The automated pipeline, trigger to output.
- TriggerInbound HTTP request with service nameHTTP webhook
- LogicValidate input, map name to monitor query
- ActionQuery Datadog monitor statesDatadog
- LogicRoll up status + assemble monitor list
- OutputReturn structured JSON verdictHTTP webhook
What it does
Provides a deterministic HTTP endpoint: POST a service name, get back JSON with an overall status, the contributing monitors, and a human-readable one-liner. It turns the chat concierge logic into an API any frontend can call.
When to use it
When you want the same "is X degraded" answer surfaced outside chat — inside your product's help widget, an internal status page, or a support tool's sidebar. Build the UI once and let this endpoint feed it live Datadog truth.
How it works
- 1An inbound HTTP webhook receives a JSON body with the requested service name.
- 2A logic step validates the input and maps the name to a Datadog monitor query (tag or name filter).
- 3The flow calls the Datadog Monitors API for matching monitor states.
- 4A logic step computes the rollup status (`ok` / `degraded` / `down` / `unknown`) and assembles the contributing monitor list.
- 5The endpoint returns a structured JSON payload with status, monitors, and a display string for the caller to render.
Set it up
What you configure once, before turning it on.
- 1Connect HTTP webhookTrigger any URL on agent actions.
- 2Connect DatadogMetrics, traces, log search.
- 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 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 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.
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 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 Onboarding Completion to CRM Sync
The moment a member finishes Discord onboarding, captures their submitted profile answers, creates or updates a contact in HubSpot.
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.
