Create Cases
createCasesCreate one or more cases in a queue. Provide either a single case object or a cases array (1-100); providing both returns 400. Each case accepts a title (max 500 chars), optional free-form data, optional labels that will be assigned to the case on creation (missing labels are created on the queue), and an optional priority (none, medium, or high; medium/high raise it above the default in the queue, none is the default). Priority only affects the order pending cases are picked up in: due postponed cases are handled first, then higher priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | No | ||
| cases | No | ||
| queue_id | Yes | The queue's unique identifier |