Workflow Templates
Create and use reusable workflow templates across your organization
Workflow templates are reusable blueprints that let team members quickly create new workflows from proven patterns. Templates are especially useful for non-technical users who want to leverage automation without building workflows from scratch.
Overview
Templates capture a complete workflow configuration at a point in time. When someone uses a template, they get a new workflow pre-configured with all the nodes, connections, and settings from the original.
┌─────────────────┐ Publish ┌─────────────────┐
│ Working │ ──────────────▶ │ Template │
│ Workflow │ as template │ Library │
└─────────────────┘ └─────────────────┘
│
Use │
template │
▼
┌─────────────────┐
│ New Workflow │
│ (Draft) │
└─────────────────┘
Why Use Templates?
For Teams
- Standardization: Ensure consistent process execution across the team
- Knowledge sharing: Let experts create templates for others to use
- Faster onboarding: New team members can start with working patterns
For Non-Technical Users
- No building required: Use pre-configured workflows immediately
- Lower barrier: Skip the learning curve of workflow design
- Self-service: Access automation without depending on technical team members
For Organizations
- Best practices: Capture and distribute proven workflow patterns
- Scalability: Enable broader adoption of Agents across teams
- Governance: Control which patterns are available for use
Using Templates
Finding Templates
- Navigate to the Agents page
- Click Use Template button
- Browse the template library
Template Library
The template modal shows all available templates:
| Column | Description |
|---|---|
| Name | Template name with optional description |
| Status | Active or Archived |
| Last Modified | When the template was last updated |
| Actions | Menu for using, editing, or managing |
Using a Template
- Find the template you want
- Click the actions menu (⋮)
- Select Use template
- A new workflow is created in Draft status
- Customize the workflow as needed
- Release when ready
Previewing Templates
Before using a template, you can preview its structure:
- Click the actions menu (⋮)
- Select Preview
- View the workflow in read-only mode
This helps you understand what the template does before creating a workflow from it.
Creating Templates
Any workflow can become a template. This lets you share your work with the team.
Publishing a Workflow as Template
- Go to the Agents page
- Find the workflow you want to share
- Click the actions menu (⋮) on the workflow row
- Select Publish as template
- Enter a name and description
- Click Publish template
Template Details
When publishing, provide:
| Field | Required | Description |
|---|---|---|
| Name | Yes | Display name in the template library |
| Description | No | Explanation of what the template does and when to use it |
Tips for good template descriptions:
- Explain the use case (e.g., "Automatically follow up after sales meetings")
- List prerequisites (e.g., "Requires Slack integration")
- Note any customization needed (e.g., "Update the Slack channel ID after creating")
What Gets Captured
Templates capture the complete workflow configuration:
- All nodes and their settings
- All connections between nodes
- Trigger configuration
- Retry policies
- Node names and positions
Templates do not capture:
- Execution history
- Organization-specific IDs (these need updating after use)
- Integration credentials (users connect with their own)
Managing Templates
Editing Template Details
Template creators and admins can update template metadata:
- Open the template library
- Find your template
- Click actions menu (⋮)
- Select Edit details
- Update name or description
- Save changes
Note: Editing details doesn't change the workflow configuration captured in the template. To update the workflow itself, publish a new template from the updated workflow.
Archiving Templates
Archive templates that are outdated or no longer recommended:
- Open the template library
- Find the template
- Click actions menu (⋮)
- Select Archive
Archived templates:
- Don't appear in the default template list
- Can be viewed in the "Archived" tab
- Can be unarchived if needed later
Deleting Templates
Permanently remove templates that are no longer needed:
- Open the template library
- Find the template
- Click actions menu (⋮)
- Select Delete Permanently
- Confirm deletion
Warning: Deletion is permanent. Existing workflows created from the template are not affected.
Template Permissions
| Role | Can Use | Can Create | Can Edit | Can Archive | Can Delete |
|---|---|---|---|---|---|
| Viewer | ❌ | ❌ | ❌ | ❌ | ❌ |
| Creator | ✅ | ✅ (own workflows) | ✅ (own templates) | ✅ (own) | ✅ (own) |
| Admin | ✅ | ✅ (any workflow) | ✅ (any template) | ✅ (any) | ✅ (any) |
Best Practices
Creating Good Templates
- Test thoroughly - Ensure the workflow works before publishing
- Use clear names - Make it obvious what the template does
- Write descriptions - Help users understand when to use it
- Document customization - Note what users need to change
- Keep it focused - One template per use case
Organizing Templates
- Naming convention: Use prefixes for categories (e.g., "Sales: Meeting Follow-up")
- Archive unused: Keep the library clean by archiving old templates
- Version naming: Include version hints if updating (e.g., "v2" suffix)
Template Lifecycle
- Develop: Build and refine the workflow
- Test: Verify it works for the intended use case
- Publish: Create the template with good documentation
- Support: Help team members customize their copies
- Update: Publish new templates as processes improve
- Archive: Remove outdated templates
Common Use Cases
Meeting Automation Templates
| Template | Description |
|---|---|
| Meeting Summary to Slack | Post AI-generated summary after meetings |
| Sales Call Follow-up | Send follow-up email with action items |
| Pre-Meeting Brief | Send context 24h before meetings |
CRM Integration Templates
| Template | Description |
|---|---|
| Meeting Notes to HubSpot | Create HubSpot task with meeting notes |
| Deal Update from Call | Update Salesforce opportunity after calls |
| Activity Logger | Log meeting activities to CRM |
Notification Templates
| Template | Description |
|---|---|
| Risk Alert | Notify manager when risk signals detected |
| Weekly Digest | Send weekly meeting summary |
| Scheduled Report | Generate periodic reports |
Troubleshooting
Template doesn't appear in library
- Verify you have Creator or Admin role
- Check if the template was archived (view Archived tab)
- Confirm the template was published successfully
New workflow from template has errors
- Check that required integrations are connected
- Update organization-specific values (channel IDs, record IDs)
- Verify you have permission for all integration nodes
Can't edit template details
- Only the template creator or admins can edit
- Contact the creator or an admin