Actions
| Name | Description |
|---|---|
list_classesList classes within a date range | List classes within a date range |
get_scheduleGet the schedule for a specific date | Get the schedule for a specific date |
list_clientsSearch and list clients | Search and list clients |
book_appointmentBook an appointment for a client | Book an appointment for a client |
custom_api_callMake a custom API call to the WellnessLiving API | Make a custom API call to the WellnessLiving API |
Triggers
| Name | Description |
|---|---|
new_bookingTriggers when a new appointment is booked | Triggers when a new appointment is booked |
visit_completedTriggers when a visit is marked as completed | Triggers when a visit is marked as completed |
Quick Start
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.