CompanyLinkContacts
This action links or unlinks contacts to/from a company.
Link* and Unlink* parameters are optional, but you must specify either one or the other, not both. These parameters must be passed as an array of IDs.
Action Parameters
| PARAMETER NAME | DESCRIPTION | 
|---|---|
| CompanyId | Identifier of the company (required). | 
| LinkContactIds | Array of contact IDs to link to the company. Example: [3032,46] | 
| UnlinkContactIds | Array of contact IDs to unlink from the company. Example: [3032,46] | 
Result
The contact is linked or unlinked to/from the specified company.
Was this page helpful?