Weavz
ABC Glofox

ABC Glofox

Gym and studio management for members, memberships, classes, bookings, and payments.

CustomCommerce
19 tools
1 trigger

Tools

Name
list_locations

Retrieve Glofox locations available to the integration.

search_members_by_email

Search Glofox members by email across the namespace for the configured branch.

get_user

Get a Glofox lead or member by user ID.

list_clients

List Glofox clients in the configured studio.

create_lead

Create a Glofox lead or client in a branch.

update_user

Update personal details and consent for a Glofox lead or client.

list_memberships

List Glofox memberships available in the studio.

get_membership

Get a single Glofox membership definition.

purchase_membership

Purchase a Glofox membership for a user.

cancel_membership

Cancel an open-ended recurring Glofox user membership on a specific date.

list_credit_packs

List credit packs for a Glofox user.

list_events

List Glofox classes, courses, appointments, or facility slots for a branch and timeframe.

get_event

Get a Glofox class, course, appointment, or facility slot by ID.

create_booking

Book a Glofox user into a class, appointment, course, or facility.

list_bookings

List bookings in a Glofox branch with optional date, modified, status, and event filters.

cancel_booking

Cancel a Glofox booking for a user.

mark_booking_attended

Mark one or more Glofox bookings as attended.

list_payment_methods

List payment methods available for a Glofox branch.

list_staff

List Glofox staff members.

Triggers

Name
new_or_updated_bookings

Triggers when Glofox branch bookings are created or modified.

Quick Start

TypeScript
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.