Starter templates are complete, pre-built workflows you can load onto the canvas with a single click. Each template includes a trigger, all necessary action and logic nodes, and pre-configured connections — so you can see how a real workflow is structured, customize the fields to match your process, and enable it immediately. Templates range from simple two-node automations to multi-branch flows with approval gates and HTTP integrations.Documentation Index
Fetch the complete documentation index at: https://docs.navisops.com/llms.txt
Use this file to discover all available pages before exploring further.
How to use a template
Open the New Workflow wizard
Browse and select a template
Load it onto the canvas
Customize it
Template categories
Beginner templates
These templates use simple, linear flows — one trigger followed by a sequence of action nodes, no branching. They’re the best place to start if you’re new to workflows.Meeting notes to actions
Meeting notes to actions
Weekly review automation
Weekly review automation
Bug report handler
Bug report handler
Sprint kickoff generator
Sprint kickoff generator
Content calendar automation
Content calendar automation
Intermediate templates
These templates use event-based triggers, Condition nodes for branching, and Delay nodes. They automate responses to things that happen in your workspace.New project setup
New project setup
Task escalation alert
Task escalation alert
blocked) | For: Engineering, Team leadsUses a Condition node to verify the task is genuinely blocked, then creates an escalation note and an urgent review task. The False branch from the Condition node logs the status change with a standard task.Client follow-up reminder
Client follow-up reminder
done) | For: Sales, Account managers, FreelancersFires when any task is completed, uses a Condition node to check whether it’s a client task (by checking if the title contains the word “client”), waits briefly, then creates a follow-up task and a next-steps note.Employee onboarding checklist
Employee onboarding checklist
Feature request pipeline
Feature request pipeline
Note-driven task creation
Note-driven task creation
Advanced templates
These templates use webhook triggers, HTTP request nodes, Approval Gate nodes, scheduled triggers, and multi-node orchestration across parallel branches.Approval-gated deployment
Approval-gated deployment
Daily due date digest
Daily due date digest
Webhook integration pipeline
Webhook integration pipeline
Smart project lifecycle
Smart project lifecycle
Customizing a template
After loading a template, everything on the canvas is editable:- Node fields — Click any node to open its configuration panel and update titles, content, URLs, or other values.
- Trigger type — You can change the trigger type entirely if you want a different activation event.
- Filters — Add or adjust the trigger filter to narrow which events fire the workflow.
- Node order — Drag nodes to reposition them, delete ones you don’t need, or add new nodes from the sidebar.
- Connections — Delete existing connections by hovering over them and clicking the X, then draw new ones to change the flow.
Import and export workflows
You can share workflow structures between accounts or back them up using JSON import and export.Exporting a workflow
Click the Export dropdown in the canvas toolbar and choose a format:| Format | Use case |
|---|---|
| JSON | Back up or transfer the workflow structure. This is the only format that can be re-imported. |
| PNG | High-quality raster image for documentation or presentations. |
| SVG | Scalable vector image that stays sharp at any zoom level. |
| Single-page document for printing or formal documentation. |
Importing a workflow
Click the Import button in the canvas toolbar and select a JSON file. The imported workflow replaces the current canvas content.Recipes and inspiration
The Navis Ops source material includes step-by-step recipes ranging from beginner to advanced that walk you through building specific workflows from scratch. These cover patterns like:- Simple task generators — Manual trigger creating three linked tasks with staggered due dates
- Note-triggered reminders — Automatic review task created for every new note
- Smart escalation — Condition node routing blocked urgent tasks to an immediate notification path
- Scheduled daily digest — Weekday cron trigger sending a morning notification and focus note
- Webhook-triggered CI/CD pipeline — Receiving a GitHub push, creating a tracking task, calling CI, gating on approval, and notifying on completion
- Multi-stage project lifecycle — Full project creation through stakeholder sign-off to active status