appointments_create
Create new appointments in SyncroMSP, optionally linking to a ticket to auto-fill description and customer location.
Instructions
Create a new appointment. When possible, link to a ticket via ticket_id -- this auto-populates the description with ticket details and the location from the customer address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Appointment summary/title | |
| description | No | Description | |
| start_at | No | Start time (ISO 8601) | |
| end_at | No | End time (ISO 8601) | |
| appointment_duration | No | Duration (e.g., '1h', '30m') | |
| customer_id | No | Customer ID | |
| ticket_id | No | Ticket ID | |
| user_id | No | Assigned user ID | |
| user_ids | No | Multiple user IDs | |
| location | No | Location | |
| appointment_type_id | No | Appointment type ID | |
| email_customer | No | Email customer about appointment | |
| do_not_email | No | Suppress email notification | |
| all_day | No | All-day appointment |