Ask or search…
K
Comment on page

HighLevel RegEx URL Templates

Watch This Video!

Walkthrough Loom Video Coming Soon!

Adding RegEx Display Filters

Navigate to the "Engagement" section in your ChatHQ Portal account, and click the "Welcome Messages" sub-navigation. There you will have the ability to create new welcome messages or edit already existing welcome messages.
Once you have started to create or edit your welcome message, you will see "Display Settings" near the top of your screen. This is where you will add your RegEx templates to target different sections in your HighLevel account. Be mindful of the given RegEx template below and follow the instructions on how to replace parts of the template URL to get your welcome messages to show up in your HighLevel account!

Main RegEx Template

/\.Domain\.TLD\/v2\/location\/[a-zA-Z0-9-_]{20}\/HighLevelSection/
VERY IMPORTANT: When creating your RegEx Urls, make sure to use the template above and ONLY replace the red text unless instructed otherwise.

EXAMPLE:

/\.topprofitdigital\.com\/v2\/location\/[a-zA-Z0-9-_]{20}\/contacts\/smart_list/
IMPORTANT: HighLevel may change the URL’s and that will break this RegEx on that particular page. You can reach out to us to help find the new URL parameter to add in order to trigger on the correct page, or you can figure it out yourself and share the new solution with the ChatHQ Community FB group.

HighLevel Sections & Pages (HighLevelSection)

Launchpad

  • launchpad/

Dashboard

  • dashboard/

Conversations

Conversations

  • conversations\/conversations/

Manual Actions

  • conversations\/manual_actions/

Templates

  • conversations\/templates/
  • Links
    • conversations\/links\/link/
      • (Currently not working)(GHL UI Issue)
  • Analyze
    • conversations\/links\/analyze/

Calendars

Calendars

  • calendars\/view/

Appointments

  • calendars\/appointments/

Contacts

Smart Lists

  • contacts\/smart_list/

Bulk Actions

  • contacts\/bulk\/actions/

Restore

  • contacts\/restore/

Tasks

  • tasks/

Company

  • businesses/

Manage Smart Lists

  • settings\/smart_list\/Settings/

Contact Details (When you click into a contact)

  • contacts\/detail/

Opportunities

Opportunities

  • opportunities\/list/
    • (Currently not working)(GHL UI Issue)

Pipelines

  • opportunities\/pipeline/

Payments

Invoices

  1. 1.
    All Invoices
    • payments\/invoices/
  2. 2.
    All Recurring Invoices
    • payments\/recurring-templates/
  3. 3.
    All Invoices
    • payments\/invoices\/new/
  4. 4.
    All Recurring Invoices
    • payments\/recurring-template\/new/
  5. 5.
    Invoice Settings
    • payments\/invoice\/settings/

Orders

  • payments\/v2\/orders/

Subscriptions

  • payments\/v2\/subscriptions/

Transactions

  • payments\/v2\/transactions/

Products

  1. 1.
    Products List
    • payments\/products\/?$/
  2. 2.
    Import From Stripe
    • payments\/products\/stripe\/import/
  3. 3.
    Create New Product
    • payments\/products\/create/

Coupons

  1. 1.
    Coupons List
    • payments\/coupons/
  2. 2.
    Create New Coupon
    • payments\/coupons\/create/

Tax Settings

  • payments\/v2\/taxes/

Integrations

  • payments\/integrations/

Marketing

Social Planner

  1. 1.
    Overview
    • marketing\/social-planner\/?$/
  2. 2.
    Planner (calendar view)
    • marketing\/social-planner\/planner/
  3. 3.
    Settings
    • marketing\/social-planner\/list/
  4. 4.
    Create New Post
    • marketing\/social-planner\/post/

Emails

  1. 1.
    Campaigns
    • Overview
      • marketing\/emails\/scheduled/
    • Create Campaign
      • emails\/campaigns\/create\/[a-zA-Z0-9-_]{24}/
        • (Currently not working)(GHL Issue)
  2. 2.
    Templates
    • Overview
      • marketing\/emails\/all/
    • Create Template
      • emails\/create\/[a-zA-Z0-9-_]{24}\/builder/
        • (Currently not working)(GHL Issue)

Templates

  • marketing\/templates/
  1. 1.
    Links
    • marketing\/links\/link/
      • (Currently not working)(GHL Issue)
  2. 2.
    Analyze
    • marketing\/links\/analyze/

