Skip to main content
trello.listAttachments returns all attachments on a card.
automations/list-trello-attachments.automation.ts
Provide card as an ID, short link, or URL. Optional second argument { account } defaults to the project binding. Returns Signal<TrelloAttachment[]>. URL attachments can have bytes or mimeType set to null, while isUpload distinguishes uploaded files from links.