Overview
The Workflow Template Library gives you a catalog of pre-built workflows you can use to get started quickly. Instead of building every workflow from scratch, you can search or filter templates by use case and integration, preview a template's actual workflow graph, and create a new workflow from any template with a single click.
In this article, we'll be covering how to browse, filter, and preview templates, how to use a template to create a new workflow, and what happens after you create a workflow from a template.
Find and preview templates
The Template Library is available when creating a new workflow. Instead of starting with a blank canvas, you can browse pre-built templates.
To open the Template Library:
- Navigate to Workflows in the left sidebar.
- Click New Workflow.
- On the blank canvas, click Start from a template.
- The Template Library opens on the Browse step, showing a searchable grid of all templates you can apply.
Only templates your tenant can actually run are shown.
To search for templates:
- In the Template Library, type keywords into the search bar.
- The template list filters in real time as you type.
- Search matches template name, description, and use cases.
- Clear the search field to return to the full list.
To filter by use case or integration:
Alongside search, you can narrow the list using two independent filters: Use Cases and Integration.
- In the Template Library, select the Use Cases or Integration filter and choose one or more values.
- The list narrows to templates matching your selections, shown as dismissible tags below the search bar.
- Click Clear filters to reset both filters at once.
Some templates are bundled with a specific integration and only become relevant once that integration is installed — these appear alongside general-purpose templates rather than in a separate list. The Integration filter only lists integrations already installed on your tenant, so templates tied to an integration you haven't installed yet won't appear in the picker.
To preview a template:
- Click a template card to open its Detail view.
- Review its name, description, metadata, and a read-only preview of its actual workflow graph.
The graph preview is read-only — you can't click into or edit nodes from the preview.
Create a workflow from a template
Once you've found a template that fits your needs, you can create a new workflow from it. The workflow will be pre-built with all nodes, connections, and configuration ready to use.
- From the template's Detail view, review the description, metadata, and graph preview to confirm it matches your needs.
- Click Apply template.
- The workflow opens in the builder with the template's nodes and configuration pre-loaded.
- Review the workflow and customize any tenant-specific configuration (such as variables, secrets, or integration settings).
- Save as a draft or click Publish when ready to make the workflow live.
Templates are designed to be ready to use out of the box, but some may require customization for your specific environment. Check output mappers and error handlers for any instructions or placeholders that need to be updated with your tenant-specific values.
Creating a workflow from a template makes a full copy. Changes to the original template do not affect workflows you've already created from it.
What happens after you create from a template
When you create a workflow from a template, gaiia creates a new workflow in your workflows list with the template's complete configuration copied over. This includes:
- All nodes and their connections
- Node input configurations
- Output mappers and error handlers
- The trigger type and trigger configuration
The new workflow is yours to edit without affecting the original template. You can add nodes, remove nodes, change configurations, or delete the workflow entirely. The template remains available in the Template Library for future use.
See which template a workflow came from
Once you've created a workflow from a template, you can see which template it was based on in the workflow details panel.
This information helps you:
- Track which workflows were created from templates versus built from scratch
- Understand the original intent and design of a workflow you're reviewing
- Find similar workflows by identifying ones created from the same template
Only workflows created from templates will display template information. Workflows built from scratch or created before template tracking was added will not show a template source.
Related to