Affiliate Manager

  1. 1.
    Campaigns
    • Overview
      • marketing\/affiliate-manager\/campaigns\/?$/
    • Create Campaign
      • marketing\/affiliate-manager\/campaigns\/create/
  2. 2.
    Affiliates
    • marketing\/affiliate-manager\/affiliates/
  3. 3.
    Payouts
    • marketing\/affiliate-manager\/payouts/

Automation

Workflows

  • automation\/workflows/
    • (Currently not working)(GHL Issue)

Content AI

  • automation\/content-ai/

Sites

Funnels

  1. 1.
    Overview
    • funnels-websites\/funnels\/?$/
  2. 2.
    Creating Funnels
    • Steps Tab
      • Overview
        • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/steps\/[a-zA-Z0-9-_]{36}\/overview/
      • Products
        • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/steps\/[a-zA-Z0-9-_]{36}\/product/
      • Publishing
        • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/steps\/[a-zA-Z0-9-_]{36}\/publish/
    • Stats Tab
      • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/stats/
    • Sales Tab
      • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/sales/
    • Settings Tab
      • funnels-websites\/funnels\/[a-zA-Z0-9-_]{20}\/settings/
  3. 3.
    Funnel Builder (inside the funnel page builder)
    • page-builder\/[a-zA-Z0-9-_]{20}/
VERY IMPORTANT: HighLevel removed “v2” from the URL when you are inside the website builder constructing pages. The standard RegEx template will not work here. You will need to remove the “v2” from the URL in order for welcome messages to show here. I will create a short video showing this so you understand!
VERY IMPORTANT: This RegEx is EXACTLY the same as the “Funnel Builder” RegEx, meaning, any welcome messages you build for the “Funnel Builder” section will ALSO show up here. HighLevel did not create a unique URL for these sections. They use the exact same URL. I will create a short video showing this so you understand!

Websites

  1. 1.
    Overview
    • funnels-websites\/websites\/?$/
  2. 2.
    Creating Website
    • Pages Tab
      • funnels-websites\/websites\/[a-zA-Z0-9-_]{20}\/pages/
    • Stats Tab
      • funnels-websites\/websites\/[a-zA-Z0-9-_]{20}\/stats/
    • Sales Tab
      • funnels-websites\/websites\/[a-zA-Z0-9-_]{20}\/sales/
    • Settings Tab
      • funnels-websites\/websites\/[a-zA-Z0-9-_]{20}\/settings/
  3. 3.
    Website Builder (inside the website page builder)
    • page-builder\/[a-zA-Z0-9-_]{20}/
VERY IMPORTANT: HighLevel removed “v2” from the URL when you are inside the website builder constructing pages. The standard RegEx template will not work here. You will need to remove the “v2” from the URL in order for welcome messages to show here. I will create a short video showing this so you understand!
VERY IMPORTANT: This RegEx is EXACTLY the same as the “Funnel Builder” RegEx, meaning, any welcome messages you build for the “Funnel Builder” section will ALSO show up here. HighLevel did not create a unique URL for these sections. They use the exact same URL. I will create a short video showing this so you understand!

Blogs

  • Overview
    • blogs\/?$/
  • Create/Edit Blog Post (inside the page editor)
    • blogs\/post\/[a-zA-Z0-9-_]{24}\/edit/
  • Settings
    • blogs\/settings/

Wordpress (Currently Not Available)

