Skip to main content

Event Types

Data entity events follow EntityName.operation and generally use thin payloads.Example payload:

Events with additional metadata

BankTransaction lifecycle webhooks include an optional category object on data when the transaction is categorized to a ledger account. category includes the account id, optional stable_name, and display_name. This is typically present on BankTransaction.updated after categorization.BusinessTask lifecycle webhooks include the current active task count for the business in addition to the standard lifecycle entity fields.