Configure form name, instance name, and GHL field mappings. Copy the generated body to use in your webhook.
Fetch sites from Realtime and click to autofill the instance name (CtmssiteName).
{
"form_name": "your_form_name",
"phone": "{{contact.your_phone_number}}",
"name": "{{contact.first_name}} {{contact.last_name}}",
"email": "{{contact.email}}",
"instance_name": "your_instance_name"
}Fill all required fields above to enable copy.