add_additional_party
Link an existing party as a secondary contact on an opportunity or project. Idempotent: re-adding the same party returns alreadyLinked instead of an error.
Instructions
Link an existing party as an additional (secondary) party on an opportunity or project. The 'main' party is set via update_opportunity / update_project; this adds additional parties beyond the main one. Idempotent — re-adding a linked party is harmless. Response: {linked: true, alreadyLinked: false} on a fresh link, {linked: true, alreadyLinked: true} if the party was already linked (Capsule's 422 'already a contact' / 'already related' is caught internally and converted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Which entity has the additional-party links. | |
| partyId | No | ID of the party (person or organisation) to link as an additional party. | |
| entityId | No |