Send a notification
send-notificationSend a short plain-text notification in Foundry to all or selected logged-in users, with the Gamemaster as sender. Requires write access; messages are not stored.
Instructions
Show a short notification (plain text, at most 500 characters) in Foundry to everyone or to chosen users, with the Gamemaster named as sender. Users are matched by id or exact name. Users who are not logged in do not get it, and it is not stored. Needs the write switch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | How it looks: info (default), warn or error | |
| users | No | Ids or exact names of the users; leave out for everyone | |
| message | Yes | The text to show |