AppSumoAppSumo Lifetime Deal starting at $39
Get the Deal Now!

Sending to a Custom Webhook

POST lead JSON to any public HTTP or HTTPS endpoint from the route builder.

How this differs from source webhooks

Custom Webhook destinations send captured LeadToSheet leads out to another system. Custom Webhook sources do the opposite: they receive leads from another system into LeadToSheet.

Note

Use this destination when LeadToSheet already has the lead and you want to fan it out to your own API, automation platform, or tool that accepts HTTP requests.

Request options

  • Choose POST or PUT.
  • Add custom headers, such as Authorization or an API key header.
  • Use the default LeadToSheet JSON payload or provide a body template with tokens like {{lead.email}}, {{lead.fullName}}, {{form.name}}, and {{client.name}}.
  • Include or omit metadata such as URL, user agent, UTM values, AI score, and enrichment details.

Important

Webhook destinations must target public http(s) endpoints. LeadToSheet blocks localhost, private IP ranges, and internal hostnames.