Indyzen Wellness Sync for Zenoti
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.
Features
- Real-time Availability: Display live availability from your Zenoti account
- Mobile-Friendly Dashboard: Beautiful, responsive design that works on all devices
- Easy Integration: Simple shortcode implementation – just add
[indyzen_wellness_sync_dashboard]to any page - Smart Caching: Optimized performance with intelligent data caching
- Customizable: Clean, modern design that fits any website theme
- Free + Pro Ready: Free plugin is fully functional; Indyzen Wellness Sync Pro for Zenoti unlocks advanced capabilities
How It Works
- Install and activate the plugin
- Enter your Zenoti API credentials in the settings
- Add the
[indyzen_wellness_sync_dashboard]shortcode to any page or post - Your customers can now view available appointment slots in real-time
Requirements
- Active Zenoti account with API access
- Zenoti API key, Center ID, and Service ID
- API key permissions depending on strategy:
POST /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)
- WordPress 5.8 or higher
- PHP 7.4 or higher
Support
For support, feature requests, or bug reports, please contact: * Website: https://indyzen.pro * Email: support@indyzen.pro
Credits
Developed by indyzen – https://indyzen.pro
External Services
Zenoti API
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
Privacy Policy
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.