trello.onCardUpdated matches every updateCard action on one board, including moves, archive changes, and other updates.
automations/watch-trello-updates.automation.ts
board as an ID, short link, or URL. Optional static account defaults to the project binding.
Trigger data
Returns the shared Trello card event shape forupdateCard actions:
event contains the complete Trello webhook. Call trello.getCard({ card: event.card.id }) for the current card.