add_party_email_address
Appends a single email address to a party via atomic PUT. Use this to add exactly one entry without replacing existing addresses.
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 | No | ||
| address | Yes | ||
| type | No | Free-form label, e.g. 'Work', 'Home'. |