Webhooks & API
Incoming Webhooks
POST
contact.created
New contact captured in GoHighLevel.
/api/public/ghl/contact-createdContent-Type: application/json
{
"contact": {
"id": "ghl_ct_1234",
"name": "Robert Chen",
"email": "robert@example.com",
"phone": "+1 403 555 1111",
"company": "Skyline Roofing"
},
"source": {
"platform": "Facebook",
"campaign": "Summer_Push",
"utm_source": "facebook",
"utm_medium": "paid_social"
}
}Fires a real POST at the endpoint above.
Recent deliveries
| Event | Status | Received |
|---|---|---|
| contact.created | 200 | 2d ago |
| contact.created | 200 | 2d ago |
| opportunity.stage_changed | 200 | 2d ago |
| form.submitted | 200 | 2d ago |
| appointment.booked | 200 | 2d ago |
| opportunity.created | 200 | 2d ago |
| note.added | 200 | 2d ago |
| payment.received | 200 | 2d ago |
| conversation.started | 200 | 2d ago |