DealLinkContacts

This action links or unlinks contacts to/from a deal.

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
DealId Identifier of the deal (required).
LinkContactIds Array of contact IDs to link to the deal. Example: [3032,46]
UnlinkContactIds Array of contact IDs to unlink from the deal. Example: [3032,46]

Result

The contact is linked or unlinked to/from the specified deal.