Create an appointment
create_appointmentBook an appointment for a lead with a specific agent by providing phone number, date/time, agent and lead IDs. Add client name, notes, or duration to capture scheduling details.
Instructions
Book an appointment against a lead and agent.
Requires scope appointments:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| lead_id | Yes | ||
| agent_id | Yes | ||
| date_time | Yes | Start time, ISO 8601 UTC. | |
| client_name | No | ||
| phone_number | Yes | Phone number in E.164 form, e.g. "+14155551234". | |
| duration_minutes | No |