create_appointment_outcome
Create an appointment outcome to record the result of a scheduled meeting. Set its name and order weight to classify and sort outcomes in the CRM.
Instructions
Create an appointment outcome. (POST /appointmentOutcomes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the appointment outcome. | |
| 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. |