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.

Written by Dan Delauretis
Updated over 3 weeks ago

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?