Title: EDSA GlowTrack Connector
Author: edsadev
Published: <strong>June 22, 2026</strong>
Last modified: June 22, 2026

---

Search plugins

![](https://ps.w.org/edsa-glowtrack-connector/assets/banner-772x250.png?rev=3582512)

![](https://ps.w.org/edsa-glowtrack-connector/assets/icon-256x256.png?rev=3582512)

# EDSA GlowTrack Connector

 By [edsadev](https://profiles.wordpress.org/edsadev/)

[Download](https://downloads.wordpress.org/plugin/edsa-glowtrack-connector.0.1.0.zip)

 * [Details](https://wordpress.org/plugins/edsa-glowtrack-connector/#description)
 * [Reviews](https://wordpress.org/plugins/edsa-glowtrack-connector/#reviews)
 *  [Installation](https://wordpress.org/plugins/edsa-glowtrack-connector/#installation)
 * [Development](https://wordpress.org/plugins/edsa-glowtrack-connector/#developers)

 [Support](https://wordpress.org/support/plugin/edsa-glowtrack-connector/)

## 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

[⌊EDSA GlowTrack settings page.⌉⌊EDSA GlowTrack settings page.⌉[

EDSA GlowTrack settings page.

[⌊GlowTrack booking widget.⌉⌊GlowTrack booking widget.⌉[

GlowTrack booking widget.

[⌊GlowTrack services and provider blocks.⌉⌊GlowTrack services and provider blocks
.⌉[

GlowTrack services and provider blocks.

## Blocks

This plugin provides 5 blocks.

 *   GlowTrack Booking
 *   GlowTrack Services
 *   GlowTrack Providers
 *   GlowTrack Intake Form
 *   GlowTrack Client Portal Button

## Installation

 1. Upload the `edsa-glowtrack-connector` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the WordPress Plugins screen.
 3. Go to Settings > EDSA GlowTrack.
 4. 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`.
 5. In CORE, go to GlowTrack > Setup and generate a WordPress connector token.
 6. Enter the GlowTrack site key, connector token, service URL, and optional tenant
    ID.
 7. 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.

Contributors

 *   [ edsadev ](https://profiles.wordpress.org/edsadev/)

[Translate “EDSA GlowTrack Connector” into your language.](https://translate.wordpress.org/projects/wp-plugins/edsa-glowtrack-connector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/edsa-glowtrack-connector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/edsa-glowtrack-connector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/edsa-glowtrack-connector/)
by [RSS](https://plugins.trac.wordpress.org/log/edsa-glowtrack-connector/?limit=100&mode=stop_on_copy&format=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.

## Meta

 *  Version **0.1.0**
 *  Last updated **15 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [appointment scheduling](https://wordpress.org/plugins/tags/appointment-scheduling/)
   [client portal](https://wordpress.org/plugins/tags/client-portal/)[salon booking](https://wordpress.org/plugins/tags/salon-booking/)
 *  [Advanced View](https://wordpress.org/plugins/edsa-glowtrack-connector/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/edsa-glowtrack-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/edsa-glowtrack-connector/reviews/)

## Contributors

 *   [ edsadev ](https://profiles.wordpress.org/edsadev/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/edsa-glowtrack-connector/)