Please watch the video below
Articles Tagged: api
Using LeadsHook 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 The LeadsHook API is mainly used to ‘grab’ your data […]
How We Manage Your Custom Project
The services the LeadsHook team can do for you or with you are listed here: LeadsHook Services One of the first steps we take to manage your project is to create your project in a project management system called ClickUp. This allows use to use templates we created over many many projects. Please watch this […]
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. BACKGROUND In some cases you […]
The API response variable
In some use cases you might want to test if the API node is working (before setting up the real live API call). We can use webhook.site to test a request and its response. First go to:https://www.webhook.site And click “New” up the top rightFill out the dialog like so: You can see we have created […]
Ontraport API
Its possible to send a webhook or API call from LH into the Ontraport API. They have quite a large set of functions. In this example we will be creating a new contact with data about them. The official documentation is located here: http://api.ontraport.com/doc/#create-a-contact Get your API key Get your App ID These credentials can […]
Lead Prosper
Simple lead delivery platform. Incredibly easy to use. Everything you need to track, filter, route and manage your leads. Affordable pricing: only 2c per transaction To setup a new campaign: Setup clients You need to setup your clients first. For this example we will setup two clients: In the menu on the left: click on ‘Clients’. Then click […]
How to Send Your Leads From LeadsHook to Go High Level
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 numbers. […]
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 […]
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 […]