nexo_reminder_note
Append notes to reminder history for audit trail. Must call nexo_reminder_get first to obtain the required token.
Instructions
Append a note to reminder history.
IMPORTANT: call nexo_reminder_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID (e.g., R87). | |
| note | Yes | Operational note to append to history. | |
| read_token | No | Token returned by `nexo_reminder_get`. | |
| actor | No | Actor label for the history note. | nexo |