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