Memberships

  1. 1.
    Dashboard
    • funnels-websites\/membership\/dashboard/
  2. 2.
    Products
    • Overview
      • funnels-websites\/membership\/products\/?$/
    • Manage Comments
      • funnels-websites\/membership\/products\/manage-comments/
    • Create New Product
      • funnels-websites\/membership\/products\/product_blueprints/
        • (Currently Not Working)(Issue Unknown)
    • Edit Product
      • Outline/Details/Offers/Comments
        • funnels-websites\/membership\/products\/[a-zA-Z0-9-_]{36}/
      • Customize
        • Overview
          • funnels-websites\/membership\/themes-v2\/[a-zA-Z0-9-_]{36}/
        • Classic Theme
          • funnels-websites\/membership\/themes-v2\/Classic\/edit\/[a-zA-Z0-9-_]{36}/
        • New York Theme
          • funnels-websites\/membership\/themes-v2\/NewYork\/edit\/[a-zA-Z0-9-_]{36}/
        • Neue Theme
          • funnels-websites\/membership\/themes-v2\/Neue\/edit\/[a-zA-Z0-9-_]{36}/
      • Edit Product Category
        • funnels-websites\/membership\/categories\/[a-zA-Z0-9-_]{36}\/edit/
      • Edit Product Post
        • funnels-websites\/membership\/posts\/[a-zA-Z0-9-_]{36}\/edit/
  3. 3.
    Offers
    • Overview
      • funnels-websites\/membership\/offers\/?$/
    • New Offer
      • funnels-websites\/membership\/offers\/new/
    • Edit
      • Details
        • funnels-websites\/membership\/offers\/[a-zA-Z0-9-_]{36}\/edit/
      • Upsell
        • funnels-websites\/membership\/offers\/[a-zA-Z0-9-_]{36}\/upsell/
      • Checkout
        • funnels-websites\/membership\/offers\/[a-zA-Z0-9-_]{36}\/checkout\/edit/
  4. 4.
    Analytics
    • Overview
      • funnels-websites\/membership\/analytics\/?$/
    • Course Progress
      • funnels-websites\/membership\/analytics\/product-progress/
    • Assessment
      • funnels-websites\/membership\/analytics\/analytics-assessments/
  5. 5.
    Settings
    • Settings Overview
      • funnels-websites\/membership\/settings\/?$/
    • Site Details
      • funnels-websites\/membership\/settings\/site-details/
    • Custom Domains
      • funnels-websites\/membership\/settings\/custom-domain/
    • Emails Settings
      • funnels-websites\/membership\/settings\/email-settings/
    • App Settings
      • funnels-websites\/membership\/settings\/app-settings/

Forms

  1. 1.
    Builder
    • Overview
      • form-builder\/main/
    • Creating a Form (inside the builder)
      • form-builder\/[a-zA-Z0-9-_]{20}/
  2. 2.
    Analyze
    • form-builder\/analyze/
  3. 3.
    Submissions
    • form-builder\/submissions/

Surveys

  1. 1.
    Builder
    • Overview
      • survey-builder\/main/
    • Creating a Survey (inside the builder)
      • survey-builder\/[a-zA-Z0-9-_]{20}/
  2. 2.
    Analyze
    • survey-builder\/analyze/
  3. 3.
    Submissions
    • survey-builder\/submissions/

Chat Widget

  • funnels-websites\/chat_widget_settings/

Reputation

Overview

  • reputation\/overview/

Requests

  • reputation\/requests/

Reviews

  • reputation\/reviews/

Reporting

Google Ads

  • reporting\/google/

Facebook Ads

  • reporting\/facebook/

Attribution Report

  1. 1.
    Conversion Report
    • reporting\/attribution\/conversion_report/
  2. 2.
    Source Report
    • reporting\/attribution\/source_report/

Call Reporting

  • reporting\/call_stats/

Agent Reporting

  • reporting\/agent_reporting/

Appointment Report

  • reporting\/appointments-reports/

Settings

Business Profile

  • settings\/company/

My Profile

  • settings\/profile/

Company Billing

  • settings\/company-billing\/billing/

My Staff

  • settings\/staff\/team/

Pipelines

  • settings\/pipeline/

Calendars

  1. 1.
    Calendars
    • settings\/calendars/
  2. 2.
    Preferences
    • settings\/calendars\/preferences/
  3. 3.
    Availability
    • settings\/calendars\/availability/
  4. 4.
    Connections
    • settings\/calendars\/connections/

Phone Numbers

  • settings\/phone_number/

Reputation Management

  • settings\/reputation\/settings/

Custom Fields

  • settings\/fields/

Custom Values

  • settings\/custom_values/
    • (Currently Not Working)(GHL UI Issue)

Domains

  • settings\/domain/

Media

  • settings\/media-settings/
  • medias/
VERY IMPORTANT: HighLevel removed “v2” from the URL when you are inside the media library. The standard RegEx template will not work here. You will need to remove the “v2” from the URL in order for welcome messages to show here. I will create a short video showing this so you understand!

URL Redirects

  • settings\/redirect/

Integrations

  1. 1.
    Overview
    • settings\/integrations\/list/
  2. 2.
    Facebook Form Fields Mapping
    • settings\/integrations\/facebook/
  3. 3.
    TikTok Form Fields Mapping
    • settings\/integrations\/tiktok/

Email Services

  • settings\/smtp_service/

Conversation Providers

  • settings\/conversation_providers/

Tags

  • settings\/tags/
    • (Currently Not Working)(GHL UI Issue)

Labs

  • settings\/labs/

Audit Logs

  • settings\/audit\/logs/

Companies

  • settings\/businesses/