Wodify
Gym and studio management for leads, clients, memberships, classes, reservations, and communications.
Tools
| Name | Description |
|---|---|
create_leadCreate a Wodify lead. | Create a Wodify lead. |
search_leadsSearch Wodify leads. | Search Wodify leads. |
update_leadUpdate a Wodify lead. Omitted fields are ignored. | Update a Wodify lead. Omitted fields are ignored. |
add_lead_tagsAdd tags to a Wodify lead. | Add tags to a Wodify lead. |
delete_lead_tagsRemove tags from a Wodify lead. | Remove tags from a Wodify lead. |
convert_lead_to_clientConvert a Wodify lead into a client. | Convert a Wodify lead into a client. |
delete_leadDelete a Wodify lead by ID. | Delete a Wodify lead by ID. |
create_clientCreate a Wodify client. | Create a Wodify client. |
search_clientsSearch Wodify clients. | Search Wodify clients. |
update_clientUpdate a Wodify client. Omitted fields are ignored. | Update a Wodify client. Omitted fields are ignored. |
add_client_tagsAdd tags to a Wodify client. | Add tags to a Wodify client. |
delete_client_tagsRemove tags from a Wodify client. | Remove tags from a Wodify client. |
change_client_statusSuspend, deactivate, reactivate, or reinstate a Wodify client. | Suspend, deactivate, reactivate, or reinstate a Wodify client. |
create_membershipCreate a membership for a client from a Wodify membership template. | Create a membership for a client from a Wodify membership template. |
search_membershipsSearch Wodify memberships. | Search Wodify memberships. |
update_membershipUpdate a Wodify client membership. Omitted fields are ignored by Wodify. | Update a Wodify client membership. Omitted fields are ignored by Wodify. |
change_membership_statusDeactivate, stop auto-renew, resume auto-renew, or generate the next Wodify membership. | Deactivate, stop auto-renew, resume auto-renew, or generate the next Wodify membership. |
schedule_membership_deactivationSchedule a future deactivation date for a Wodify membership. | Schedule a future deactivation date for a Wodify membership. |
unschedule_membership_deactivationRemove a scheduled deactivation from a Wodify membership. | Remove a scheduled deactivation from a Wodify membership. |
create_membership_holdCreate a hold on a Wodify membership. | Create a hold on a Wodify membership. |
update_membership_holdUpdate a hold on a Wodify membership. | Update a hold on a Wodify membership. |
delete_membership_holdDelete a hold from a Wodify membership. | Delete a hold from a Wodify membership. |
delete_membershipDelete a Wodify client membership by ID. | Delete a Wodify client membership by ID. |
list_classesList Wodify classes. | List Wodify classes. |
search_classesSearch Wodify classes. | Search Wodify classes. |
reserve_class_for_clientCreate a class reservation for a Wodify client. | Create a class reservation for a Wodify client. |
cancel_class_reservationCancel a class reservation for a Wodify client. | Cancel a class reservation for a Wodify client. |
sign_client_into_classSign a Wodify client into a class. | Sign a Wodify client into a class. |
search_client_reservationsSearch Wodify client class reservations. | Search Wodify client class reservations. |
search_client_sign_insSearch Wodify client class sign-ins. | Search Wodify client class sign-ins. |
search_invoicesSearch Wodify invoices. | Search Wodify invoices. |
list_employeesList Wodify employees. | List Wodify employees. |
list_locationsList Wodify locations. | List Wodify locations. |
list_group_phone_numbersList Wodify group phone numbers available for SMS sending. | List Wodify group phone numbers available for SMS sending. |
send_client_smsSend an SMS message to a Wodify client. | Send an SMS message to a Wodify client. |
send_client_emailSend an email through Wodify communications. | Send an email through Wodify communications. |
send_client_in_app_chatSend an in-app chat message to a Wodify client. | Send an in-app chat message to a Wodify client. |
create_taskCreate a Wodify task. | Create a Wodify task. |
update_taskUpdate a Wodify communications task. | Update a Wodify communications task. |
change_task_completionMark a Wodify task complete or incomplete. | Mark a Wodify task complete or incomplete. |
delete_taskDelete a Wodify communications task. | Delete a Wodify communications task. |
Triggers
| Name | Description |
|---|---|
new_or_updated_leadTriggers when Wodify leads are created or updated. | Triggers when Wodify leads are created or updated. |
new_or_updated_clientTriggers when Wodify clients are created or updated. | Triggers when Wodify clients are created or updated. |
new_client_reservationTriggers when Wodify client class reservations are created. | Triggers when Wodify client class reservations are created. |
new_client_sign_inTriggers when Wodify client class sign-ins are created. | Triggers when Wodify client class sign-ins are created. |
Quick Start
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.