CallMerlinDocs
Features

Workflows

Build automated step sequences that combine multiple tools. Via chat, voice or the visual builder.

Workflows

Workflows are multi-step automations that Merlin executes for you. They combine multiple tools (accounting, CRM, email, calendar) into a single command. You build them via chat, voice or the visual builder in the dashboard.

How workflows work

  1. You describe what you want in plain language
  2. Merlin translates this into a series of steps
  3. Each step uses a specific tool (e.g. "read invoices", "create CRM contact")
  4. The output of step 1 can serve as input for step 2
  5. After completion you get the result via chat, voice or as a notification

Building a workflow

Via chat or voice

Describe the workflow in plain language:

"Create a workflow 'morning briefing' that fetches my agenda for today, checks outstanding invoices and gives me a summary."

Merlin creates the workflow and shows a preview of the steps. You can confirm, adjust or regenerate the steps.

Via the visual builder

  1. Go to Automations in the dashboard
  2. Click NewBuild workflow
  3. Add steps by choosing a provider and capability
  4. Configure parameters per step
  5. Set a trigger (manual, scheduled or via chat/voice)
  6. Click Save

Steps and providers

Each workflow step consists of:

ComponentDescription
ProviderThe connected service (e.g. Moneybird, HubSpot, Google)
CapabilityWhat the step does (e.g. read invoices, create contact)
ParametersOptional filters or values (e.g. "only unpaid")
Error handlingWhat happens if the step fails: stop or continue

Triggers

TriggerDescription
Manual"Run my morning briefing" via chat or voice
ScheduledAutomatically at fixed times (daily, weekly, monthly)
Via chatMerlin recognizes the intent and triggers the workflow

Example workflows

Morning briefing

Steps:

  1. Read today's agenda (Google/Microsoft)
  2. Fetch outstanding invoices (Moneybird)
  3. Count unanswered emails (Gmail/Outlook)

Result: a summary of your day in 10 seconds.

Week closing

Steps:

  1. Fetch all draft invoices from this week
  2. Calculate the total amount
  3. Check for missing VAT numbers
  4. List outstanding quotes older than 14 days

Result: a report with recommendations.

New customer onboarding

Steps:

  1. Create contact in CRM (HubSpot)
  2. Create welcome invoice (Moneybird)
  3. Schedule an introduction meeting (Google Calendar)
  4. Create a follow-up task

Error handling

Per step you can set what happens if the step fails:

  • Stop: the workflow stops and you get an error message
  • Continue: the workflow continues with the next step

Workflow history

Under AutomationsRun history you see all executed workflows with:

  • Date and time
  • Which steps were executed
  • Which steps were skipped or failed
  • The output per step

Workflows with AI analysis

Workflows can contain an analyze step that sends the output of previous steps through AI. The AI interprets the data, finds connections and suggests concrete actions. See Automations for details about the analyze step and the approval process.

Ops Pack (runbook after build)

After building or saving a workflow you get an Ops Pack:

  1. Short overview of the steps
  2. Approval rule when an analyze step is present (approval stays required; no auto-execute)
  3. Test phrases to start the workflow in chat (e.g. "Start workflow morning briefing")

Optionally an account admin can save the runbook as knowledge. Merlin searches that content from a new session. The workflow definition is not changed silently.

On this page