update_contact
Update existing contact details in dVersum by specifying the contact UUID and any fields to change, such as name, email, phone, position, notes, or client ID.
Instructions
Update an existing contact's details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact UUID | |
| No | Email address | ||
| notes | No | Notes | |
| phone | No | Phone number | |
| position | No | Job title/position | |
| client_id | No | Associated client UUID | |
| last_name | No | Last name | |
| first_name | No | First name |