Introduction This message appears often enough with false positives that Norton/Symantec have a special website to report this to get your domain/site whitelisted! As a first step, please run a malware test and confirm there are no issues. If you using self-managed platforms like WordPress then these issues can happen. Use this free tool to […]
All posts by Nik T
Need Your Webhook & API Requests from a Static IP Address?
Introduction: 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 […]
GTM Custom Events
Introduction Google Tag Manager Custom Events are used for tracking interactions that might take place on your website or mobile app that isn’t handled by standard methods. You can create your own event and assign it to a trigger. Basically allowing you to script Google Tag Manager how you like. Reference: You can change the […]
Loopback to 2nd node in any DT from the header/footer section
Introduction: In any of the header/footer editors copy/paste this button And in the start node source code editor copy/paste this script <script> $(document).ready(function() { if (window.location.href.indexOf(“skip=true”) > -1) { var scope = $(‘.app’).scope() scope.next() } }); </script> Basically if the parameter exists, then skip to 2nd node
How to set a Hyperlink on Text editor to skip to the next node.
Introduction ‘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:
Using Google Sheets as a Lookup Table
Introduction In this article you’ll learn how to use Google Sheets as an external database. You can make API calls from LeadsHook using the API node and SAVE the returning data into custom fields. There are 2 methods available… METHOD 1: Easy Method Using a 3rd Party App (Developer NOT Required) In method 1, you […]
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
Introduction: 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 […]
How to Send Emails from Your Own Domain Using Amazon Simple Email Service
Introduction: In this step-by-step article you’ll get instructions on how to send emails from your domain even if it used in some other software like GSuite. Can I send email from a domain I am using with Gsuite? Absolutely, you can. You can use any existing or new email address on any domain you own […]
LeadsHook In-Canvas Analytics
Introduction: Step 1: Up the top right you will see the Analytics button. Go ahead and hit it. Step 2: You will see some purple balloons appear under each node showing statistics for each node. Step 3: If you hover over one of them you will see a tool-tip appear explaining what each metric means. […]