Templates
Pre-built starting points on the New Workflow picker.
Workflows is in Beta. The UI and API may change. The sidebar entry is currently disabled for most workspaces — your account team enables it for pilot orgs.
Templates are pre-built workflows you can clone as a starting point. + New workflow opens the template picker. Choose a template (or Blank workflow) and the editor opens with the template's nodes already laid out.
Shipped templates
| Template | What it does |
|---|---|
| HTTP + Transform + Slack | Hits an HTTP endpoint, reshapes the response with JSONata, posts the result to Slack. Good starting point for a daily summary or alert. |
| Blank workflow | Empty canvas with just a manual trigger. Build from scratch. |
Starting from a template
Choosing a template clones it — edits you make never affect the original. The cloned workflow starts with no credentials, integration connections, or webhook secrets; those are local to each workflow and must be configured after cloning. Run the workflow in test mode to verify behavior before publishing.
Starting blank
The blank canvas opens with a Manual trigger node. Replace it with a real trigger — Schedule, Webhook, or Composio — when you're ready to go live. Add nodes from the palette as needed and connect them with edges.