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
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.