Account: Queue notice draft (admin)
account_notice_draftQueue a one-off notice email to a user for admin review (ADMIN-ONLY). Only QUEUES a draft — nothing is emailed until the admin reviews it on the Send Notice screen and clicks Send there. Use after an ops-review finding that warrants proactive user outreach: pass the recipient user_id, a subject, and a plain-text body (blank line = new paragraph; the greeting is added automatically). bell=true also raises an in-app notification when sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bell | No | Also send an in-app bell notification on send | |
| body | Yes | Plain text; blank line = new paragraph | |
| subject | Yes | ||
| user_id | Yes | Recipient user id |