RecordUpdate event fires whenever a custom object record is modified within an account. The payload reflects the record’s current state after the update, including any changes to properties, owners, or followers. Use this event to push field changes to external systems, trigger conditional workflows, or maintain audit logs of data modifications.
Payload
Example payload
Related
- Record Create — fires when a new record is created
- Record Delete — fires when a record is removed
- Objects API — manage custom object schemas and records