This feature allows you to configure a custom third-party URL for handling appointment rescheduling and cancellation. By integrating an external system, you can redirect your customers to a custom reschedule/cancel flow managed outside of our Appointments Management platform.

📌 How It Works

You can define your own URL to be used in customer notifications (email and SMS) by inserting the {8} parameter into your message templates. This parameter will dynamically populate with your configured URL at the time of sending.

🔧 Configuration

It is possible to set the custom URL in Appointment General Configurations - Appointment Notifications:

image-20250602-130830.png

https://yourdomain.com/reschedule?aptId={aptId}&lang={prfLang}

Parameters that can be used:

Both parameters can be positioned anywhere in the URL path or query string. For example:

📨 Using in Notifications

Once the custom URL is configured:

Example message:

“To reschedule or cancel your appointment, please click here: {8}”

This ensures a seamless experience for your customers while enabling advanced control through your rescheduling interface.