nexo_followup_restore
Restores a soft-deleted followup to PENDING status. Requires a read token from nexo_followup_get.
Instructions
Restore a soft-deleted followup back to PENDING.
IMPORTANT: call nexo_followup_get first and pass its READ_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Followup ID (e.g., NF45). | |
| read_token | No | Token returned by `nexo_followup_get`. |