Catch a Hook

Follow

This article goes over our Catch a Hook feature, which will allow you to submit leads from lead submission methods that are unable to conform to our submission payload structures.


Certain lead funnels or forms don’t allow you to customise their webhook output. Historically, this meant you've needed an intermediary between the form and LeadByte to translate the data into a format LeadByte could accept.

Catch a Hook removes that requirement by allowing you to map incoming webhook requests directly to your LeadByte campaign fields. 

As a result, any product that can output a JSON webhook can now submit leads to LeadByte natively.

 

Head to the Campaigns tab > Settings > Hooks to find the feature.

bf47181c-b208-402a-a076-9e6d83d38383.png

 

Start by filling out your Hook title, choosing the campaign your "captured" leads will be stored in and the REST API key you wish to use. 

Next copy the hook URL and use this in your funnel/forms output URL.

5ee5e333-b81c-4b79-81bb-e01f9c6544a5.png

 

 

Submit a test on your form/funnel and you should receive a generic response OK from LeadByte - 

{
    "status": "Success",
    "message": "OK"
}

 

Click on Load Sample and LeadByte will pull the test ready for you to map your fields -

95e1ef73-d356-491b-be42-2119cff04754.png

Assuming the JSON is valid, LeadByte will pull each found value and add it as an option on the "Input Field" dropdown. Choose your input field and map it to your corresponding LeadByte Campaign field.

 

If you would like to set a static value to any of your LeadByte fields, you can do this by typing directly in the the "Input Field" left hand box. This can allow you to do things such as assign a supplier (if a supplier key cannot be used).
 

Zight 2026-5-28 at 13.58.50

 

Q&A

Q - Do you support any languages other than JSON?

A - Not yet, this is on the roadmap.

 

Q - If I want to change my fields, how do I edit the Incoming request?

A - We will show the 3 most recent requests on the bottom RHS of the page, you can load this request and use it to map your fields.

 

Q - Can I use this with Live Buyer Responses?

A - Yes! Make sure the setting is enabled in your campaign and we'll nest your full live buyer response in the hook response.

Was this article helpful?
0 out of 0 found this helpful

Comments