Skip to main content
trello.createBoardLabel creates a reusable label for cards on the same board.
automations/create-trello-label.automation.ts
Provide board, non-empty name, and color. color accepts "black", "blue", "green", "lime", "orange", "pink", "purple", "red", "sky", "yellow", or null for colorless. Optional second argument { account } defaults to the project binding. Returns the created TrelloLabel. Use its id with trello.addCardLabel or trello.createCard.labelIds.