Create relation
ghl_create_relationCreate a relation between two CRM records using an association ID to link them. Provide the association, first record, and second record IDs to establish the connection.
Instructions
Create a relation between two records using an association definition. Get associationId from ghl_list_associations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationId | No | GHL Location (sub-account) ID. Defaults to GHL_LOCATION_ID. | |
| associationId | Yes | ||
| firstRecordId | Yes | ||
| secondRecordId | Yes |