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

# Workflows

The **Workflows** page is where you manage automation workflows in RizzDial. A workflow is an automated process that starts from a trigger, such as a new contact or a specific activity, and then performs actions like messaging, calling, tagging, updating contact details, or moving a lead through a process.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/overview.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=4fe1486f8a23bfc65e309ea56a2ca237" alt="Workflows page with Folders panel on the left and All Workflows table on the right" className="rounded-lg border shadow-sm" width="3350" height="1498" data-path="images/workflow/overview.png" />

## 🎯 What This Page Is Used For

Use the Workflows page when you want to:

* View all workflows in one place
* Create a new workflow
* Open an existing workflow for editing
* Organize workflows into folders
* Search and browse workflows
* Activate or deactivate workflows
* Duplicate an existing workflow
* Import a workflow from a JSON file
* Export a workflow as a JSON file
* Move a workflow into a different folder
* Delete workflows that are no longer needed

The Workflows page has two main areas.

### 📋 Workflows Table

The right side shows the workflow list. Each workflow row includes:

* Number
* Workflow name
* Status
* Created by
* Created date
* Action menu

The workflow name is clickable. Clicking it opens the workflow builder so you can review or edit the automation.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/workflows-table.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=59c3f21b17bc38fb183681725fc42987" alt="All Workflows table showing Name, Status, Created By, Created At, and Action columns" className="rounded-lg border shadow-sm" width="2180" height="1438" data-path="images/workflow/workflows-table.png" />

## 📁 Folders

Folders are optional, but they are useful when an account has many workflows.

### ➕ Add a Folder

Click **Add** in the Folders panel.

Enter a folder name, then click **Save**. After saving, the folder appears in the folder list.

<img src="https://mintcdn.com/rizler/SqB4wqsNVai7PqqO/images/workflow/add-folder.png?fit=max&auto=format&n=SqB4wqsNVai7PqqO&q=85&s=6ded1d54b08c53b817cac64e5981551c" alt="Add folder dialog with a folder name field and Save button" className="rounded-lg border shadow-sm" width="341" height="233" data-path="images/workflow/add-folder.png" />

### ✏️ Edit a Folder

Open the folder's three-dot menu and choose **Edit**.

Update the folder name, then save it.

<img src="https://mintcdn.com/rizler/P8WT5OUxiKJC94ud/images/workflow/edit-folder.png?fit=max&auto=format&n=P8WT5OUxiKJC94ud&q=85&s=f061020fdad09b7058a045e1cca07250" alt="Edit folder dialog for renaming a workflow folder" className="rounded-lg border shadow-sm" width="371" height="276" data-path="images/workflow/edit-folder.png" />

**🗑️ Delete a Folder**

Open the folder's three-dot menu and choose **Delete**.

When a folder is deleted, workflows inside it are moved to **No Folder**. The workflows themselves are not deleted.

**↕️ Reorder Folders**

Folders can be reordered by dragging the handle beside a folder name.

After dropping the folder in a new position, the order is saved automatically.

<img src="https://mintcdn.com/rizler/P8WT5OUxiKJC94ud/images/workflow/folders.png?fit=max&auto=format&n=P8WT5OUxiKJC94ud&q=85&s=77d765a40daf48213e5935e1f63150d2" alt="Workflow folders list with drag handles and three-dot menus" className="rounded-lg border shadow-sm" width="413" height="555" data-path="images/workflow/folders.png" />

**🔖 Remembered Folder Selection**

When you select a folder, the page remembers that selection in the browser. If you come back later, the same folder can be selected again automatically.

If that folder no longer exists, the page returns to **All Workflows**.

**🏷️ Workflow Status**

Each workflow has a status badge.

Common statuses are:

| Status       | Meaning                                                                       |
| ------------ | ----------------------------------------------------------------------------- |
| **Active**   | The workflow is turned on and can run                                         |
| **Inactive** | The workflow is turned off                                                    |
| **Draft**    | The workflow is still being prepared and should be reviewed before activation |

You can change a workflow's status from the row action menu.

If a workflow is active, the action menu shows **Deactivate**. If it is inactive or draft, the action menu shows **Activate**.

## ➕ Creating a Workflow

Click **Create Workflow** to start a new workflow.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/create-import-buttons.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=ac32093c599ff17e6df4ff6ed29f3a33" alt="Create Workflow and Import Workflow buttons at the top of the All Workflows page" className="rounded-lg border shadow-sm" width="2166" height="1484" data-path="images/workflow/create-import-buttons.png" />

The system creates a draft workflow and opens the workflow builder. From there, you can design the automation, update its name, add triggers, add actions, and save changes.

New workflows start as drafts so you can safely build and review them before turning them on.

## 📥 Importing a Workflow

Click **Import Workflow** to upload a workflow JSON file.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/import-workflow.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=9291807d549a7cb25b52c482603a7754" alt="Import Workflow dialog for uploading a workflow JSON file" className="rounded-lg border shadow-sm" width="896" height="572" data-path="images/workflow/import-workflow.png" />

Steps:

1. Click **Import Workflow**
2. Choose a valid workflow JSON file
3. Click **Import**
4. Wait for the import to finish

If the file is valid, the workflow is imported as a draft. You may be taken directly to the builder to review it.

Import is useful when moving a workflow between accounts, restoring a saved workflow, or sharing a workflow template.

## ⚙️ Workflow Actions Menu

Each workflow row has a three-dot action menu.

Available actions can include:

* **Edit**
* **Change Folder**
* **Activate** or **Deactivate**
* **Duplicate**
* **Export**
* **Delete**

The available actions may depend on your permissions.

**✏️ Edit**

**Edit** opens the workflow builder for that workflow.

Use this when you need to change the workflow name, trigger, actions, settings, or automation structure.

