> ## 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.

# Start faster with workflow starter templates

> Choose from 24 built-in starter templates covering project setup, task automation, notifications, and integrations. Customize and enable in minutes.

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.

## How to use a template

<Steps>
  <Step title="Open the New Workflow wizard">
    Go to the **Workflows** page and click **+ New Workflow**. The workflow wizard opens and shows the template gallery.
  </Step>

  <Step title="Browse and select a template">
    Templates are grouped by category and complexity. Click any template card to preview what it does, which trigger it uses, and what nodes it contains.
  </Step>

  <Step title="Load it onto the canvas">
    Click **Use this template**. The workflow opens in the editor with all nodes, connections, and default configurations already in place.
  </Step>

  <Step title="Customize it">
    Update any fields you want to change — the task titles, note content, HTTP URLs, notification text, or trigger filters. All fields are editable just like a workflow you built from scratch.
  </Step>

  <Step title="Enable and run">
    Toggle **Active** in the toolbar to enable automatic triggering, or click **Run** to test it immediately.
  </Step>
</Steps>

<Tip>
  Run a template with the **Run** button before enabling it. This lets you see the step results in the Runs panel and verify each node produces the output you expect before it starts firing automatically.
</Tip>

***

## 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.

<AccordionGroup>
  <Accordion title="Meeting notes to actions" icon="clipboard-list">
    **Trigger:** Manual | **For:** Everyone

    Creates a structured meeting note and generates three follow-up tasks: share meeting minutes, follow up on decisions, and schedule the next meeting. Run it after any meeting to turn your notes into tracked action items immediately.
  </Accordion>

  <Accordion title="Weekly review automation" icon="calendar-week">
    **Trigger:** Manual | **For:** Everyone

    Generates a weekly review note and creates tasks for reviewing completed work, planning next week's priorities, and cleaning up stale backlog items. Run it every Friday for a consistent weekly ritual.
  </Accordion>

  <Accordion title="Bug report handler" icon="bug">
    **Trigger:** Manual | **For:** Engineering, QA

    One click creates a structured bug report note and generates sequential tasks for investigation, implementation, and verification — each with staggered due dates so the pipeline is ready to go.
  </Accordion>

  <Accordion title="Sprint kickoff generator" icon="flag">
    **Trigger:** Manual | **For:** Engineering, Scrum Masters

    Creates a sprint planning note and generates parallel tasks for the daily standup cadence, sprint review, and retrospective — all with appropriate due dates. Run it at the start of each sprint.
  </Accordion>

  <Accordion title="Content calendar automation" icon="newspaper">
    **Trigger:** Manual | **For:** Marketing, Content Teams

    Bootstraps a full content production pipeline: content brief note, writing task, review task, design assets task, and publish task — all with staggered due dates for a smooth production flow.
  </Accordion>
</AccordionGroup>

### 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.

<AccordionGroup>
  <Accordion title="New project setup" icon="folder-plus">
    **Trigger:** Project created | **For:** Product managers, Engineering leads

    Fires automatically when any project is created. Generates a kickoff note with goals and milestones, creates environment setup and team onboarding tasks in parallel, waits briefly, then creates a sprint planning task. A complete hands-off project scaffold.
  </Accordion>

  <Accordion title="Task escalation alert" icon="triangle-exclamation">
    **Trigger:** Task status changed (filtered to `blocked`) | **For:** Engineering, Team leads

    Uses 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.
  </Accordion>

  <Accordion title="Client follow-up reminder" icon="handshake">
    **Trigger:** Task status changed (filtered to `done`) | **For:** Sales, Account managers, Freelancers

    Fires 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.
  </Accordion>

  <Accordion title="Employee onboarding checklist" icon="user-plus">
    **Trigger:** Project created | **For:** HR, Managers

    Automates new hire onboarding. Creates a welcome note, generates parallel tasks for IT setup, HR paperwork, and team introductions, then schedules a 30-day check-in task.
  </Accordion>

  <Accordion title="Feature request pipeline" icon="lightbulb">
    **Trigger:** Manual | **For:** Product managers, Engineering

    Creates a feature spec note and an evaluation task, then uses a Condition node to check priority. High-priority requests are fast-tracked to the current sprint; others go to the backlog with a standard review task.
  </Accordion>

  <Accordion title="Note-driven task creation" icon="file-circle-plus">
    **Trigger:** Note created | **For:** Product managers, Writers

    Fires automatically when any note is created. Creates a review task, sends an in-app notification, and sets the associated project to active — turning every captured idea into tracked, actionable work.
  </Accordion>
</AccordionGroup>

### Advanced templates

These templates use webhook triggers, HTTP request nodes, Approval Gate nodes, scheduled triggers, and multi-node orchestration across parallel branches.

<AccordionGroup>
  <Accordion title="Approval-gated deployment" icon="shield-check">
    **Trigger:** Manual | **For:** Engineering, DevOps

    Creates a deployment tracking task, makes an HTTP POST to trigger CI checks, then pauses at an Approval Gate for a team lead to review CI results. Once approved, marks the task as done and sends a deployment notification.
  </Accordion>

  <Accordion title="Daily due date digest" icon="bell">
    **Trigger:** Scheduled (daily at 9 AM) | **For:** Everyone

    Runs automatically every morning. Sends a notification about tasks due today, creates a daily focus note, and adds an end-of-day review task. Fully hands-off once enabled — nothing to click.
  </Accordion>

  <Accordion title="Webhook integration pipeline" icon="webhook">
    **Trigger:** Webhook | **For:** Engineering, Integrations

    Receives inbound webhooks from GitHub, Stripe, Zapier, or any external service. Creates a processing task from the webhook payload, sends a notification, and calls a downstream API to acknowledge receipt.
  </Accordion>

  <Accordion title="Smart project lifecycle" icon="arrow-progress">
    **Trigger:** Project created | **For:** Product managers, Engineering leads

    Full lifecycle automation. Creates a project brief note, generates parallel tasks for requirements and resource allocation, pauses at a Stakeholder Approval gate, then sets the project to active and sends a kickoff notification. Nothing moves forward without human sign-off.
  </Accordion>
</AccordionGroup>

***

## 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.

Templates are just starting points — there's no restriction on how much you change them.

***

## 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.                                    |
| **PDF**  | 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.

<Note>
  Only JSON files can be imported. PNG, SVG, and PDF exports are for visual sharing only — they cannot be imported back as a workflow.
</Note>

***

## 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

Start with a template closest to your use case, then use the recipes as a reference for adding more sophisticated logic.

## Next steps

<CardGroup cols={2}>
  <Card title="Triggers" icon="bolt" href="/guides/workflows/triggers">
    Understand the trigger types used in templates and how to configure them.
  </Card>

  <Card title="Nodes" icon="circle-nodes" href="/guides/workflows/nodes">
    Learn about every action and logic node available on the canvas.
  </Card>

  <Card title="Variables" icon="brackets-curly" href="/guides/workflows/variables">
    See how templates use dynamic variable references in node fields.
  </Card>

  <Card title="Overview" icon="map" href="/guides/workflows/overview">
    Return to the Workflows overview for the full picture.
  </Card>
</CardGroup>
