- 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 right
Fill out the dialog like so:

You can see we have created a response variable called “my-status”.
Next hit “Create” to make the webhook.
Copy/Paste the link into the URL of the API node in LeadsHook.
Like so:


Then hit “Test Request” ( bottom left )

Now we can see the response was successful: Status Code: 200
And the response variable was returned too.
Done!