Use a Custom Webhook action in a Go High Level (GHL) workflow to send JSON to the LeadExec v2 receiver with API key authentication. Ideal for form submissions, pipeline events, or contact creation triggers.
Source Type:
CRM/Website Forms/Workflows
Delivery Method:
JSON Webhook (v2)
Integration Type:
Workflow/Form → LeadExec ingestion
Website:
Go High Level Website
Use a Custom Webhook action in a Go High Level (GHL) workflow to send JSON to the LeadExec v2 receiver with API key authentication. Ideal for form submissions, pipeline events, or contact creation triggers.
POST https://leads.leadexec.net/v2/insert/general
Authorization: <YOUR_API_KEY>
Content-Type: application/json
{
"source": { "vid": 1234, "aid": 1234, "lid": 1234, "sendDelay": 0.0, "returnUrl": "" },
"leads": [
{
"properties": { "reference": "", "noSell": false, "orderID": "", "offerIds": "[]" },
"fields": {
"FirstName": "{{contact.first_name}}",
"LastName": "{{contact.last_name}}",
"Email": "{{contact.email}}",
"Phone": "{{contact.phone}}"
}
}
]
}
Can I batch leads? Yes—include multiple items inside "leads": [...].
Do I have to use v2? Recommended for JSON-based webhook flows and advanced control.
ClickPoint provides 24 hour chat support, extensive product documentation, and weekly training sessions.