Skip to main content

Account custom data updated

The Account custom data updated trigger starts an automation whenever a custom data field on an account record changes. Use this trigger to react to structured business data — such as contract status, tier, or any field your team manages outside the standard account fields.

This trigger operates at the account scope, so all account data — including the updated custom fields — is available to downstream steps.

Trigger scope

This trigger operates at the account scope. Account fields, custom data fields, tags, and product data are available downstream.

How it works

  1. A custom data field on an account is updated, either manually or by an integration.
  2. The account is brought into scope with the new field values.
  3. All account data — including updated custom fields — becomes available as dynamic content.
  4. Downstream steps execute using the account and custom data context.

Available data

OutputDescription
Account nameName of the account
Account IDUnique identifier for the account
Custom data fieldsAll custom data fields and their current values after the update
Updated atTimestamp of the change

Use trigger conditions to filter for changes to a specific custom data field if you only want the automation to run for certain updates.