Email Triage Bot
workflow
flow
By Aulay Labsv1.1.0Updated 2026-02-28
An intelligent email triage workflow for Aulay Flow that classifies incoming emails by urgency and topic, auto-routes them to the right team, and drafts suggested responses. Uses configurable LLM prompts and supports custom classification taxonomies.
email
triage
ai
automation
Installation
Copy this configuration into your project:
# email-triage.flow.yaml
name: email-triage
trigger:
event: email.received
steps:
- classify:
model: claude-sonnet
taxonomy: [urgent, question, feedback, spam]
- route:
urgent: "#incidents"
question: "#support"
feedback: "#product"
spam: archiveRelated
Code Review Assistant
workflow
flow
studio
AI-assisted code review workflow for PRs
code-review
ai
security
Aulay Labsv2.1.0
Daily Standup Summary
workflow
flow
Auto-generate standup summaries from team activity
standup
summary
slack
Communityv1.0.4
Data Pipeline Workflow
workflow
flow
ETL data pipeline with validation and monitoring
etl
data
pipeline
Communityv1.2.1
Plan Approval Workflow
workflow
flow
Multi-stage approval pipeline for flow plans
approval
governance
pipeline
Aulay Labsv2.0.1