Tool
support_label_create
Add a label to this product label dictionary.
Add a label to this product label dictionary. A label is a free-form tag: nothing automates off it and a thread may carry any number of them. Names are unique per product
Behavior
- HTTP
POST /support/labels
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | • | Label name as the customer wants to see it. Unique within the product |
| color | string | — | Optional display colour as a six-digit hex string, e.g. #2563eb |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Label id |
| name | string | • | Label name, unique within the product |
| color | string | • | Display colour as a hex string, or null if uncoloured |
| createdAt | string | • | ISO-8601 creation timestamp |
Try it
Add a label to this product label dictionary.