Healthie
Healthie GraphQL API for client, appointment, task, form, and webhook lifecycle workflows.
Tools
| Name | Description |
|---|---|
list_clientsSearch Healthie clients with bounded pagination and narrow default fields. | Search Healthie clients with bounded pagination and narrow default fields. |
get_clientGet one Healthie client by ID. | Get one Healthie client by ID. |
create_clientCreate a Healthie client using the official createClient mutation. | Create a Healthie client using the official createClient mutation. |
update_clientUpdate a Healthie client using the official updateClient mutation. | Update a Healthie client using the official updateClient mutation. |
archive_clientArchive a Healthie client via the updateClient lifecycle mutation. | Archive a Healthie client via the updateClient lifecycle mutation. |
list_appointmentsList Healthie appointments with date, client, provider, status, and type filters. | List Healthie appointments with date, client, provider, status, and type filters. |
get_appointmentGet one Healthie appointment by ID. | Get one Healthie appointment by ID. |
create_appointmentCreate a Healthie appointment using the official createAppointment mutation. | Create a Healthie appointment using the official createAppointment mutation. |
update_appointmentUpdate, reschedule, confirm, cancel, or mark status on a Healthie appointment using updateAppointment. | Update, reschedule, confirm, cancel, or mark status on a Healthie appointment using updateAppointment. |
delete_appointmentDelete a Healthie appointment using the official deleteAppointment mutation. | Delete a Healthie appointment using the official deleteAppointment mutation. |
list_tasksList Healthie tasks by client, assignee, completion, and search filters. | List Healthie tasks by client, assignee, completion, and search filters. |
create_taskCreate a Healthie task using the official createTask mutation. | Create a Healthie task using the official createTask mutation. |
update_taskUpdate or complete a Healthie task using the official updateTask mutation. | Update or complete a Healthie task using the official updateTask mutation. |
list_form_answer_groupsList Healthie filled form metadata with explicit client or date filters. | List Healthie filled form metadata with explicit client or date filters. |
create_webhookCreate a Healthie webhook endpoint/subscription using official webhook input fields. | Create a Healthie webhook endpoint/subscription using official webhook input fields. |
delete_webhookDelete or disable a Healthie webhook endpoint/subscription by ID. | Delete or disable a Healthie webhook endpoint/subscription by ID. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Healthie webhooks after creating a webhook in Healthie. Optionally verifies the documented HMAC signature when request path data is available. | Receive Healthie webhooks after creating a webhook in Healthie. Optionally verifies the documented HMAC signature when request path data is available. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('healthie', 'list_clients', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'healthie',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Healthie to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Healthie support?
Healthie supports 16 tools including List Clients, Get Client, Create Client, Update Client, Archive Client, and more.
Can I use Healthie with AI agents?
Yes. Add Healthie 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 Healthie be used in stateful agent workflows?
Yes. Agents can combine Healthie 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 Healthie use?
Healthie uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Healthie integration cost?
The Healthie integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Healthie support?
Healthie supports 1 triggers including Webhook Event Received.
Connect Healthie in minutes
Get 20,000 free action executions every month. No credit card required.