contact_method_manage
Add, update, or remove a contact method (email, phone, social handle, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The contact method ID (required for "update" and "remove") | |
| type | No | Type of contact method (required for "add"). Built-ins: email, phone, whatsapp, telegram, signal, twitter, instagram, facebook, linkedin, website, other. Custom values defined in Settings are also accepted. | |
| label | No | Label (e.g. "Personal", "Work") | |
| value | No | The value - email, phone number, handle (required for "add") | |
| action | Yes | Action to perform | |
| contact_id | No | The contact ID (required for "add") | |
| is_primary | No | Set as primary for this type |