Description
EDSA GlowTrack Connector is a lightweight WordPress plugin for salons, barber shops, nail salons, massage studios, spa salons, beauty studios, and related beauty and wellness operators using EDSA GlowTrack.
The plugin does not duplicate GlowTrack inside WordPress. WordPress remains the public website layer, while GlowTrack remains the system of record for services, providers, appointments, clients, forms, checkout, and reporting.
Before connecting the plugin, the business needs access to EDSA CORE with the GlowTrack module enabled. Create or access a CORE account at:
https://www.edsa.dev/core/login/?module=glowtrack#sign-up
After signing in, open GlowTrack > Setup in CORE to copy the GlowTrack site key and generate the WordPress connector token:
https://www.edsa.dev/core/glowtrack/setup/
MVP features:
- GlowTrack connection settings.
- GlowTrack site key and server-side connector token setup.
- Booking widget shortcode and block.
- Service menu shortcode and block.
- Provider listing shortcode and block.
- Intake/contact form shortcode and block.
- Client portal button shortcode and block.
- Basic styling controls for accent color, button text color, radius, and card style.
External Services
This plugin connects to EDSA GlowTrack services operated by EDSA.
By default, the configured service URL is:
https://www.edsa.dev/
The plugin may send server-side requests from WordPress to these GlowTrack public API paths:
/core/api/public/glowtrack/status//core/api/public/glowtrack/services//core/api/public/glowtrack/providers//core/api/public/glowtrack/booking/request//core/api/public/glowtrack/forms/submit/
Requests may include the configured GlowTrack site key, optional tenant ID, and a server-side connector token in the X-EDSA-GlowTrack-Key header. Public visitors submitting a booking or intake/contact form may provide name, email, phone, preferred service, preferred provider, preferred date/time, notes, message, and source URL. That information is forwarded to GlowTrack so the business can manage appointment and client workflows in CORE.
EDSA policies:
- Privacy Policy: https://www.edsa.dev/privacy-policy/
- Terms of Use: https://www.edsa.dev/terms-of-use/
- Documentation Center: https://www.edsa.dev/documentation-center/
Shortcodes
[glowtrack_booking]
Renders a public appointment request widget.
[glowtrack_services]
Renders the public GlowTrack service menu.
[glowtrack_providers]
Renders provider/staff profiles.
[glowtrack_form form_id="contact"]
Renders a lightweight intake/contact form and forwards submissions to GlowTrack.
[glowtrack_client_portal]
Renders a client portal button.
Screenshots



Blocks
This plugin provides 5 blocks.
- GlowTrack Booking
- GlowTrack Services
- GlowTrack Providers
- GlowTrack Intake Form
- GlowTrack Client Portal Button
Installation
- Upload the
edsa-glowtrack-connectorfolder to/wp-content/plugins/. - Activate the plugin through the WordPress Plugins screen.
- Go to Settings > EDSA GlowTrack.
- If the business does not already have GlowTrack access, sign up or sign in to EDSA CORE at
https://www.edsa.dev/core/login/?module=glowtrack#sign-up. - In CORE, go to GlowTrack > Setup and generate a WordPress connector token.
- Enter the GlowTrack site key, connector token, service URL, and optional tenant ID.
- Add shortcodes or GlowTrack blocks to WordPress pages.
FAQ
-
Does this plugin include RAS?
-
No. This plugin is only for GlowTrack website connection features. It does not load RAS pixels, analytics, tracking, abandonment recovery, session replay, or marketing automation.
-
Does WordPress store appointments?
-
No. WordPress displays the public interface and forwards requests to GlowTrack. Appointment records should live inside GlowTrack/CORE.
-
Is the connector token visible to visitors?
-
No. The connector token is stored in WordPress options and used only in server-side WordPress HTTP requests.
-
Can I use blocks instead of shortcodes?
-
Yes. The MVP includes blocks for booking, services, providers, intake form, and client portal button.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“EDSA GlowTrack Connector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “EDSA GlowTrack Connector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.0
- Initial private MVP connector.
- Added connection settings and styling controls.
- Added booking, services, providers, intake/contact form, and client portal shortcodes.
- Added matching WordPress block editor blocks.
- Added server-side API forwarding for booking and form submissions.
