Indyzen Wellness Sync for Zenoti is a WordPress plugin that seamlessly integrates with the Zenoti API to display real-time spa service availability on your website. Perfect for spas, salons, and wellness centers using Zenoti as their management system.
[indyzen_wellness_sync_dashboard] to any page[indyzen_wellness_sync_dashboard] shortcode to any page or postPOST /v1/queue/available_times (Queue API strategy)POST /v1/bookings (Standard Booking — create draft)GET /v1/bookings/{booking_id}/slots (Standard Booking — fetch slots)GET /v1/centers/{center_id}/therapists (Manual fallback)GET /v1/appointments (Manual fallback)For support, feature requests, or bug reports, please contact:
* Website: https://indyzen.pro
* Email: [email protected]
Developed by indyzen – https://indyzen.pro
This plugin sends requests to the Zenoti API to retrieve availability data and calculate time slots for your configured service and center.
Data sent/used:
* Your Zenoti API key (sent in request headers).
* center_id and service_id (configured in wp-admin; used to determine which availability to fetch).
* For Standard Booking: guest_id (configured/entered; used to create a draft booking).
* For Queue API: a JSON request body containing center_id, consider_online_hours, and the selected service_id.
* For draft booking: date, center_id, and a guests payload containing your selected service_id.
Endpoint(s) used:
* POST /v1/queue/available_times
* POST /v1/bookings
* GET /v1/bookings/{booking_id}/slots
* GET /v1/centers/{center_id}/therapists
* GET /v1/appointments
Terms of service: https://www.zenoti.com/legal
Privacy policy: https://www.zenoti.com/privacy.html
Indyzen Wellness Sync for Zenoti does not collect, store, or transmit any personal data from your website visitors. The plugin only communicates with the Zenoti API to retrieve availability information based on your configured API credentials.