Healthie
Requested Form Completion
Morf Scheduling
Libraries
- Introduction
- Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer Io
- Formsort
- Healthie
- Hubspot
- Intakeq
- Morf
- Push Json
- Segment
- Vital
- Actions
- Configuration (CEL)
- Integrations
Healthie
Requested Form Completion
Event payload schema and trigger documentation for the Requested Form Completion from Healthie
{
"custom_module_form_id": "72028",
"custom_module_form_name": "Intake Questionnaire",
"dietician_organization_id": "123450",
"dietitian_email_address": "drfleming@example.com",
"dietitian_first_name": "Alexander",
"dietitian_id": "100070",
"dietitian_last_name": "Fleming",
"dietitian_organization_id": "123450",
"id": "57211",
"patient_id": "121250"
}
{
"custom_module_form_id": "RequestedFormCompletion's custom module form ID",
"custom_module_form_name": "RequestedFormCompletion's custom module form name",
"dietician_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"dietitian_email_address": "Email address of the User's (Patient's) registered dietitian",
"dietitian_first_name": "First name of the User's (Patient's) registered dietitian",
"dietitian_id": "ID of the User's (Patient's) registered dietitian",
"dietitian_last_name": "Last name of the User's (Patient's) registered dietitian",
"dietitian_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"id": "RequestedFormCompletion object ID",
"patient_id": "Patient's ID"
}
Events
Triggering Webhook Types
The following event types are associated with the Requested Form Completion event payload from Healthie.
Healthie Requested Form Completion Created
Healthie Requested Form Completion Updated
{
"custom_module_form_id": "72028",
"custom_module_form_name": "Intake Questionnaire",
"dietician_organization_id": "123450",
"dietitian_email_address": "drfleming@example.com",
"dietitian_first_name": "Alexander",
"dietitian_id": "100070",
"dietitian_last_name": "Fleming",
"dietitian_organization_id": "123450",
"id": "57211",
"patient_id": "121250"
}
{
"custom_module_form_id": "RequestedFormCompletion's custom module form ID",
"custom_module_form_name": "RequestedFormCompletion's custom module form name",
"dietician_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"dietitian_email_address": "Email address of the User's (Patient's) registered dietitian",
"dietitian_first_name": "First name of the User's (Patient's) registered dietitian",
"dietitian_id": "ID of the User's (Patient's) registered dietitian",
"dietitian_last_name": "Last name of the User's (Patient's) registered dietitian",
"dietitian_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"id": "RequestedFormCompletion object ID",
"patient_id": "Patient's ID"
}
Schema Field Details
RequestedFormCompletion object ID
CEL
id
Example
"57211"
ID
Patient’s ID
CEL
patient_id
Example
"121250"
Organization ID for the User’s (Patient’s) registered dietitian
CEL
dietician_organization_id
Example
"123450"
Organization ID for the User’s (Patient’s) registered dietitian
CEL
dietitian_organization_id
Example
"123450"
First name of the User’s (Patient’s) registered dietitian
CEL
dietitian_first_name
Example
"Alexander"
Last name of the User’s (Patient’s) registered dietitian
CEL
dietitian_last_name
Example
"Fleming"
Email address of the User’s (Patient’s) registered dietitian
CEL
dietitian_email_address
Example
"drfleming@example.com"
ID of the User’s (Patient’s) registered dietitian
CEL
dietitian_id
Example
"100070"
RequestedFormCompletion’s custom module form ID
CEL
custom_module_form_id
Example
"72028"
RequestedFormCompletion’s custom module form name
CEL
custom_module_form_name
Example
"Intake Questionnaire"
{
"custom_module_form_id": "72028",
"custom_module_form_name": "Intake Questionnaire",
"dietician_organization_id": "123450",
"dietitian_email_address": "drfleming@example.com",
"dietitian_first_name": "Alexander",
"dietitian_id": "100070",
"dietitian_last_name": "Fleming",
"dietitian_organization_id": "123450",
"id": "57211",
"patient_id": "121250"
}
{
"custom_module_form_id": "RequestedFormCompletion's custom module form ID",
"custom_module_form_name": "RequestedFormCompletion's custom module form name",
"dietician_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"dietitian_email_address": "Email address of the User's (Patient's) registered dietitian",
"dietitian_first_name": "First name of the User's (Patient's) registered dietitian",
"dietitian_id": "ID of the User's (Patient's) registered dietitian",
"dietitian_last_name": "Last name of the User's (Patient's) registered dietitian",
"dietitian_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
"id": "RequestedFormCompletion object ID",
"patient_id": "Patient's ID"
}