Start from a workflow that already runs.
16 curated templates, each validated against the node registry in our test suite. Use one, swap in your connections, and Workflow Health checks it before the first event arrives.
- AIbeginner10 min setup
Q&A over a fetched document
Answer a question about any public document: fetch it over HTTP, hand the text plus the question to an LLM with a grounding prompt, and post the answer to a callback URL.
4 nodes · anthropic - AIintermediate20 min setup
Document extraction to API
Receive a PDF (base64) by webhook, parse it, extract structured fields with a JSON schema, reshape them and POST the record to your API.
5 nodes · anthropic - AIintermediate15 min setup
Inbox triage: classify and route email
Every 15 minutes, fetch the next unread email, classify it (urgent / billing / general) and route urgent ones to the on-call inbox with an auto-acknowledgement.
6 nodes · gmail, anthropic, sendgrid - AIintermediate15 min setup
AI support agent with order lookup
A webhook hands a customer message to a tool-using agent that can look up the order over HTTP, then the answer is emailed back.
3 nodes · anthropic, sendgrid - Dataintermediate20 min setup
Nightly CSV feed to SQL
Download a CSV export every night, parse it, normalise the columns with the Process engine and upsert into a table.
5 nodes · mysql - Databeginner10 min setup
Fan out a list to an API
Receive a list of items by webhook and call an API once per item, five in parallel, continuing past individual failures.
3 nodes · no connections - Human in the loopbeginner10 min setup
AI screen, human approve, then send
Classify an inbound request, ask a reviewer to approve or reject it, and email the requester the outcome.
6 nodes · anthropic, sendgrid - Human in the loopintermediate15 min setup
Extract with human clarification on low confidence
Extract structured data from text; when the model is unsure it pauses and asks a person to pick from candidates, then the record is posted.
3 nodes · anthropic - Insuranceintermediate25 min setup
First notice of loss: extract, validate, triage
A claim notification arrives by webhook; AI extracts the loss details, the payload is validated, an adjuster triages it and the claim is opened in Iris.
7 nodes · anthropic, sendgrid - Operationsbeginner5 min setup
Scheduled health check with email alert
Ping an endpoint every 5 minutes; if it does not return 200, email the on-call address with the status code.
5 nodes · sendgrid - Operationsbeginner10 min setup
Validated webhook to database
Accept events by webhook, reject malformed payloads with a JSON schema, and upsert the valid ones into a SQL table.
3 nodes · mysql - Sales & CRMintermediate20 min setup
Sales inbox: qualify and route
Poll the sales mailbox, classify each email as lead / existing customer / vendor, create Iris records for new leads and forward the rest to the right team.
7 nodes · gmail, anthropic, sendgrid - Operationsadvanced15 min setup
workflow_health (system)
Acts on Workflow Health findings Auto Fix cannot answer: plans, branches, fixes, validates, commits and opens a pull request for a code defect through the host runner; files the rest for a person; reports back to the health check. Tag the installed workflow system:health and point Settings → Workflow Health at it.
17 nodes · no connections - Utilitiesintermediate10 min setup
Delay, retry and dead-letter
Call a flaky endpoint with backoff retries; on final failure wait, try a fallback endpoint, and if that also fails email an operator.
5 nodes · sendgrid - Utilitiesbeginner10 min setup
Scheduled API digest by email
Every weekday morning pull a JSON summary from your API, have an LLM turn it into three bullet points and email the team.
4 nodes · anthropic, sendgrid - Utilitiesbeginner5 min setup
Webhook transform and forward
Receive any JSON, normalise a few fields, reshape it and forward to another endpoint — the smallest useful glue workflow.
4 nodes · no connections
Need a template we don't have?
Describe it to Build with AI. It plans the nodes, generates the graph, validates it against the registry and shows you a coverage report before you commit.