Appointo
Appointo is an appointment booking application designed for Shopify stores, enabling businesses to integrate online booking systems seamlessly into their websites without any coding required.
Tools (11)
Authenticate Appointo API Token
Tool to authenticate with the Appointo API by validating the APPOINTO-TOKEN header. Use when verifying the token before subsequent API calls.
Cancel Booking
Tool to cancel a booking or selected customers. Use when you need to revoke an entire booking or individual attendees after verifying booking details. Use after retrieving booking information.
Inputs: booking_id, customer_ids
Create Booking
Tool to create a new booking. Use when scheduling a customer booking after confirming appointment availability.
Inputs: name, email, phone, quantity, timestring, appointment_id
Get Appointment Availability
Tool to get calendar availability for a specific appointment. Use when you need to fetch available time slots for an appointment within a date range.
Inputs: end_date, start_date, appointment_id, impersonated_tms
List Appointments
Tool to list appointments. Use when fetching appointments with optional filters and pagination after confirming a valid API token.
Inputs: limit, offset, product_id, appointment_id
List Bookings
Tool to list bookings. Use when you need to fetch bookings filtered by status, paging, or search term.
Inputs: limit, offset, status, booking_id, search_term
List Products
Tool to fetch all available products. Use when browsing products with optional paging and search. Call after authenticating with Appointo API.
Inputs: limit, offset, search_term
List Subscription Contracts
Tool to list subscription contracts. Use when retrieving contracts with optional search after confirming a valid API token.
Inputs: limit, offset, search_term
Reschedule Booking
Tool to reschedule an existing booking to a new timeslot. Use after confirming new timeslot availability.
Inputs: override, booking_id, timestring, customer_ids
Update Booking Buffers
Tool to update buffer times for an existing booking. Use after confirming new buffer durations.
Inputs: booking_id, end_buffer_time, start_buffer_time
Upsert Appointment Configuration
Tool to upsert availability config for an appointment. Use when setting or updating appointment availability settings.
Inputs: config, override, appointment_id, availabilities