Skip to main content
trello.onBoardEvent handles all board webhook actions. Use it when a specific card trigger is too narrow or you need raw Trello action data.
automations/log-trello-board-events.automation.ts

Options

Provide board: string as an ID, short link, or standard board URL. Optional account is a static Trello account binding and defaults to the project binding. A signal can’t select it at runtime.

Trigger data

Returns Signal<TrelloBoardEvent> with actionId, Trello actionType, occurredAt in ISO 8601 format, webhookId, board, optional memberCreator, and affected resources such as card, list, listBefore, listAfter, checklist, checkItem, attachment, member, and organization. Other action.data fields remain available by name as JSON values. event contains the complete Trello webhook, including the original action.data, model, and webhook. Prefer a specific card trigger when it covers the event.