add_party_email_address
Add a single email address to a party without replacing existing ones. Uses an atomic PUT to append the new address.
Instructions
Append a single email address to a party. Atomic — one PUT to Capsule. Use this instead of update_party.emailAddresses when you want to add exactly one entry; the bulk array on update_party is append-only and won't replace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| partyId | Yes | ||
| address | Yes | ||
| type | No | Free-form label, e.g. 'Work', 'Home'. |