manage_account_contact
Add, update, or delete billing and technical contacts on your account. Manage contact details and notification preferences for general, invoice, and support emails.
Instructions
Add, update, or delete a billing/technical contact on the account. Requires scope account:write. Plain write — not gated. action selects the operation: add (needs firstname, lastname, email), update (needs id + the fields to change), delete (needs id). id comes from list_account_contacts. generalemails / invoiceemails / supportemails toggle which notification streams this contact receives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Contact id (required for update/delete). | |
| No | Contact email (required for add). | ||
| action | Yes | add | update | delete. | |
| lastname | No | Family name (required for add). | |
| firstname | No | Given name (required for add). | |
| companyname | No | Company name. | |
| phonenumber | No | Phone number. | |
| generalemails | No | Receive general emails. | |
| invoiceemails | No | Receive invoice emails. | |
| supportemails | No | Receive support emails. |