Envision Salon (EnvisionNow) is an all-in-one management and booking platform for salons, spas, barbershops, and beauty businesses, covering online booking, point-of-sale, inventory, memberships, marketing, and reporting. An unofficial API lets you programmatically pull appointments, clients, inventory, employees, and sales data—and push updates like new bookings, checkouts, and client records back into Envision.

Envision Salon (EnvisionNow) is an all-in-one management and booking system for beauty and wellness businesses—salons, spas, barbershops, and beauty schools. Owners use Envision to run 24/7 online booking, integrated point-of-sale, inventory and retail, memberships and loyalty, automated SMS/email marketing, and reporting dashboards, with a branded mobile app for clients and staff. The same platform also powers EnvisionPaws for pet grooming and EnvisionTattoo for tattoo studios.
Core product areas include:
Common data entities:
Salons and spas run their whole business inside Envision every day, but turning that portal- and mobile-app-driven workflow into API-driven automation is non-trivial:
Supergood reverse-engineers the authenticated Envision web and mobile flows to deliver a resilient API layer for your salon, spa, or multi-location group—without waiting on a public API.
Use Envision Salon with AI agents: Envision Salon MCP Server →
Book a 30-minute session to confirm your locations, modules, and authentication model.
We deliver a production-ready Envision adapter tailored to your salon configuration and data.
Go live with continuous monitoring and automatic adjustments as Envision evolves.
Authentication
/authenticateAuthenticate to an Envision account using username/password (and MFA where enabled) and obtain a session token for downstream calls.
Scheduling
/appointmentsList appointments and bookings with filters for location, stylist, service, status, and date range.
Scheduling
/create_appointmentCreate a new booking against live availability, including service, stylist, client, and any required deposit.
Clients
/clientsRetrieve client profiles with contact details, notes, color formulas, loyalty points, and visit history.
Inventory
/inventoryPull retail and service inventory items with stock levels, pricing, and reorder status.
Sales
/salesRetrieve invoices, sales, payments, tips, gift card activity, and commission detail across the POS.
- Pull appointments, bookings, and waitlist entries across locations into a single warehouse - Sync client profiles, notes, and loyalty status to a CRM or marketing platform - Stream booking and cancellation events to downstream reminder and rebooking workflows
- Sync invoices, payments, tips, and gift card activity from the POS into accounting and BI tools - Match stylist commissions and chargebacks against per-location compensation rules - Surface daily sales and revenue forecasts to ownership dashboards without manual exports
- Pull retail and service inventory levels for low-stock alerts and automated reordering - Reconcile product sales against stock counts across multiple locations - Push catalog and pricing updates into the salon from a central merchandising system
- Expose live availability to a custom website or booking widget and create bookings programmatically - Trigger personalized SMS/email campaigns from booking and visit events - Identify high-value clients and route them to loyalty and review-request workflows
Authentication
Username/password and MFA where enabled, handled in a managed session
Connectivity
Authenticated Envision web and mobile-app flows surfaced as a clean REST-style API
Response format
Normalized JSON across appointments, clients, inventory, sales, and staff objects
Rate limits
Adaptive throttling tuned to your account to avoid platform-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for bookings, sales, and inventory with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new bookings, cancellations, checkouts, and inventory changes
Latency
Sub-second reads on cached entities; multi-second writes when posting bookings and checkouts
Throughput
Horizontally scaled workers sized to single-location and multi-location salon volume
Reliability
Retry, backoff, and idempotency keys for bookings, payments, and inventory adjustments
Adaptation
Continuous monitoring of Envision releases and per-location configuration drift
Envision (EnvisionNow) does not publish a documented public developer API. It exposes booking, POS, inventory, and reporting through its web app and branded mobile apps, plus a fixed set of native connectors. Supergood builds an API layer over those authenticated surfaces so you can read and write data programmatically.
Yes. Supergood exposes endpoints to list availability and create, update, and cancel bookings against the live calendar, including service, stylist, client, and deposit handling, so a custom site or app stays in sync without double-booking.
Yes. Data is normalized across locations, and Supergood preserves each location's service menu, commission rules, memberships, and pricing rather than forcing a generic schema, so multi-location groups integrate once.
Those native connectors keep working. Supergood complements them by covering custom workflows—central data warehousing, bespoke booking widgets, and ownership dashboards—that the fixed connector set does not address.
Supergood authenticates with your existing Envision credentials (including MFA) inside an encrypted, managed session, using scoped tokens, credential rotation, and audit logging with SOC 2-aligned controls.