Skip to main content
createCard adds a card to a list with optional dates, assignees, labels, location, attachment, or copied content.
automations/create-trello-card.automation.ts

Inputs

listId and non-empty name are required. Optional fields are address, description, locationName, dueAt, startAt, dueComplete, labelIds, memberIds, position, sourceCard, keepFromSource, sourceUrl, and account. Dates accept Date or an ISO timestamp with an offset. position accepts "top", "bottom" (default), or a nonnegative number. sourceCard accepts an ID, short link, or URL. keepFromSource is an array containing "all", "attachments", "checklists", "comments", "due", "labels", "members", "none", or "stickers". sourceUrl must be a valid URL.

Output

Returns the created TrelloCard. Label and member inputs are stable IDs, not names. The connected account needs access to the destination list and any copied card.