Skip to content

Trello

Turn the page you’re on into a Trello card. The same capture-from-page pattern as Linear and Todoist, aimed at a non-developer audience — pick a board and list, and the page URL is attached to the card.

Creates, updates, and moves cards, lists your boards and their lists, and attaches URLs. On Card → Create, the page URL is added both to the description and as a real card attachment — the one call that makes a captured card actually useful.

ResourceOperations
CardCreate, Update, Move, Attach URL
BoardList
ListList
SettingNotes
CredentialA Trello API key + token (see below).
Resource / OperationWhat to act on and how.
Card title / DescriptionThe card (Card → Create/Update).
List IDThe list (column) to add the card to — use List → List to find it.
Source URLThe page URL — attached to the card and appended to the description.
PositionPlace the new card at the top or bottom of the list.
Card IDThe card to update/move/attach to.
Target list IDThe list to move the card to (Card → Move).
URL / Attachment nameAttach a URL to an existing card (Card → Attach URL).
Board IDThe board whose lists to fetch (List → List).
  • Auth: Trello’s own API key + user tokennot the Atlassian OAuth (3LO) platform, so it ships immediately with no OAuth dance.
  • Store both as a Basic Auth credential:
    • Username → your Trello API key
    • Password → your Trello token
  • Get both from trello.com/app-key (generate the token from that page). They’re sent in Trello’s Authorization: OAuth … header — never in the URL — and stored in your credential vault, never through awflow’s backend.

This node is extension-only. The Trello API isn’t confirmed to send browser-CORS headers, so run it in the awflow browser extension.

  • 401 invalid token — the key or token is wrong or expired. Regenerate the token at trello.com/app-key and update the credential (key in Username, token in Password).
  • Card created in the wrong placeList ID is a list (column) ID, not a board ID. Use List → List with your Board ID to find the right list.
  • Can’t find IDs — run Board → List for board IDs, then List → List for the lists on a board.