ObjectSchemaUpdate event fires whenever an existing custom object schema is modified within an account. Modifications can include adding or removing searchable properties, renaming labels, or changing the primary display property. Use this event to detect schema drift, re-validate dependent integrations, or update downstream data mappings.
Payload
Example payload
Related
- Object Schema Create β fires when a new schema is defined
- Record Update β fires when a record of a custom object type is modified
- Objects API β manage custom object schemas and records