create_label
Creates a new Gmail label with optional custom text and background colors. Organize emails by adding labels to your Gmail account.
Instructions
Create a new Gmail label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The label name to create | |
| text_color | No | Hex text color (e.g. '#ffffff'). Must be used with background_color. Only predefined Gmail colors are accepted. | |
| background_color | No | Hex background color (e.g. '#4a86e8'). Must be used with text_color. Only predefined Gmail colors are accepted. |