Blocks
Trello
Trello Cards operations: list, get, create, update.
Use Trello API with key and token to list cards on a board, retrieve a card, create a new card, or update an existing card.
Toolstrello
Block Preview
Trello
Trello Cards operations: list, get, create, update.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the trello block with monitoring enabled in production.
Inputs (UI)
API Key
short-inputLayout: full
Token
short-inputLayout: full
Board ID
short-inputLayout: half
List ID
short-inputLayout: half
Card ID
short-inputLayout: half
Operation
dropdownLayout: full
Options: List Cards, Get Card, Create Card, Update Card
Name
short-inputLayout: full
Description
short-inputLayout: full
Due (ISO)
short-inputLayout: half
Inputs (API)
key
stringRequired
token
stringRequired
boardId
stringOptional
listId
stringOptional
cardId
stringOptional
operation
stringRequired
name
stringOptional
desc
stringOptional
due
stringOptional
Outputs
Primary response type:
json
Tool Access
trello_cards