Sign in

Create label on board

documented

Create a new label on a board.

POST /boards/{id}/labelsBoardsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.trello.com/1/boards/{{$id}}/labels?name={{$name}}&color={{$color}}&key={{TRELLO_API_KEY}}&token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"name": "{{$name}}", "color": "{{$color}}", "key": "{{TRELLO_API_KEY}}", "token": "{{OAUTH2_ACCESS_TOKEN}}"}'
Create label on board · Trello · OpenIntegrations