Update contact
update_contactUpdate a contact. Use mark_contacted=true to record a check-in with today's date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| name | No | Full name; split into first and last name at the first space | |
| No | |||
| notes | No | Notes | |
| phone | No | Phone | |
| company | No | Company | |
| birthday | No | Birthday (Y-m-d). Year unknown: use 1604 as the year | |
| last_name | No | Last name (empty string clears it) | |
| first_name | No | First name | |
| is_favorite | No | Favorite status | |
| relationship | No | Type | |
| mark_contacted | No | Mark as contacted today | |
| contact_frequency_days | No | Contact reminder interval in days |