Short answer: You can create label in Gmail by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Gmail Create Label action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Label Name name | string | Required | Label Name. Example: Projects/Active |
Show in Label List labelListVisibility | options | Optional | Show in Label List. Options: Show, Show if unread, Hide |
Show in Message List messageListVisibility | options | Optional | Show in Message List. Options: Show, Hide |
{"name": "e.g. Projects/Active","labelListVisibility": "{{trigger.labelListVisibility}}","messageListVisibility": "{{trigger.messageListVisibility}}"}
{"id": "Label_42","name": "Projects/Active","type": "user","labelListVisibility": "labelShow","messageListVisibility": "show"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.