Skip to content

GHL Automation

Qir05 edited this page Sep 2, 2025 · 1 revision

Go High Level Automation Workflow

GHL

Here’s a GHL automation showing pipelines, campaigns, and triggers.

flowchart TD
  A[Lead Opts In<br/>Landing Page or Form] --> B[Trigger Workflow<br/>Add to Pipeline]
  B --> C[Set Stage = New Lead<br/>Assign Owner]
  C --> D[Send SMS + Email<br/>Immediate Follow-up]
  D --> E{Opened Email<br/>or Clicked Link?}
  E -- Yes --> F[Move Stage = Engaged<br/>Notify Sales Rep]
  E -- No --> G[Send Nurture Step<br/>Add to FB Audience]
  F --> H[Book Appointment<br/>Stage = Appt Set]
  H --> I[Send Calendar Invite<br/>+ Reminders]
  I --> J[Show Up Recorded?<br/>Tag Attendance]
  J --> K[Closed Won<br/>Stage = Onboarded]
Loading

Clone this wiki locally