change_letter_status
Update a letter's status to draft, sent, or deleted, with an optional timestamp for the change.
Instructions
Changes status of specified letter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| letter_id | Yes | letter ID | |
| status | Yes | status of letter, possible values: DR - draft, S - sent, D - deleted (but still visible) | |
| date_time | No | optional date time of a change in Y-m-d H:i:s format (if none specified current date time will be taken) |