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

Webhook/API Authorization & Authentication

Introduction: First Download Postman https://www.getpostman.com/downloads/ Alternatively, you can try Advanced Rest Client ( ARC ) for Google Chrome https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo https://www.leadshook.com/help/how-to-use-webhooks-node/

Read More