createAppointment
Create an appointment in Follow Up Boss CRM with required title and start/end times, plus optional invitees, type, outcome, location, and description.
Instructions
Create an appointment. FUB uses start/end (not startTime/endTime), typeId/outcomeId (not appointmentTypeId/appointmentOutcomeId), and invitees:[{type:'person'|'user',id}] (personId is NOT a top-level field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Appointment title (required) | |
| start | Yes | Start ISO 8601 (required) | |
| end | Yes | End ISO 8601 (required) | |
| description | No | Description | |
| invitees | No | Array of {type:'person'|'user', id:int} | |
| allDay | No | ||
| location | No | Location | |
| typeId | No | Appointment type ID | |
| outcomeId | No | Appointment outcome ID | |
| createdById | No | Creator user ID (admin only) |