Docs »

Automations »

Events »

record.changed

record.changed automation events are triggered whenever one or more fields are changed on a record.

In the events KATA, all enabled automations are executed in order.

Automations can dynamically be enabled/disabled by record type, field values, or actor.

Placeholders

The automation event dictionary starts with the following values:

Key Type Notes
actor_* record The current actor dictionary. Supports key expansion.
inputs dictionary Custom input values from the caller.
is_new boolean true if the record was created during the current request.
record_* record The new record dictionary. Supports key expansion.
was_record_* record The former record dictionary. Supports key expansion.

Outputs

(none)