Appointments

This API documentation serves as your guide to interacting with the appointment management system within Whautomate. It allows you to sync appointments between multiple systems

The API offers a variety of functionalities through the following methods:

  • Generate Available Slots:

    This method retrieves information about available appointment slots within a specific timeframe.

  • Search or Retrieve Appointments:

    This method allows you to search for existing appointments based on various criteria (e.g., date range, participant, service or staff). You can also retrieve a list of all appointments.

  • Get Individual Appointment By Id:

    This method retrieves detailed information about a specific appointment by providing its unique identifier.

  • Book Appointment:

    This method allows you to create a new appointment by specifying details like date, time, service, and participants.

  • Reschedule Appointment:

    This method enables you to reschedule an existing appointment, potentially modifying date, time, or other relevant details.

  • Cancel Appointment:

    This method allows you to cancel an existing appointment, removing it from the schedule.

By leveraging this API, you can streamline the appointment management process, ensuring efficient scheduling and access to appointment information.

Generate available Slots

Search or Retrieve Appointments

Get Individual Appointment By Id

Book Appointment

Reschedule Appointment

Cancel Appointment

Last updated