Actions
| Name | Description |
|---|---|
list_clientsList all clients in your SimplePractice account | List all clients in your SimplePractice account |
get_clientGet details of a specific client by ID | Get details of a specific client by ID |
list_appointmentsList appointments in your SimplePractice account | List appointments in your SimplePractice account |
create_appointmentCreate a new appointment in SimplePractice | Create a new appointment in SimplePractice |
custom_api_callMake a custom API call to the SimplePractice API | Make a custom API call to the SimplePractice API |
Triggers
| Name | Description |
|---|---|
new_appointmentTriggers when a new appointment is created in SimplePractice | Triggers when a new appointment is created in SimplePractice |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'simple-practice',
actionName: 'list_clients',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect SimplePractice to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does SimplePractice support?
SimplePractice supports 5 actions including List Clients, Get Client, List Appointments, Create Appointment, Custom API Call.
Can I use SimplePractice with AI agents?
Yes. Add SimplePractice 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 SimplePractice use?
SimplePractice uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the SimplePractice integration cost?
The SimplePractice integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does SimplePractice support?
SimplePractice supports 1 triggers including New Appointment.
Connect SimplePractice in 2 minutes
Get 1,000 free actions every month. No credit card required.