Update Contact
neuron_update_contactUpdate an existing contact's details. If notes are provided, they are appended as a new structured note entry without overwriting existing notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the contact to update | |
| name | No | Updated full name for the contact | |
| tags | No | Updated tags for the contact (replaces existing tags) | |
| No | Updated email address for the contact | ||
| notes | No | New note to append to the contact's existing notes | |
| phone | No | Updated phone number in E.164 format (e.g., +2348012345678) | |
| doNotBroadcast | No | Set true to exclude this contact from all broadcasts, false to allow | |
| doNotAutoRespond | No | Set true so the bot never auto-responds to this contact, false to allow (manual/API and human sends are unaffected either way) |