Skip to main content

Webhook payload (GHL)

Learn how to configure GHL webhook payload for Sendspark API integration with proper JSON formatting and contact field mapping.

Dan Delauretis avatar
Written by Dan Delauretis
Updated this week

This is the raw information you need to paste when you're firing a webhook or triggering an API towards Sendspark.

{
"processAndAuthorizeCharge": true,
"prospectDepurationConfig": {
"forceCreation": false,
"payloadDepurationStrategy": "keep-first-valid"
},
"prospect": {
"contactName": "{{contact.name}}",
"contactEmail": "{{contact.email}}",
"company": "{{contact.company_name}}",
"customfield": "",
"backgroundUrl": "{{contact.website}}"
}
}

Did this answer your question?