nexo_followup_update
Update fields of an existing followup (description, date, status, priority, owner, etc.). Only non-empty fields are changed; requires a read token from a prior followup retrieval.
Instructions
Update fields of an existing followup. Only non-empty fields are changed.
IMPORTANT: call nexo_followup_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Followup ID (e.g., NF45). | |
| description | No | New description (optional). | |
| date | No | New date YYYY-MM-DD (optional). | |
| verification | No | New verification text (optional). | |
| status | No | New status (optional). | |
| priority | No | critical, high, medium, low (optional). | |
| internal | No | '1'/'0' to re-classify visibility (optional). | |
| owner | No | New 'user'|'waiting'|'agent'|'shared' (optional). | |
| read_token | No | Token returned by `nexo_followup_get`. |