Skip to main content
trello.onCardUpdated matches every updateCard action on one board, including moves, archive changes, and other updates.
automations/watch-trello-updates.automation.ts
Provide 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 for updateCard actions:
The payload identifies the action but doesn’t include before-and-after values for every field. event contains the complete Trello webhook. Call trello.getCard({ card: event.card.id }) for the current card.