{
  "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

Time Slot Selected
Event Payload