nexo_followup_note
Append a note to a follow-up history by providing the follow-up ID and a read token from an initial retrieval. Record observations or actions to keep the log current.
Instructions
Append a note to followup history.
IMPORTANT: call nexo_followup_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Followup ID (e.g., NF45). | |
| note | Yes | Operational note to append to history. | |
| actor | No | Actor label for the history note. | nexo |
| read_token | No | Token returned by `nexo_followup_get`. |