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