Skip to content

Flows (Automation)

Flows let you trigger your agent automatically — without manual input. Connect events from external systems to agent actions, or schedule the agent to run on a timetable.


  • Support ticket triage — when a customer email reaches your Email channel, the agent classifies it and replies
  • GitHub issue labeler — when issues.opened fires, the agent reads it and adds labels
  • Weekly report — every Monday at 9am (scheduled flow), the agent compiles a report and posts to Slack
  • Alert responder — when a custom webhook fires, the agent runs a runbook and notifies on-call
  • Lead enrichment — when a webhook receives a new lead, the agent researches the company and adds notes

Create a Flow

Build your first automation in minutes. Create →

Triggers & Events

Webhooks, Slack, email, GitHub events, and more. Triggers →

Scheduling

Run on a timetable: hourly, daily, weekly, or custom cron. Schedule →


Trigger (event received)
Flow processes event + extracts data
Agent runs with event context
Agent takes action via tools
• Posts to Slack
• Creates GitHub issue
• Sends webhook response
• Updates CRM record