add_additional_party
Link an existing party as a secondary party on an opportunity or project. Idempotent; safely re-adds without errors.
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. Use 'kases' for projects. | |
| entityId | Yes | ||
| partyId | Yes | ID of the party (person or organisation) to link as an additional party. |