nexo_followup_restore
Restore a soft-deleted followup to pending status. Requires the 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`. |