Update an appointment
update_appointmentReschedule appointments or add notes by sending only the fields that need changing. Update date, time, status, client, phone, agent, lead, or duration without altering other details.
Instructions
Reschedule or annotate an appointment. Only the fields you send are changed.
Requires scope appointments:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id, e.g. "6a96a3ead6e886d42462dd3e". | |
| notes | No | ||
| status | No | ||
| lead_id | No | ||
| agent_id | No | ||
| date_time | No | ISO 8601 timestamp, UTC, e.g. "2026-09-01T12:00:00.000Z". | |
| client_name | No | ||
| phone_number | No | Phone number in E.164 form, e.g. "+14155551234". | |
| duration_minutes | No |