eavz
WellnessLiving

WellnessLiving

Business management software for fitness and wellness

CustomCommerce
5 actions
2 triggers

Actions

Name
list_classes

List classes within a date range

get_schedule

Get the schedule for a specific date

list_clients

Search and list clients

book_appointment

Book an appointment for a client

custom_api_call

Make a custom API call to the WellnessLiving API

Triggers

Name
new_booking

Triggers when a new appointment is booked

visit_completed

Triggers when a visit is marked as completed

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'wellnessliving',
  actionName: 'list_classes',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect WellnessLiving to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does WellnessLiving support?

WellnessLiving supports 5 actions including List Classes, Get Schedule, List Clients, Book Appointment, Custom API Call.

Can I use WellnessLiving with AI agents?

Yes. Add WellnessLiving to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does WellnessLiving use?

WellnessLiving uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the WellnessLiving integration cost?

The WellnessLiving integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does WellnessLiving support?

WellnessLiving supports 2 triggers including New Booking, Visit Completed.

Connect WellnessLiving in 2 minutes

Get 1,000 free actions every month. No credit card required.