ABC Glofox
Gym and studio management for members, memberships, classes, bookings, and payments.
Tools
| Name | Description |
|---|---|
list_locationsRetrieve Glofox locations available to the integration. | Retrieve Glofox locations available to the integration. |
search_members_by_emailSearch Glofox members by email across the namespace for the configured branch. | Search Glofox members by email across the namespace for the configured branch. |
get_userGet a Glofox lead or member by user ID. | Get a Glofox lead or member by user ID. |
list_clientsList Glofox clients in the configured studio. | List Glofox clients in the configured studio. |
create_leadCreate a Glofox lead or client in a branch. | Create a Glofox lead or client in a branch. |
update_userUpdate personal details and consent for a Glofox lead or client. | Update personal details and consent for a Glofox lead or client. |
list_membershipsList Glofox memberships available in the studio. | List Glofox memberships available in the studio. |
get_membershipGet a single Glofox membership definition. | Get a single Glofox membership definition. |
purchase_membershipPurchase a Glofox membership for a user. | Purchase a Glofox membership for a user. |
cancel_membershipCancel an open-ended recurring Glofox user membership on a specific date. | Cancel an open-ended recurring Glofox user membership on a specific date. |
list_credit_packsList credit packs for a Glofox user. | List credit packs for a Glofox user. |
list_eventsList Glofox classes, courses, appointments, or facility slots for a branch and timeframe. | List Glofox classes, courses, appointments, or facility slots for a branch and timeframe. |
get_eventGet a Glofox class, course, appointment, or facility slot by ID. | Get a Glofox class, course, appointment, or facility slot by ID. |
create_bookingBook a Glofox user into a class, appointment, course, or facility. | Book a Glofox user into a class, appointment, course, or facility. |
list_bookingsList bookings in a Glofox branch with optional date, modified, status, and event filters. | List bookings in a Glofox branch with optional date, modified, status, and event filters. |
cancel_bookingCancel a Glofox booking for a user. | Cancel a Glofox booking for a user. |
mark_booking_attendedMark one or more Glofox bookings as attended. | Mark one or more Glofox bookings as attended. |
list_payment_methodsList payment methods available for a Glofox branch. | List payment methods available for a Glofox branch. |
list_staffList Glofox staff members. | List Glofox staff members. |
Triggers
| Name | Description |
|---|---|
new_or_updated_bookingsTriggers when Glofox branch bookings are created or modified. | Triggers when Glofox branch bookings are created or modified. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('glofox', 'list_locations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'glofox',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ABC Glofox to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does ABC Glofox support?
ABC Glofox supports 19 tools including List Locations, Search Members By Email, Get User, List Clients, Create Lead, and more.
Can I use ABC Glofox with AI agents?
Yes. Add ABC Glofox to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can ABC Glofox be used in stateful agent workflows?
Yes. Agents can combine ABC Glofox tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does ABC Glofox use?
ABC Glofox uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the ABC Glofox integration cost?
The ABC Glofox integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ABC Glofox support?
ABC Glofox supports 1 triggers including New Or Updated Bookings.
Connect ABC Glofox in minutes
Get 20,000 free action executions every month. No credit card required.