Troubleshooting Webhooks & API calls

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

Read More

How to Use the API Node

In this short video you’ll learn how to use the API node. Here’s an example of one of the many use-cases… “I want to integrate leads with a dialing system that requires 2 step integration.  In the first step we send username and password and get a token, that token is then used in the […]

Read More

Webhook/API Authorization & Authentication

Each webhook/API endpoint will have different requirements. Your client should be able to provide you with documentation for their system. So always ask them for that first. Most systems also have online documentation too. So a search can often reveal exactly how to authorize & authenticate. First Download Postman https://www.getpostman.com/downloads/ Alternatively, you can try Advanced […]

Read More

How to use Webhooks node?

Introduction In this article, we will learn how to use Webhooks node. Step by Step Instructions If you prefer to watch a video… Configuring the Webhooks node on Leadshook 1. On the decision tree canvas, add a Webhooks node 2. Configure the Webhooks node Method The GET method is used to retrieve data from a […]

Read More