decide_support_letter
Decide what a held or failed letter to the support address is. 'release' files it as if it had just arrived, past the spam filter and the limits: it joins the request it proves it answers, or opens a new one (and the sender gets the usual acknowledgement). 'dismiss' says it is not a request; its files are dropped and the row is deleted with the other unfiled letters after 30 days. Requires full write access to the support project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | 'release' or 'dismiss'. | |
| letterId | Yes | The letter's id, from list_support_letters. |