Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Time Slot Selected
Event payload details and trigger documentation for Time Slot Selected data from Morf
{
"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"
}
{
"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"
}
Events
Triggering Webhook Types
The following event types are associated with the Time Slot Selected event payload from Morf.
Time Slot Selected
{
"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"
}
{
"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
The scheduling application being used
application
HEALTHIE
ACUITY
The type of view being used
view_type
BASIC_VIEW
PROVIDERS_VIEW
PROVIDER_PROFILE
Information about the type of appointment being scheduled
appointment_type
{
"id": null,
"length_minutes": null,
"name": null
}
Description coming soon
appointment_type.id
null
Description coming soon
appointment_type.name
null
Description coming soon
appointment_type.length_minutes
null
The selected appointment date and time
datetime
"2025-01-02T15:30:00Z"
Information about the provider selected for scheduling
provider_scheduling
{
"name": "Dr. Jane Smith",
"provider_id": {
"id": null,
"id_type": null
}
}
The unique identifier of the provider for the scheduling application
provider_scheduling.provider_id
{
"id": null,
"id_type": null
}
Description coming soon
provider_scheduling.provider_id.id_type
HEALTHIE
ACUITY
Description coming soon
provider_scheduling.provider_id.id
null
The name of the provider
provider_scheduling.name
"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
profile_customer_id
"02afaa5f-9f26-43dc-a1f8-92d3d4f7a097"
The email address sent to the scheduling application for the person who selected the time slot
profile_email_address
"joe@bloggs.com"
{
"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"
}
{
"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"
}