How to Calculate Time Spent in a Node

Introduction In this article, you will learn how to calculate the time spent in a node. Step-by-Step Instructions: Step 1: Create a custom field named time_enter. Step 2: Create a custom field named time_exit. Step 3: Create a calculated custom field for the time spent. Please do not forget to include the formula as shown […]

Read More

How to Troubleshoot Common Scripting Problems

LeadsHook is highly suitable for scripting via JavaScript. That includes JQuery and almost every other JS library. Here are some tips to ensure your scripts work without any issues. Loading & Firing of Node Level Scripts If you set your script to fire on enter of a node without a delay, the script will fire […]

Read More

Do calculations using a script

Introduction Step-by-Step Instructions: Step 1: In a Q&A node, add a script Step 2: Give it a name, for type choose script, and set it to fire on exit of the node Important: DT.setField function cannot be used on the last node for V2 DTs. Inside the script section we can define our script. For example: […]

Read More

How to Send Your Leads From LeadsHook to Go High Level

Introduction In this article you’ll discover how to send leads to Go High Level using Webhook Node. Special thanks to Rob Olsen who has provided much of the content shared on page. Please see the accompanying detailed notes below as well… PLEASE NOTE: You no longer have to use the custom script to format phone […]

Read More

How to Add External Buttons Such as For Affiliate and Ecommerce Offers

Introduction: This guide demonstrates how to incorporate an external script into your decision tree, allowing for the addition of external buttons such as those used for affiliate and ecommerce offers. USE CASE One of the most effective ways to sell online is to help your website visitors or leads to self-select for themselves the best […]

Read More

How to Add 3rd Party Tracking Scripts Inside LeadsHook

Introduction: This guide breaks down how to add third-party tracking scripts in LeadsHook. These scripts are generally used for tracking and analytics purposes. Prerequisites: Discussion: Most tracking scripts consist of two parts: LeadsHook provides 3 ways to add 3rd Party Scripts 1. Global Scripts If there are scripts that you’ll use or apply to more […]

Read More