Skip to main content

Custom webhook

Send leads to LeadTable through your own integration

Written by David Terrey

A custom webhook lets you connect LeadTable to any platform that supports webhooks, so data moves across efficiently. For everything to work, the data needs to arrive in this format:

{

"fields": {

"title1": "value1",

"title2": "value2"

}

}

OR

{

"title1": "value1",

"title2": "value2"

}

So you need to know how the sending platform structures its data in order to pass it across correctly. If it doesn’t line up, you can use automation platforms like Zapier or Make to reshape the data into the format LeadTable expects.

The response you get back contains the UID (unique identifier) of the new lead.

If you have questions or need a hand, get in touch in the chat support and we’ll help you work through it!

Did this answer your question?