Procedures
Automation procedures in the Trello book.
Ensure that you have installed or connected the Trello book and created a new playground before using these automation procedures.
to create a card in trello list
Creates a new card in a list.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Concept
Description
Type
Examples
Create a new card in a list
...
get some lists from the board
get the first list from lists
use the above as the todo
>>>
create a json
use the above as the card
set the card's name to "A very cool card name"
set the card's description to "A very cool card description"
>>>
create the card in the todoto get some (board's lists)
Gets all lists from a board.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Concept
Description
Type
Examples
Get all lists from a board
to get some (boards)
Gets all boards from your Trello account.
Output Concepts
Concept
Description
Type
Examples
Get all boards
Get a board by name
to move a card to a trello list
Updates a card in a list.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Concept
Description
Type
Examples
Create a card and move it to another list
Last updated
Was this helpful?
