How to Query Data from Supabase

Supabase allows large datasets and can perform very fast lookup via their built-in API tools. Step 1: Set up your Supabase project Step 2: Upload your CSV Step 3: Find the API details and request URL Sample Request URL:https://<your_project_id>.supabase.co/rest/v1/<table_name>?<table_column>=eq.{zip} Headers: Short video of setting it up: How to setup autocomplete lookup to your Supabase database […]

Read More

How to send data to Google Sheets directly

Step 1: Go to https://docs.google.com/spreadsheets Step 2: Create your Google Sheet by clicking the “Blank Spreadsheet” Step 3: In this example we’re going to send the first name, last name and email address. So we’re setting up 3 columns and naming the first row. Step 4: Go to Extensions > App Script Step 5: Copy […]

Read More

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

Read More

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.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