IT OPS

Triage field voice reports: urgent ones page on-call, rest go to Trello

Transcribes an inbound field voice report, classifies its urgency with OpenAI, and either pages the on-call responder via PagerDuty for emergencies or files a standard Trello…

CategoryIT Ops
Enginesim
Difficultyintermediate
Triggerwebhook
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerInbound voice report (webhook)HTTP webhook
  • ActionTranscribe with ElevenLabsElevenLabsElevenLabs
  • ActionClassify urgency with OpenAIOpenAI
  • LogicBranch on critical vs. routine
  • ActionPage on-call via PagerDuty (critical)PagerDutyPagerDuty
  • OutputFile routine Trello cardTrelloTrello

What it does

Listens for field voice reports, decides whether each one is an emergency or routine, and routes accordingly. Critical reports (safety hazards, outages, blockers) page the on-call person immediately; everything else becomes a normal Trello task so the queue stays clean.

When to use it

Use it when field staff report a mix of routine updates and genuine emergencies through the same channel, and you cannot afford to bury an urgent hazard inside a backlog of ordinary notes.

How it works

  1. 1An inbound voice report arrives via webhook.
  2. 2ElevenLabs transcribes the recording.
  3. 3OpenAI classifies urgency (critical vs. routine) and drafts a one-line summary.
  4. 4A logic branch checks the urgency label.
  5. 5If critical, PagerDuty raises an incident assigned to the on-call rotation.
  6. 6If routine, Trello creates a card on the team's intake board with the transcript attached.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect ElevenLabsText-to-speech, voice cloning.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect TrelloKanban boards for everything.
  4. 4
    Connect PagerDutyIncidents, on-call, escalations.
  5. 5
    Connect HTTP webhookTrigger any URL on agent actions.
  6. 6
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  7. 7
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  8. 8
    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.