add_label_to_thread
Add a shared label to an email thread or task using its thread ID, label ID, and board ID. Use list_labels first to find available label IDs.
Instructions
Add a shared label to an email thread (or task). Use list_labels first to find available label IDs for the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The board ID the thread belongs to | |
| labelId | Yes | The label ID to assign | |
| threadId | Yes | The thread or task ID to label |