create_appointment_type
Create an appointment type in Follow Up Boss by setting its name and sort order. Define custom fields to match your scheduling workflow.
Instructions
Create an appointment type. (POST /appointmentTypes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the appointment type. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| orderWeight | No | Set this value to enforce a specific sort order. |