RecordCreate event fires whenever a new record is created for any custom object type within an account. The payload includes the record’s unique ID, assigned owners, followers, and its current property values as key-value pairs. Use this event to sync new records to external databases, trigger follow-up automations, or assign notifications to owners.
Payload
Example payload
Related
- Record Update — fires when an existing record is modified
- Record Delete — fires when a record is removed
- Objects API — manage custom object schemas and records