OTHER

Route follow-up actions from field voice memos into Asana

Listens for a technician's voice note webhook, transcribes it, and uses OpenAI to decide whether it contains a follow-up action.

CategoryOther
Enginesim
Difficultyintermediate
Triggerwebhook
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerVoice note posted to webhookHTTP webhook
  • ActionTranscribe recording with ElevenLabsElevenLabsElevenLabs
  • ActionClassify and extract follow-up with OpenAIOpenAI
  • LogicBranch on actionable vs. routine
  • ActionCreate routed Asana task with assigneeAsanaAsana
  • OutputReturn created task link to callerHTTP webhook

What it does

Not every voice memo needs action. This workflow transcribes each field note and uses OpenAI to judge whether a genuine follow-up is required — a return visit, a part order, a customer callback. Only actionable memos become Asana tasks; routine "all done" notes are logged and dropped.

When to use it

Use it when your team is drowning in field notes and you want only the memos that require a next step to reach the Asana board, automatically assigned to the right crew or queue.

How it works

  1. 1A mobile app posts the voice note to the workflow's webhook endpoint.
  2. 2ElevenLabs transcribes the recording.
  3. 3OpenAI classifies the memo and, if actionable, extracts the task title, due window, priority, and target crew.
  4. 4A logic branch checks the actionable flag — non-actionable memos exit here.
  5. 5For actionable memos, the workflow creates an Asana task in the matching project with the extracted details and assignee.
  6. 6The created task link is returned to the caller as confirmation.

Set it up

What you configure once, before turning it on.

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