Skip to main content
onTrelloBoardEvent exposes Trello’s broad board webhook stream. Use it when the semantic card triggers are too narrow or you need provider-native action data.
automations/log-trello-board-events.automation.ts

Options

board: string is required and accepts an ID, short link, or standard board URL. Optional account is a static Trello account binding and defaults to the project binding; a signal cannot select it at runtime.

Trigger data

Returns Signal<TrelloBoardEvent> with actionId, provider actionType, ISO occurredAt, webhookId, normalized board (id, optional name, url, and closed), optional memberCreator, and provider-native data: Record<string, JSONValue>. The data shape varies by actionType. Prefer a semantic card trigger when it covers the event you need.