RelationCreate event fires whenever two specific records are linked together via an association. While an association defines the type of relationship between two object types, a relation is the concrete instance — the actual link between two individual records. Use this event to replicate relationship graphs in external systems, trigger cross-object workflows, or build real-time graph visualizations.
Payload
Example payload
Related
- Relation Delete — fires when a record-level link is removed
- Association Create — fires when the association type definition is created
- Associations API — manage association definitions and relations