
Constructing a Cancel / Reschedule Link
To create a custom cancel / reschedule link start with the base scheduling URL:https://questions.morf.health/reschedule
Then, add the following parameters to customize the link:
Required Parameters
-
morfOrgId
The Morf Organization ID. You can find this in your admin dashboard or contact us for assistance. -
schedulingApplication
The scheduling application you’re using to manage provider availability. Choose eitherHEALTHIEorACUITY. -
appointmentId
The ID for the appointment in your scheduling application (e.g., “976753” for Healthie).
Request ID, and we’ll help you debug the issue.

Optional Parameters
-
hideCancelSet totrueto hide the cancel button on the reschedule page. Only the reschedule option will be shown. -
allowAnyProviderSet totrueto allow patients to reschedule with any available provider, not just the original appointment’s provider. When enabled, patients will see a list of all available providers to choose from. The original appointment will be cancelled and a new appointment will be created with the selected provider.
Example
Here’s an example of how to add all the parameters to your scheduling URL:https://questions.morf.health/reschedule?morfOrgId={{morfOrgId}}&schedulingApplication={{schedulingApplication}}&appointmentId={{appointmentId}}
Example of our test morf organization link:
https://questions.morf.health/reschedule?morfOrgId=16a53f42-687c-4eb1-bd8b-27126485a7b7&schedulingApplication=HEALTHIE&appointmentId=976753
Cancel
Patients can cancel their appointment by clicking theCancel button on the page and confirming the cancellation. They will then be redirected to a cancellation confirmation page.



Reschedule
Patients can reschedule their appointment by clicking theReschedule button on the page. They will be redirected to the provider profile, where they can choose a new time slot. After confirming the new slot, they will be directed to a reschedule confirmation page.



