contacts_update_contact
Modify specific contact details in a CardDAV address book. Provide only the fields you want to change while keeping other information intact.
Instructions
Update an existing contact in a CardDAV address book.
Only the fields you provide will be changed; omitted fields are left as-is.
Args: href: The href/URL path of the vCard resource (as returned by contacts_list). name: New display name (optional). email: New email address (optional). phone: New phone number (optional). org: New organisation name (optional). notes: New notes (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | Yes | ||
| name | No | ||
| No | |||
| phone | No | ||
| org | No | ||
| notes | No |