If you want the Chatbot to display full screen, then consider using the direct link to access your DT. You can even use a subdomain name. So your customers wont know the Chatbot is hosted on our server. If you want your Chatbot to have a default height you can use this CSS code: This […]
All posts by Nik T
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 […]
How to Add a Pop-Up Form to Your Decision Tree
In this article, you’ll learn how to add a pop-up (modal) so your form appears above the underlying question. Example: Test this Sample Pop-Up Decision Tree: https://marketing.leadshook.io/survey/l5Dt9bDEjmciUkDYu5cXiK4xJDye1Sa29mTISTTw Short Video to Explain Pop-Up Decision Tree Example (Please send your developer or technical resource to this page or contact LeadsHook for any custom requests). Download the sample […]
How to Resend Leads to Your CRM or Email Service Provider (ESP)
Introduction This article provides instructions on how to resend leads to your CRM or Email Service Provider. Currently, we have direct integrations with ActiveCampaign, MailChimp, Get Response, Aweber, Drip and InfusionSoft. The only time you need to use this if your leads transfer is not trigger or if a transfer fails. Press the ‘Retry’ button […]
Grabing Lead data using Leadshook endpoint via RESTful API
PLEASE NOTE: This API document is NOT for LeadsHook’s API and Webhook nodes. The LeadsHook API is designed so you send and grab data directly out of LeadsHook using another app or server. Working with APIs is best done with the help of a developer Introduction: The LeadsHook API is mainly used to ‘grab’ your […]
How to Add Your LeadsHook Domain to ‘Allow List’ — Receive Events for Facebook Pixel
Introduction In this article you’ll learn how to add your LeadsHook account url so your event data can be submitted to your Facebook pixel. Please note: This action is different to verifying your domain. Please see an upcoming article on Facebook Domain Verification. WARNING! By default, Facebook receives data from ALL domains where you have […]
A simple way to prevent searching engines from indexing your decision tree
I. To prevent most search engine web crawlers from indexing your decision tree, Add the following script under admin and use it for any/all DTs you want. II. To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your decision tree: […]
Google Places – extra Address verification script
PLEASE NOTE: This script is provided to help you get started. Unfortunately, our free support does not include custom scripts. Any competent JS developer should be able to manipulate this script for your needs. Please contact us if you need help to find a developer. Please thoroughly test before use. In a question node of […]
How to Send Node-Level API Requests Using JavaScript
PLEASE NOTE: This script is provided to help you get started. Unfortunately, our free support does not include custom scripts. Any competent JS developer should be able to manipulate this script for your needs. Please contact us if you need help to find a developer. Please thoroughly test before use. Introduction: Step-by-Step Instructions: Step 1: […]
The API response variable
Introduction Step-by-Step Instructions: Step 1: First go to https://www.webhook.site You can see we have created a response variable called “my-status”. Step 2: Next hit “Create” to make the webhook. Step 3: Then hit “Test Request” ( bottom left ) Now we can see the response was successful: Status Code: 200 And the response variable was […]