IT OPS

On-call manual incident draft from intake form

An on-call engineer submits a short incident form; this drafts a severity-appropriate public status update, posts it to Slack for a second-set-of-eyes approval, then publishes.

CategoryIT Ops
Enginesim
Difficultybeginner
Triggerwebhook
Steps5
Setup~5 min

How it runs

The automated pipeline, trigger to output.

  • TriggerOn-call submits incident formHTTP webhook
  • LogicMap severity to tone and cadence
  • ActionDraft public status updateOpenAI
  • ActionPost draft to Slack for approvalSlack
  • OutputPublish update to status pageHTTP webhook

What it does

It takes a short manual intake submission from an on-call engineer (affected service, severity, one-line symptom) and drafts a polished public status update in tone matched to the chosen severity. A second engineer approves in Slack before it publishes, giving a fast path for incidents no monitor caught.

When to use it

Use it for the human-reported incidents that automated monitors miss, such as a customer-reported bug or a partner outage. The on-call gets a clean public update without writing copy, and the approval step keeps a second reviewer in the loop.

How it works

  1. 1An on-call engineer submits the incident intake form, triggering the workflow via webhook.
  2. 2A logic step maps the selected severity to the matching tone and required next-update cadence.
  3. 3An OpenAI step drafts the public status update from the form fields in that tone.
  4. 4The draft posts to Slack for a second engineer to approve or edit.
  5. 5On approval, the update publishes to the status page via HTTP webhook.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect SlackChannels, DMs, threads, mentions.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.