post-crm-objects-v4-objtype-merge_merge
Merge two HubSpot CRM objects of the same type into one. Specify the object type, the ID of the object to merge, and the primary object ID that will retain the merged data.
Instructions
Merge two objects with same type. REQUIRES body parameter with merge details. Example: {body: {objectIdToMerge: "123", primaryObjectId: "456"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Path parameter objectType | |
| objectIdToMerge | Yes | string parameter | |
| primaryObjectId | Yes | string parameter |