Trello
JSON →Integrates with Trello to manage projects, boards, and cards, using Nango for authentication.
Install
pip install -e Tools · 19
- trello_get_my_boards Get all your boards
- trello_get_board Get specific board details
- trello_create_board Create new boards
- trello_update_board Update board information
- trello_delete_board Delete boards
- trello_get_board_lists Get all lists on a board
- trello_get_board_cards Get all cards on a board
- trello_get_board_members Get board members
- trello_create_list Create new lists
- trello_update_list Update list details
- trello_archive_list Archive lists
- trello_get_list_cards Get cards in a specific list
- trello_create_card Create new cards
- trello_get_card Get card details
- trello_update_card Update cards (including moving between lists)
- trello_delete_card Delete cards
- trello_add_comment_to_card Add comments to cards
- trello_add_attachment_to_card Add attachments to cards
- trello_search Search across Trello for boards, cards, members, etc.
Environment variables
NANGO_BASE_URLNANGO_SECRET_KEYNANGO_CONNECTION_IDNANGO_INTEGRATION_IDTRELLO_CLIENT_ID
Links
★ 1 GitHub stars