How to Calculate Time Spent in a Node

In this article, you will learn how to calculate the time spent in a node. Step 1: Create custom fields Create a custom field for the timestamp on node enter. Create a custom field for the timestamp on node exit. Create a calculated custom field for the time spent. Please do not forget to include […]

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

You might be aware of the calculation custom field. It exists so that you can do custom calculations However, its also possible to do calculations using JavaScript In a Q&A node, add a script Give it a name, for type choose script, and set it to fire on exit of the node Inside the script […]

Read More

How to Send Your Leads From LeadsHook to Go High Level

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 numbers. […]

Read More

How to Add 3rd Party Tracking Scripts Inside LeadsHook

In this article, you’ll learn how to integrate 3rd party scripts inside LeadsHook. The most common use is tracking and analytics scripts or pixels. Scripts Primer For most tracking and analytics scripts there is…1) base or global script or pixeL (like google analytics script or facebook pixel)2) And there is a node or action specific […]

Read More