HTML5 includes a protocol for making an element clickable and opening the phone app and adding the number to call. This makes it very easy to add a Click-to-Call button in your Decision Tree. Take note, make sure to include target=”_blank” as this is the only way that this would work for IOS users. The […]
Category: Nodes
How to Pass your Decision Tree Tags via API or Webhook
You can now send all your Decision Tree Tags via API or Webhook You can use {_lead_tags} for sending them as a string with comma separated tag values or you can also use {_lead_tags_array} to send them as an array. NOTE: {_lead_tags_array} should not be enclosed with ” ” as it needs to be sent […]
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 […]
How to Use Conditional Dropdowns in Your Decision Tree
In the short video below you’ll learn how to setup your conditional dropdown. What’s is a Conditional Dropdown? It’s a combination of dropdowns where the values available for selection change based on previous selection. Example: If you select a specific car make, say, Toyota then you’ll only its models. How to Setup a Conditional Dropdown […]
How to Build a Calculator With Custom Page Nodes
In this article, you’ll learn how to use custom page nodes to save data into custom fields and then use the custom fields in a JS function. Test the decision tree here: https://marketing.leadshook.io/survey/S1TcY06gDUM0KhMw5tefPVp3zmEjJ6xvn7a8EFGw PLEASE NOTE: When IMPORTING a Decision Tree that contains custom page nodes with custom fields, then you MUST create the corresponding custom […]
How to Setup “Custom Page” Node
In this article, you’ll get an overview of what is a custom page and how to set it up inside your decision tree. PLEASE NOTE: Custom Page node requires expertise in html, css and javascript. LeadsHook support is limited to the custom page node functionality. We do not provide support for custom code and scripts. […]
Need Your Webhook & API Requests from a Static IP Address?
Every so often your integration will require API calls to come from a static IP address. Unfortunately, this method of authentication is dated and is also not scalable to use 1 IP address. LeadsHook offers redundancy across data centres and regions so there is no ‘one’ IP address as such. The solution is for you […]
How to Hyperlink text on Text Editor
‘Was wondering if it’s possible to hyperlink text on one node, to direct people to the next node, as an alternative to clicking on the button’ Yes, it’s possible. Just use the snippet below to add ‘next’ function and example below to hyperlink text on text editor. Example: Demo Link: https://test1.leadshook.io/survey/Ofve2CcPANEKTk6EmdTnbPlHMoN8PrtUwxVwjUGA?preview=true

Complete Guide to Personalization Using Decision Nodes
Introduction In this guide you’ll discover how to present the most relevant content, offers to your website visitors. You’ll also learn how to ‘profile’ your leads and customers so you only present the offers they are most likely to buy or consume. You’ll learn how best to help your customers and clients consume your products […]
API Node – Response Errors
The API node allows you to pass your data collected in LeadsHook to your CRM/endpoint. The advantage to using the API node vs the Webhook node is that it supports return variables ( responses ). In this example we will see how to throw an error by passing a bad request through. And collect the […]