For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
Join Our CommunityDashboard
PlatformAPI Reference
PlatformAPI Reference
  • Getting Started
    • Welcome to Gail
    • Choose Your Path
    • Key Concepts
      • Core Concepts
      • Node Reference
        • Logic & Flow
          • Start
          • End
          • Check
          • Conditional
          • Data Transform
          • Delay
          • Random Number
          • Map
          • For Each
          • Sub Graph
        • Web & HTTP
        • AI
        • Files & Documents
        • Gail
        • Communication
        • Integrations
      • Guides & Recipes
  • Welcome to Gail
  • Choose Your Path
  • Key Concepts
  • Dashboard Overview
  • Call Logs
  • Starting a Conversation
  • Conversation History
  • Using GailGPT Effectively
  • Calls Overview
  • Actions Creation Guide
  • Overview
  • Setting Up Use Cases
  • Directory
  • Data Extraction
  • Post-Call & Mid-Call SMS
  • Overview
  • Managing Contacts
  • Creating Campaigns
  • Example: Renewal Reminders
  • Sequences
  • Redialing Rules
  • Complete SMS Setup Guide
  • SMS & Text Messaging
  • Creating SMS Campaigns
  • Reviewing SMS Conversations
  • Website Chat Integration
  • Create Your First Gail
  • Overview
  • Business Hours
  • Holiday Hours
  • Overview
  • AgencyZoom
  • Calendly
  • Google Calendar
  • Hawksoft
  • VoIP via Call Forwarding
  • Team Management
  • Billing & Usage
  • Security Settings
  • Session Timeouts
  • Applying for SMS Approval
  • What Are Workflows
  • How Workflows Run
  • Build Your First Workflow
  • Core Concepts
  • Nodes & Connections
  • Variables & Data Flow
  • Expressions
  • String Templates
  • Using Expressions in Nodes
  • Function Reference
  • Secrets
  • Starting a Workflow
  • Triggers & Webhooks
  • Timeouts & Retries
  • Testing & Debugging
  • Templates
  • Node Reference
  • Logic & Flow
  • Start
  • End
  • Check
  • Conditional
  • Data Transform
  • Delay
  • Random Number
  • Map
  • For Each
  • Sub Graph
  • Web & HTTP
  • HTTP Request
  • Web Extract
  • Web Search
  • AI
  • Agent
  • Document Analysis
  • Run Skill
  • Files & Documents
  • Create Text File
  • Create CSV
  • Parse CSV
  • Slice CSV
  • Fill PDF Form
  • Gail
  • Add Contact
  • Add Bulk Contacts
  • Create Contact List
  • Add Contact to Contact List
  • Create Campaign
  • Start Campaign
  • Add Contact to Campaign
  • Add Contacts to Campaign (Bulk)
  • Outbound Call
  • Get Call Data
  • Download Call Recording
  • Communication
  • Send SMS
  • Send Email
  • Channel Message
  • Direct Message
  • Integrations
  • Google Drive
  • Google Drive Download File
  • Google Drive List Files
  • Google Drive Upload File
  • Google Sheets
  • Google Sheets Append Rows
  • SFTP
  • SFTP Download
  • SFTP List Directory
  • SFTP Upload
  • JotForm
  • JotForm Submit
  • AgencyZoom
  • AgencyZoom Search Customers
  • AgencyZoom Get Customer
  • AgencyZoom Add Customer Note
  • AgencyZoom Search Leads
  • AgencyZoom Get Lead
  • AgencyZoom Add Lead Note
  • AgencyZoom Search Tasks
  • AgencyZoom Complete Task
  • AgencyZoom Create Task
  • AgencyZoom Update Task
  • Guides & Recipes
  • Welcome New Leads
  • Process a Daily CSV
  • Call an API
  • Branch on a Value
  • Reshape Data
  • Loop Over a CSV
  • Extract Fields with AI
  • Fill and Deliver a PDF
  • Append to Google Sheets
  • Send a Slack Alert
  • Trigger from a Webhook
  • Wait and Handle Failure
Join Our CommunityDashboard
WorkflowsNode Reference

Logic & Flow

||View as Markdown|

Logic & Flow nodes are the wiring of a workflow. They decide where a run begins and ends, which path it takes, when it pauses, and how it repeats work over a list. Reach for these whenever a workflow needs to make a decision, wait for the right moment, or process many items in one run.

Start

The entry point. Every workflow begins here and receives its incoming data.

End

Marks where a run finishes.

Check

Turns several conditions into one labeled outcome like APPROVED or DECLINED.

Conditional

Sends the run down different paths based on conditions.

Data Transform

Reshapes and renames values into new variables for later steps.

Delay

Pauses the run for a set time or until a specific moment.

Random Number

Produces a random number in a range.

Map

Transforms each item in a list into a new shape.

For Each

Runs a set of steps once for every item in a list.

Sub Graph

Packages a group of steps into a single reusable unit.

Was this page helpful?
Previous
Node Reference
Next
Start
Built with