Alleviate Setup

Configure form name, instance name, and GHL field mappings. Copy the generated body to use in your webhook.

Required before copying: Form name, Instance name
Form name
The Alleviate form identifier (e.g. vip_tlc_bunionectomy_ect)
Instance name
Realtime instance used for patient lookup. Find it from the Realtime toolkit below.

Find from Realtime

Fetch sites from Realtime and click to autofill the instance name (CtmssiteName).

Field mappings (GHL variables)
Map each field to a GHL variable. Use double curly braces for placeholders.
GHL request body
Copy this and paste into your GHL webhook body. POST to the endpoint below.
POST /api/alleviate/send
{
  "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.

Back to Alleviate