create_appointment
Schedule a veterinary appointment by providing animal ID, contact ID, appointment type ID, and start time.
Instructions
Create a new appointment on the operator's ezyVet account. Gated by EZYVET_ALLOW_WRITE=true because every created appointment shows up on a real vet's calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animal_id | Yes | ||
| contact_id | Yes | ||
| appointment_type_id | Yes | ||
| start_at | Yes | ||
| end_at | No |