Weavz
Wodify

Wodify

Gym and studio management for leads, clients, memberships, classes, reservations, and communications.

API KeyCommerce
41 tools
4 triggers

Tools

Name
create_lead

Create a Wodify lead.

search_leads

Search Wodify leads.

update_lead

Update a Wodify lead. Omitted fields are ignored.

add_lead_tags

Add tags to a Wodify lead.

delete_lead_tags

Remove tags from a Wodify lead.

convert_lead_to_client

Convert a Wodify lead into a client.

delete_lead

Delete a Wodify lead by ID.

create_client

Create a Wodify client.

search_clients

Search Wodify clients.

update_client

Update a Wodify client. Omitted fields are ignored.

add_client_tags

Add tags to a Wodify client.

delete_client_tags

Remove tags from a Wodify client.

change_client_status

Suspend, deactivate, reactivate, or reinstate a Wodify client.

create_membership

Create a membership for a client from a Wodify membership template.

search_memberships

Search Wodify memberships.

update_membership

Update a Wodify client membership. Omitted fields are ignored by Wodify.

change_membership_status

Deactivate, stop auto-renew, resume auto-renew, or generate the next Wodify membership.

schedule_membership_deactivation

Schedule a future deactivation date for a Wodify membership.

unschedule_membership_deactivation

Remove a scheduled deactivation from a Wodify membership.

create_membership_hold

Create a hold on a Wodify membership.

update_membership_hold

Update a hold on a Wodify membership.

delete_membership_hold

Delete a hold from a Wodify membership.

delete_membership

Delete a Wodify client membership by ID.

list_classes

List Wodify classes.

search_classes

Search Wodify classes.

reserve_class_for_client

Create a class reservation for a Wodify client.

cancel_class_reservation

Cancel a class reservation for a Wodify client.

sign_client_into_class

Sign a Wodify client into a class.

search_client_reservations

Search Wodify client class reservations.

search_client_sign_ins

Search Wodify client class sign-ins.

search_invoices

Search Wodify invoices.

list_employees

List Wodify employees.

list_locations

List Wodify locations.

list_group_phone_numbers

List Wodify group phone numbers available for SMS sending.

send_client_sms

Send an SMS message to a Wodify client.

send_client_email

Send an email through Wodify communications.

send_client_in_app_chat

Send an in-app chat message to a Wodify client.

create_task

Create a Wodify task.

update_task

Update a Wodify communications task.

change_task_completion

Mark a Wodify task complete or incomplete.

delete_task

Delete a Wodify communications task.

Triggers

Name
new_or_updated_lead

Triggers when Wodify leads are created or updated.

new_or_updated_client

Triggers when Wodify clients are created or updated.

new_client_reservation

Triggers when Wodify client class reservations are created.

new_client_sign_in

Triggers when Wodify client class sign-ins are created.

Quick Start

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

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

const result = await weavz.actions.execute('wodify', 'create_lead', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'wodify',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Wodify to my app?

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

What tools does Wodify support?

Wodify supports 41 tools including Create Lead, Search Leads, Update Lead, Add Lead Tags, Delete Lead Tags, and more.

Can I use Wodify with AI agents?

Yes. Add Wodify 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 Wodify be used in stateful agent workflows?

Yes. Agents can combine Wodify 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 Wodify use?

Wodify uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Wodify integration cost?

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

What triggers does Wodify support?

Wodify supports 4 triggers including New Or Updated Lead, New Or Updated Client, New Client Reservation, New Client Sign-in.

Connect Wodify in minutes

Get 20,000 free action executions every month. No credit card required.