Skip to main content
A system event (Event Template of type 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 a changes 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

Event types

All four types compared.