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