Weavz
Dentally

Dentally

Dentally REST API for dental practice patients, appointments, accounts, payments, and webhooks.

14 tools

Tools

Name
list_patients

List Dentally patients with a narrow date or page filter.

get_patient

Get one Dentally patient by ID.

create_patient

Create a Dentally patient using the documented request object.

update_patient

Patch a Dentally patient by ID.

delete_patient

Delete or archive a Dentally patient by ID.

list_appointments

List Dentally appointments with a narrow date or page filter.

get_appointment

Get one Dentally appointment by ID.

create_appointment

Create a Dentally appointment using the documented request object.

update_appointment

Patch a Dentally appointment by ID.

delete_appointment

Delete or archive a Dentally appointment by ID.

list_accounts

List Dentally accounts with a narrow date or page filter.

list_payments

List Dentally payments with a narrow date or page filter.

list_invoices

List Dentally invoices with a narrow date or page filter.

list_webhooks

List Dentally webhooks with a narrow date or page filter.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('dentally', 'list_patients', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'dentally',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Dentally to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Dentally support?

Dentally supports 14 tools including List Patients, Get Patient, Create Patient, Update Patient, Delete Patient, and more.

Can I use Dentally with AI agents?

Yes. Add Dentally 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 Dentally be used in stateful agent workflows?

Yes. Agents can combine Dentally 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 Dentally use?

Dentally uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Dentally integration cost?

The Dentally integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Dentally in minutes

Get 20,000 free action executions every month. No credit card required.