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

Read More

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

Read More

Ontraport API

Step 1: Get your API key Step 2: Get your App ID These credentials can be requested in your Administration settings.  To setup the webhook ( or api ) node in LeadsHook Step 3: Now add a webhook node ( or api node ) onto your canvas We need to set it up like so: Title: […]

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 Send Your Leads From LeadsHook to Go High Level

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

Read More

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

Read More

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

Read More

Generate JSON for webhooks

Introduction: Here’s a little tool for you to cut down the coding time and minimize failure with the JSON code. With this you can easily write down your custom fields and it will generate the JSON Code for you. All you have to do is, copy and paste that code inside the webhook node. https://docs.google.com/spreadsheets/d/1CipXL-M0oBEs43Crx28_mzbSfUKpg-bRFditdBo2RLw/edit?usp=sharing […]

Read More

Troubleshooting Webhooks & API calls

Introduction: Headers Often when setting up a webhook or API call in LeadsHook the request will fail even though it looks 100% The reason for this in many cases is that the content-type request header is missing. The content-type request header tells the server what format we are using for our payload. The most common […]

Read More