Weavz
Healthie

Healthie

Healthie GraphQL API for client, appointment, task, form, and webhook lifecycle workflows.

16 tools
1 trigger

Tools

Name
list_clients

Search Healthie clients with bounded pagination and narrow default fields.

get_client

Get one Healthie client by ID.

create_client

Create a Healthie client using the official createClient mutation.

update_client

Update a Healthie client using the official updateClient mutation.

archive_client

Archive a Healthie client via the updateClient lifecycle mutation.

list_appointments

List Healthie appointments with date, client, provider, status, and type filters.

get_appointment

Get one Healthie appointment by ID.

create_appointment

Create a Healthie appointment using the official createAppointment mutation.

update_appointment

Update, reschedule, confirm, cancel, or mark status on a Healthie appointment using updateAppointment.

delete_appointment

Delete a Healthie appointment using the official deleteAppointment mutation.

list_tasks

List Healthie tasks by client, assignee, completion, and search filters.

create_task

Create a Healthie task using the official createTask mutation.

update_task

Update or complete a Healthie task using the official updateTask mutation.

list_form_answer_groups

List Healthie filled form metadata with explicit client or date filters.

create_webhook

Create a Healthie webhook endpoint/subscription using official webhook input fields.

delete_webhook

Delete or disable a Healthie webhook endpoint/subscription by ID.

Triggers

Name
webhook_event_received

Receive Healthie webhooks after creating a webhook in Healthie. Optionally verifies the documented HMAC signature when request path data is available.

Quick Start

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