ObjectSchemaCreate event fires when a user defines a new custom object type within an account. Custom object schemas establish the structure — labels, searchable properties, and display rules — for any user-defined data model. Subscribe to this event to react to new data models being introduced, provision related resources, or audit schema changes across accounts.
Payload
Example payload
Related
- Object Schema Update — fires when an existing schema is modified
- Record Create — fires when a record of a custom object type is created
- Objects API — manage custom object schemas and records