trello.onCardCreated matches newly created cards, copied cards, cards converted from checklist items, and cards created by email.
automations/welcome-trello-cards.automation.ts
board as an ID, short link, or URL. Optional static account defaults to the project binding.
Trigger data
Returns aSignal<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.