Skip to main content
trello.onCardCreated matches newly created cards, copied cards, cards converted from checklist items, and cards created by email.
automations/welcome-trello-cards.automation.ts
Provide board as an ID, short link, or URL. Optional static account defaults to the project binding.

Trigger data

Returns a Signal<TrelloCardCreatedEvent>:
occurredAt is an ISO 8601 timestamp. list is the current list, and previousList is its prior list when available. Nested board, card, and list objects always have id. Names and other Trello fields can be absent. event contains the complete Trello webhook.