Procedures
Automation procedures in the Trello BDK Book.
Make sure to add the Trello BDK Book to your agent 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 todo
to 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
get a board whose name is "Kognitos"
get some lists from the board
to get some (boards)
Gets all boards
Output Concepts
Concept
Description
Type
Examples
Get all boards
get some boards
Get a board by name
get a board whose name is "Kognitos"
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
...
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 todo
>>>
get the second list from lists
use the above as the in progress
>>>
move the card to the in progress
Last updated
Was this helpful?