Labels
Create and assign labels to chats and messages.
Endpoints (7)
GET
Get Labels
List all labels on the account.
POST
Create Label
Create a new label (name, color).
GET
Get Label Objects
Get chats/messages associated with a label_id.
POST
Add Label Association
Assign label to chat or message.
DEL
Delete Label Association
Remove label from chat or message.
POST
Rename Label
Rename an existing label.
DEL
Delete Label
Delete a label by label_id.