Events
Triggering Webhook Types
The following event types are associated with the Time Slot Selected event payload from Morf.Time Slot Selected
Copy
Ask AI
{
"application": "HEALTHIE",
"appointment_type": {
"id": null,
"length_minutes": null,
"name": null
},
"datetime": "2025-01-02T15:30:00Z",
"profile_customer_id": "02afaa5f-9f26-43dc-a1f8-92d3d4f7a097",
"profile_email_address": "joe@bloggs.com",
"provider_scheduling": {
"name": "Dr. Jane Smith",
"provider_id": {
"id": null,
"id_type": null
}
},
"view_type": "BASIC_VIEW"
}
Copy
Ask AI
{
"application": "The scheduling application being used",
"appointment_type": {
"id": null,
"length_minutes": null,
"name": null
},
"datetime": "The selected appointment date and time",
"profile_customer_id": "The customer ID sent to the scheduling application from the form for the person who selected the time slot, e.g. the Formsort responder_uuid or Feathery user_id",
"profile_email_address": "The email address sent to the scheduling application for the person who selected the time slot",
"provider_scheduling": {
"name": "The name of the provider",
"provider_id": {
"id": null,
"id_type": null
}
},
"view_type": "The type of view being used"
}
Payload Field Details
Hide fields
Hide fields
The scheduling application being used
CEL
Copy
Ask AI
application
Example
Copy
Ask AI
scheduling.v1.SchedulingApplication.HEALTHIE
scheduling.v1.SchedulingApplication.ACUITY
The type of view being used
CEL
Copy
Ask AI
view_type
Example
Copy
Ask AI
scheduling.v1.SchedulingApplicationViewType.BASIC_VIEW
scheduling.v1.SchedulingApplicationViewType.PROVIDERS_VIEW
scheduling.v1.SchedulingApplicationViewType.PROVIDER_PROFILE
Information about the type of appointment being scheduled
CEL
Copy
Ask AI
appointment_type
Example
Copy
Ask AI
{
"id": null,
"length_minutes": null,
"name": null
}
Description coming soon
CEL
Copy
Ask AI
appointment_type.id
Example
Copy
Ask AI
null
Description coming soon
CEL
Copy
Ask AI
appointment_type.name
Example
Copy
Ask AI
null
Description coming soon
CEL
Copy
Ask AI
appointment_type.length_minutes
Example
Copy
Ask AI
null
The selected appointment date and time
CEL
Copy
Ask AI
datetime
Example
Copy
Ask AI
"2025-01-02T15:30:00Z"
Information about the provider selected for scheduling
CEL
Copy
Ask AI
provider_scheduling
Example
Copy
Ask AI
{
"name": "Dr. Jane Smith",
"provider_id": {
"id": null,
"id_type": null
}
}
The unique identifier of the provider for the scheduling application
CEL
Copy
Ask AI
provider_scheduling.provider_id
Example
Copy
Ask AI
{
"id": null,
"id_type": null
}
Description coming soon
CEL
Copy
Ask AI
provider_scheduling.provider_id.id_type
Example
Copy
Ask AI
scheduling.v1.SchedulingApplication.HEALTHIE
scheduling.v1.SchedulingApplication.ACUITY
Description coming soon
CEL
Copy
Ask AI
provider_scheduling.provider_id.id
Example
Copy
Ask AI
null
The name of the provider
CEL
Copy
Ask AI
provider_scheduling.name
Example
Copy
Ask AI
"Dr. Jane Smith"
The customer ID sent to the scheduling application from the form for the person who selected the time slot, e.g. the Formsort responder_uuid or Feathery user_id
CEL
Copy
Ask AI
profile_customer_id
Example
Copy
Ask AI
"02afaa5f-9f26-43dc-a1f8-92d3d4f7a097"
The email address sent to the scheduling application for the person who selected the time slot
CEL
Copy
Ask AI
profile_email_address
Example
Copy
Ask AI
"joe@bloggs.com"