Dentally
Dentally REST API for dental practice patients, appointments, accounts, payments, and webhooks.
Tools
| Name | Description |
|---|---|
list_patientsList Dentally patients with a narrow date or page filter. | List Dentally patients with a narrow date or page filter. |
get_patientGet one Dentally patient by ID. | Get one Dentally patient by ID. |
create_patientCreate a Dentally patient using the documented request object. | Create a Dentally patient using the documented request object. |
update_patientPatch a Dentally patient by ID. | Patch a Dentally patient by ID. |
delete_patientDelete or archive a Dentally patient by ID. | Delete or archive a Dentally patient by ID. |
list_appointmentsList Dentally appointments with a narrow date or page filter. | List Dentally appointments with a narrow date or page filter. |
get_appointmentGet one Dentally appointment by ID. | Get one Dentally appointment by ID. |
create_appointmentCreate a Dentally appointment using the documented request object. | Create a Dentally appointment using the documented request object. |
update_appointmentPatch a Dentally appointment by ID. | Patch a Dentally appointment by ID. |
delete_appointmentDelete or archive a Dentally appointment by ID. | Delete or archive a Dentally appointment by ID. |
list_accountsList Dentally accounts with a narrow date or page filter. | List Dentally accounts with a narrow date or page filter. |
list_paymentsList Dentally payments with a narrow date or page filter. | List Dentally payments with a narrow date or page filter. |
list_invoicesList Dentally invoices with a narrow date or page filter. | List Dentally invoices with a narrow date or page filter. |
list_webhooksList Dentally webhooks with a narrow date or page filter. | List Dentally webhooks with a narrow date or page filter. |
Quick Start
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.