> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nedzo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> Automate multi-step sequences in Nedzo with triggers, actions, conditions, and delays. Build workflows that react to calls, contacts, and webhooks.

Workflows let you automate what happens when something occurs in your workspace — a call ends, a contact is created, a tag is added, or a webhook fires. Chain triggers, actions, conditions, and delays together in a visual builder.

## How it works

1. **A trigger fires** — something happens (a call completes, a contact replies, etc.)
2. **Actions execute in order** — send an SMS, make a call, update a contact, post to Slack
3. **Conditions branch the flow** — take different paths based on data
4. **Delays pause when needed** — wait minutes, hours, or until a specific day

## Building workflows

The workflow builder is a visual, node-based editor. Add a trigger, then drag actions, conditions, and delays into the flow. Each node has its own configuration panel.

Workflows can be **published** and then **activated** or **deactivated** using the toggle in the editor toolbar (next to the Publish button). This lets you enable or disable a workflow without leaving the editor or deleting it.

Deactivating a workflow stops it immediately: no new contacts are enrolled, and all in-progress executions are cancelled — including queued actions, delays, and scheduled follow-up calls. Cancelled executions appear in the execution history with a "Workflow deactivated" reason. A call that is already connected when you deactivate completes normally, but no new calls or messages are started. Reactivating the workflow does not resume cancelled executions — only new enrollments run.

## Learn more

<CardGroup cols={2}>
  <Card title="Triggers" icon="bolt" href="/workflows/triggers">
    Events that start a workflow
  </Card>

  <Card title="Actions" icon="play" href="/workflows/actions">
    What your workflow can do
  </Card>

  <Card title="Conditions & Delays" icon="code-branch" href="/workflows/conditions-and-delays">
    Branching logic and timing controls
  </Card>

  <Card title="Executions" icon="clock-rotate-left" href="/workflows/executions">
    Monitoring and troubleshooting runs
  </Card>
</CardGroup>
