Skip to content

Trello

Search Trello

Connect to Trello and run a search

Parameters

  • query: The search query

  • apikey: The API key to use

  • apitoken: The API token to use

  • sentences: Return in sentences (true) or as JSON (false)


Get a List

Connect to Trello and get a list

Parameters

  • id: The list id

  • apikey: The API key to use

  • apitoken: The API token to use

  • sentences: Return in sentences (true) or as JSON (false)


Get a Card

Connect to Trello and get a card

Parameters

  • id: The card id

  • apikey: The API key to use

  • apitoken: The API token to use

  • sentences: Return in sentences (true) or as JSON (false)


Create a Card

Connect to Trello and create a card

Parameters

  • name: The card name

  • desc: The card description

  • listId: The list id to place the card in

  • raw: Optional - pass a JSON Issue object to create the issue. This overrides summary and description.

  • apikey: The API key to use

  • apitoken: The API token to use


Update a Card

Connect to Trello and create a card

Parameters

  • name: The card name

  • desc: The card description

  • id: The id of the card to update

  • raw: Optional - pass a JSON Issue object to create the issue. This overrides summary and description.

  • apikey: The API key to use

  • apitoken: The API token to use