AssociationCreate event fires when a new association type is defined between two object types in an account. An association defines the structural relationship rule — for example, linking “Buyer” custom objects to “Property” custom objects. Associations support contact-to-contact, contact-to-custom object, and custom-to-custom object configurations. Use this event to replicate your data model to external systems or automatically configure dependent tooling when new relationship types are introduced.
Payload
Example payload
Related
- Association Update — fires when an association definition is modified
- Association Delete — fires when an association definition is removed
- Associations API — manage association definitions and relations