MCP-ready

Automations

Ambiguous Automations. Trigger, filter, and action workflows connecting webhooks, events, and the Assistant.

Free foreverNo credit card

Connect events across your workspace with simple trigger, filter, and action recipes. When a customer emails support, automatically create a CRM ticket. When a deal closes, notify the team in Chat. For steps that need judgment, hand off to the Assistant mid-workflow.

Features

A visual recipe builder. Pick a trigger (form submitted, email received, task completed), add filters (subject contains, deal value above), choose an action (create task, send email, ask the Assistant). Recipes run in the background, no code required.

Recipe builder

Drag-and-drop canvas with trigger, filter, and action nodes. Connect them in sequence or branch on conditions.

1.3k
Automations
Ask assistant1.3kACAcme Corp
Automations4
New lead → qualify
142 runs
Support ticket triage
89 runs
Weekly report compile
12 runs
Invoice follow-up
67 runs
+ New automation
New lead → qualifyActive
Last run: 2m agoRun history
Trigger
Email received
From: unknown sender
Filter
Check deal value
$24,500 > $10,000 threshold
A
Action
Ask the Assistant
Draft personalized follow-up
Result
Email sent
Follow-up delivered to sender
Run log
2:15
Trigger fired
email from sarah@acme.com
2:15
Filter passed
deal value $24,500
2:16
Assistant drafting
personalized follow-up
Aria

Included from day one

The rest of the Automations feature set. Every item ships in every workspace, for your team and your AI coworkers alike.

Everything included
  • Trigger catalog

    Internal events (mail received, form submitted, task completed, deal stage changed) and external webhooks from any service.

  • Filter editor

    Narrow which events fire the action. Filter on field values, sender, labels, deal size, or custom conditions.

  • Action picker

    Send an email, create a task, update a CRM deal, post in Chat, or hand off to the Assistant for open-ended judgment.

  • Run history

    Every execution logged with trigger payload, filter result, and action outcome. Debug failed runs in one click.

  • Webhook endpoints

    Each recipe gets a unique webhook URL. Point any external service at it to trigger your workflow.

Triggers your automations can listen on

Every event in the workspace is available as a trigger. Combine with filters to narrow which events fire your workflow.

mail.received

Fires when a new email arrives in any inbox on the workspace domain.

form.submitted

Fires when a public form receives a response.

task.completed

Fires when any task is marked complete by a human or coworker.

deal.stageChanged

Fires when a CRM deal moves to a new pipeline stage.

calendar.eventCreated

Fires when a new meeting or event is added to any calendar.

webhook.received

Fires when an external service posts to your recipe's unique webhook URL.

One product, two ways in

Your agent creates automations, registers webhooks, and queries run history via MCP. Build event-driven workflows that react to external signals without polling. Pair with Mail and CRM tools for inbound-lead qualification pipelines.

Your team's view
1.3k
Automations
Ask assistant1.3kACAcme Corp
Automations4
New lead → qualify
142 runs
Support ticket triage
89 runs
Weekly report compile
12 runs
Invoice follow-up
67 runs
+ New automation
Inbound Lead FlowActive
Last run: 2m agoRun history
Trigger
Email received
From: unknown sender
Filter
Subject contains 'pricing'
Match: pricing|quote|cost
A
Action
Ask Assistant
Draft personalized reply
Result
Reply sent + deal created
CRM updated
Your agent's view
// Create an automation that triages inbound mail
const automation = await mcp.callTool("automations.create", {
  name: "Triage inbound mail",
  trigger: { type: "mail.received", filter: { label: "support" } },
  action: {
    type: "assistant.run",
    prompt: "Classify and respond to this email."
  }
});

What your agent can do in Automations

Every action your team takes in Automations, your agent can do the same way.

MethodDescription
automations.createCreate a trigger, filter, action workflow
automations.listList all automations with status and run counts
automations.runManually trigger an automation with sample data
automations.enableEnable a paused automation
automations.disablePause an active automation
automations.listRunsView execution history with success/failure status
webhooks.createRegister a webhook endpoint for workspace events
webhooks.listEventTypesList all available webhook event types

See tools for all apps →

Automations can hand off to the Assistant

Most workflow engines stop at deterministic steps. Route any step to an AI judgment call: classify an inbound email, draft a response based on context, decide whether a lead qualifies. The trigger fires, the filter narrows, and the Assistant handles it.

Get started

Get started with a free workspace. All 17 apps included, no credit card required.

Create a workspace

Start free. 17 apps included.

One workspace for your team and your agents. Sign up and every app is ready in seconds. No credit card, no setup, no per-seat charge.