Templates & AI Builder
Start from a pre-built template, generate a complete workflow from natural language, or let the AI suggest optimal configurations for each node.
Workflow Templates
Templates are pre-built workflows designed for common automation patterns. Instead of starting from scratch, pick a template that matches your use case and customize it to fit your needs.
Browsing Templates
When you create a new workflow, the template selection modal appears. You can also access it from the editor toolbar at any time.
- Category filter — browse by use case: email automation, meeting management, data sync, notifications, and more.
- Difficulty level — templates are tagged as Beginner, Intermediate, or Advanced.
- Search — type keywords to filter the template list.
- Popularity — see which templates are most-used across the platform.
Compatibility Scoring
Each template shows a compatibility score based on your existing connections. A template requiring Gmail and Slack shows 100% if you have both connected, 50% with only one, and a prompt to add the missing connection.
Using a Template
Select a template
Click Use Template
Configure connections
Customize parameters
Test and activate
Template Categories
| Category | Example Templates |
|---|---|
| Email Automation | Inbox triage, auto-responder, email-to-Slack forwarder |
| Meeting Management | Meeting recap generator, auto-schedule follow-ups |
| Chat & Notifications | Slack alerts for Jira updates, Teams notification pipeline |
| File & Document | Google Drive backup, document approval workflow |
| Data & Spreadsheets | Sheet-to-CRM sync, daily report aggregator |
| Dev & PM | GitHub PR review notifications, Linear issue triage |
| General Automation | Multi-step approval chain, data enrichment pipeline |
AI Workflow Builder
Describe what you want to automate in plain English, and the AI generates a complete workflow — nodes, connections, and initial configurations — ready for you to review and customize.
How It Works
Open the AI Builder
Describe your workflow
Generate
Review and refine
Writing Effective Prompts
- Be specific about services — say 'Gmail' not just 'email', say 'Slack #engineering' not just 'send a message.'
- Describe the trigger — 'When a new GitHub issue is labeled as bug...' or 'Every morning at 9 AM...'
- Specify the outcome — 'post a summary to Slack and update the Jira ticket status to In Progress.'
- Mention conditions — 'Only if the email is from @acme.com' or 'If the amount is over $1,000.'
- Keep it focused — one workflow per prompt. Complex multi-path automations work better when built in stages.
Iterative refinement
Other AI Features
AI Suggest (Node Configuration)
When configuring any node, click the AI Suggest button to let the AI analyze the workflow context and pre-fill configuration values. This is especially useful for complex nodes like AI Prompt (system/user messages) or Transform (field mappings).
AI Modify
After a workflow exists, you can describe changes in natural language. Tell the AI to "add error handling after the API call" or "insert a loop to process each line item." The AI modifies the existing graph rather than regenerating from scratch.
AI Troubleshooting Agent
When an execution fails, the AI Troubleshooting Agent examines the failed node, its input data, connection state, and error message. It produces a diagnosis explaining what went wrong and suggests specific fixes. See the Debugging & Diagnostics guide for details.