Weavz
Digitail

Digitail

Manage Digitail veterinary pets, pet parents, appointments, prescriptions, and clinic communication workflows.

14 tools
1 trigger

Tools

Name
get_logged_in_vet

Get the Digitail vet profile and current clinic for the connected OAuth user.

list_pets

List Digitail pets with bounded pagination and optional documented filters.

get_pet

Retrieve one Digitail pet by ID.

update_pet

Update a Digitail pet by exact ID using documented pet fields.

list_pet_parents

List Digitail pet parents with bounded pagination and optional query/clinic filters.

get_pet_parent

Retrieve one Digitail pet parent/client by ID.

create_pet_parent

Create a Digitail pet parent/client.

update_pet_parent

Update a Digitail pet parent/client by exact ID.

list_appointments

List Digitail appointments with optional clinic, date, pet, status, and pagination filters.

get_appointment

Retrieve one Digitail appointment by ID.

create_appointment

Create a Digitail appointment using the documented appointment request body.

update_appointment

Update a Digitail appointment by exact ID.

list_pet_prescriptions

List prescriptions for a Digitail pet.

create_prescription_refill

Create a refill record for a Digitail prescription.

Triggers

Name
appointments_created_or_updated

Poll Digitail appointments and emit records changed after the initial baseline. Digitail does not provide webhooks.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Digitail 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 Digitail support?

Digitail supports 14 tools including Get Logged-In Vet, List Pets, Get Pet, Update Pet, List Pet Parents, and more.

Can I use Digitail with AI agents?

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

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

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

How much does the Digitail integration cost?

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

What triggers does Digitail support?

Digitail supports 1 triggers including Appointments Created or Updated.

Connect Digitail in minutes

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