Labels

Labels help you and your team quickly identify and filter conversations. This API allows you to create labels automatically.

List labels

get

Get all labels for your team, ordered by name

Authorizations
AuthorizationstringRequired

API token authentication. Include your token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

To get an API token:

  1. Go to your team settings in Jelly
  2. Navigate to "API Tokens"
  3. Create a new token and save it securely
Responses
get
/labels

Create label

post

Create a new label for your team

Authorizations
AuthorizationstringRequired

API token authentication. Include your token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

To get an API token:

  1. Go to your team settings in Jelly
  2. Navigate to "API Tokens"
  3. Create a new token and save it securely
Body
namestringRequired

Label name

Example: Important
colorstring · enumRequired

Label color

Example: cherryPossible values:
Responses
post
/labels

Last updated