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 […]
Articles Tagged: scripts
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 […]
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 […]
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. […]
How to Add External Buttons Such as For Affiliate and Ecommerce Offers
In this article you’ll learn about to add an external script. 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 offer, product or solution. Think of this as a virtual sales person similar to someone you’d help you in […]
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 […]