Skip to main content

Webhook payload (GHL)

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?