associations_create_association
Create a new association between two objects in GoHighLevel by specifying their labels and keys, enabling structured relationships for CRM data.
Instructions
Create Association
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Association's Unique key | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. | |
| firstObjectKey | Yes | First Objects Key | |
| secondObjectKey | Yes | Second Objects Key | |
| firstObjectLabel | Yes | First Objects Association Label (custom_objects.children) | |
| secondObjectLabel | Yes | Second Object Association Label (contact) |