eavz
SimplePractice

SimplePractice

Practice management software for health and wellness professionals

5 actions
1 trigger

Actions

Name
list_clients

List all clients in your SimplePractice account

get_client

Get details of a specific client by ID

list_appointments

List appointments in your SimplePractice account

create_appointment

Create a new appointment in SimplePractice

custom_api_call

Make a custom API call to the SimplePractice API

Triggers

Name
new_appointment

Triggers when a new appointment is created in SimplePractice

Quick Start

TypeScript
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.