post-crm-v3-objects-objtype-merge_merge
Merge two HubSpot CRM objects of the same type into a single primary record. Specify the object type, the ID of the object to merge, and the primary object ID to consolidate duplicate data.
Instructions
Merge two objects with same type. REQUIRES body parameter with object properties. Example for companies: {body: {properties: {"name": "Company Name", "domain": "example.com", "industry": "COMPUTER_SOFTWARE"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Path parameter objectType | |
| objectIdToMerge | Yes | string parameter | |
| primaryObjectId | Yes | string parameter |