How to Add Click-to-Call Button

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

Read More

How to Transfer Leads to Klaviyo

In this article you’ll learn how to transfer leads to Klaviyo using API node. Step 1: Add a custom field and name it {id} The custom field id is required for the next steps that we will be doing inside the API node. You can check this KB article for more information on How to […]

Read More

How to Pass your Decision Tree Tags via API or Webhook

Introduction 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 […]

Read More

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

Setup File Uploads for Leads & Customers

In this article you’ll learn how to use the file uploads feature. Your leads and customers will now be able to upload files (images, documents, videos etc) directly into LeadsHook. Security Warning! At the present time only the account owner can download the documents. Details Max File size: 10 MBFile Formats Permitted: pdf, doc, docx, […]

Read More

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

Read More

How to Build a Calculator With Custom Page Nodes

Introduction 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/s/S1TcY06gDUM0KhMw5tefPVp3zmEjJ6xvn7a8EFGw PLEASE NOTE: When IMPORTING a Decision Tree that contains custom page nodes with custom fields, then you MUST create the corresponding […]

Read More

Lead Prosper

Introduction: Step-by-Step Instructions: I. Setup clients Step 1. In the menu on the left: click on ‘Clients’. Step 2. Then click ‘Add’. Step 3. And fill out the popup form #1. Leadshook For Company name type “LeadsHook” add our email address “help@www.leadshook.com” #2. Webhook.site – This client is for testing only. A real campaign would […]

Read More

How to Setup “Custom Page” Node

Introduction 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 […]

Read More