system) fires automatically off a record’s lifecycle — create, update, or delete.
There’s no actor; the subject is the changed record.
Behaviour
The run carries the changed record plus achanges diff (field → [old, new]), so
the flow can react to exactly what changed.
When a change happens inside a database transaction, the event is deferred until the
transaction commits, so automations never fire on rolled-back writes.
Available actions
These action plugins can run in a system event:Webhook
Set insight
Related
Event types
All four types compared.