Vetspire Scheduler
WordPress plugin: embeddable veterinary appointment scheduler powered by the Vetspire API. Live availability, on-site booking, analytics-friendly.
by Vetcelerator · github.com/cachomx/vetspire-scheduler · website
★ 0stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/cachomx/vetspire-scheduler/releases/download/v1.13.0/vetspire-scheduler-1.13.0.zipFrom the readme
Vetspire Scheduler — WordPress Plugin
Embeddable appointment scheduler powered by the Vetspire API.
Shows live available times and completes the booking on-site, so analytics attribution
(Hyros / GTM / GA4) is preserved instead of losing the visitor to an external booking page.
Built to be reused across multiple clinics: each site configures its own Vetspire API key.
How it works
- Availability: availableTimes query per date, filtered to appointment types with
canBookOnline: true, cached in transients (default 5 min).
- Booking: dedupe client by email (clients(filters:{email})) → reuse or createClient
→ reuse patient by name or createPatient → createAppointment with bookedOnline: true
and sendConfirmation: true (Vetspire emails the client the confirmation).
- Times & timezones: slot times are clinic-local; the plugin converts them using the
location's timezone from the API before sending the ISO8601 start (verified E2E:
10:30 America/NewYork stored as 14:30Z).
Install
1. Copy this folder to wp-content/plugins/vetspire-scheduler/ (or zip it and upload).
2. Activate, then go to Settings → Vetspire Scheduler:
- Paste the clinic's Vetspire API key (Vetspire → Admin →
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.13.0 | Aug 29, 2026 | vetspire-scheduler-1.13.0.zip | 0 |
| v1.12.0 | Aug 28, 2026 | vetspire-scheduler-1.12.0.zip | 0 |
| v1.11.0 | Aug 28, 2026 | vetspire-scheduler-1.11.0.zip | 0 |
| v1.10.0 | Aug 28, 2026 | vetspire-scheduler-1.10.0.zip | 0 |
| v1.9.0 | Aug 28, 2026 | vetspire-scheduler-1.9.0.zip | 0 |
| v1.8.2 | Aug 28, 2026 | vetspire-scheduler-1.8.2.zip | 1 |
| v1.8.1 | Aug 27, 2026 | vetspire-scheduler-1.8.1.zip | 0 |
| v1.8.0 | Aug 27, 2026 | vetspire-scheduler-1.8.0.zip | 0 |
| v1.7.1 | Aug 27, 2026 | vetspire-scheduler-1.7.1.zip | 0 |
| v1.7.0 | Aug 27, 2026 | vetspire-scheduler-1.7.0.zip | 2 |
| v1.6.0 | Aug 27, 2026 | vetspire-scheduler-1.6.0.zip | 0 |
| v1.5.0 | Aug 27, 2026 | vetspire-scheduler-1.5.0.zip | 0 |
| v1.4.0 | Aug 27, 2026 | vetspire-scheduler-1.4.0.zip | 1 |