**📁 Change Folder**

**Change Folder** opens a popup where you can move the workflow into another folder.

Choose a folder, then click **Save**. Select **No Folder** if the workflow should not belong to any folder.

**▶️ Activate or Deactivate**

**Activate** turns the workflow on.

**Deactivate** turns the workflow off.

Use **Deactivate** when you want to pause a workflow without deleting it.

**📑 Duplicate**

**Duplicate** creates a copy of the workflow and opens the copy in the builder.

The copied workflow is created as a draft. This is helpful when you want to reuse a workflow structure without changing the original.

**📤 Export**

**Export** downloads the workflow as a JSON file.

Use this for backup, sharing, or migration.

**🗑️ Delete**

**Delete** removes the workflow after you confirm the action.

Only delete a workflow when it is no longer needed. If you may need it later, export it first or deactivate it instead.

**🔍 Searching and Browsing**

The workflow table includes search, pagination, and item-count controls.

Use search when you know part of a workflow name or need to quickly find a specific automation.

Use pagination when the account has many workflows. The table loads workflows in pages so the screen remains fast and organized.

**📭 Empty States**

You may see empty or limited content in these situations:

* **No folders yet** — no workflow folders have been created
* **No workflows in selected folder** — the selected folder does not contain workflows
* **No matching search results** — the search term does not match any workflow

When this happens, you can clear the search, select **All Workflows**, create a workflow, or move workflows into the selected folder.

## 🛠️ Workflow Builder

When you click **Create Workflow**, a workflow name, or **Edit** from the action menu, the **Workflow Builder** opens. This is where you design triggers, actions, and the full automation flow.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/workflow-builder.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=49b81294f9f26c2f7182c9a721b14403" alt="Workflow Builder canvas with trigger and action blocks, sidebar, and top toolbar" className="rounded-lg border shadow-sm" width="3352" height="1628" data-path="images/workflow/workflow-builder.png" />

### 🎨 Builder Canvas

The builder has three main areas:

* **Left sidebar** — drag triggers and actions onto the canvas
* **Center canvas** — visual grid where your workflow is built
* **Right panel** — configure the selected trigger or action

Triggers start the workflow. Actions run after a trigger fires. Use the **+** controls on the canvas to add more steps and connect them into a flow.

### ⚡ Available Triggers

Drag a **Trigger** block from the left sidebar onto the canvas, then choose a **Trigger Event** from the dropdown in the right panel.

Common trigger events include:

| Trigger                         | When it runs                                                             |
| ------------------------------- | ------------------------------------------------------------------------ |
| **Contact Created**             | A new contact is added to RizzDial                                       |
| **Contact Changed**             | An existing contact's details are updated                                |
| **Contact Tag Added / Removed** | A tag is added to or removed from a contact                              |
| **Disposition Change**          | A call disposition is set or updated                                     |
| **Note Added**                  | A note is added to a contact                                             |
| **Pipeline Stage Change**       | A contact is moved to a different pipeline stage                         |
| **Appointment Status**          | An appointment status changes (for example booked, confirmed, or missed) |
| **Customer Booked Appointment** | A contact books an appointment through your calendar or booking flow     |
| **Incoming SMS**                | A contact sends an inbound SMS to your number                            |
| **Dialer Call Details**         | A dialer call ends or reaches a specific call outcome                    |
| **AI Call Details**             | An AI call ends or reaches a specific call outcome                       |

You can add **filters** on any trigger to narrow when the workflow should run — for example, only when a contact is created in a specific PowerList or when a tag equals **Hot Lead**.

### ⚡ Configure a Trigger or Action

Click any block on the canvas to open its settings in the right panel.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/workflow-builder-config.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=a769da0b529b6b4a9db31104c22f3cdf" alt="Workflow Builder with Contact Created trigger selected and configuration panel open" className="rounded-lg border shadow-sm" width="3360" height="1526" data-path="images/workflow/workflow-builder-config.png" />

From here you can update the label, choose the trigger event, add filters, and configure action-specific options.

### ⚙️ Workflow Settings

Click **Settings** in the builder toolbar to open communication and timing options for the workflow.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/workflow-settings.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=10ef04b7752f1f83fc475898c5d8c80a" alt="Workflow Settings modal with Timezone, Allowed Users, Time Window, and Sender Details" className="rounded-lg border shadow-sm" width="910" height="1636" data-path="images/workflow/workflow-settings.png" />

Available settings include:

* **Timezone** — used for wait steps and time window rules
* **Allowed Users** — choose who can trigger this workflow; leave empty to allow all users
* **Time Window** — restrict when automated actions may run
* **Sender Details** — default **From Name**, **From Email**, and **From Number** for outgoing messages

Click **Save Settings** when you are done.

### ✨ Build with AI

Click **Build with AI** in the builder to describe a workflow in plain language. The AI lays out triggers and actions on the canvas based on your prompt.

<img src="https://mintcdn.com/rizler/aTvmmbWGKGtZM41I/images/workflow/build-with-ai.png?fit=max&auto=format&n=aTvmmbWGKGtZM41I&q=85&s=ed17f346f4da2373abeb39ddc4fc912b" alt="Build with AI modal with example prompts and a Describe a workflow input" className="rounded-lg border shadow-sm" width="744" height="1108" data-path="images/workflow/build-with-ai.png" />

You can iterate by asking the AI to add or change steps — for example, *"add a tag after the call."* Your changes are saved when you click **Save** in the builder.

### 💾 Save and Activate

Use **Save** in the builder toolbar to store your design. Use **Activate** to turn the workflow on once it is ready. Use **Back** to return to the **All Workflows** list.

For past run history, see [Execution Logs](/workflow/execution-logs).
