Send a notification
send-notificationSend a plain-text notification in Foundry VTT to all players or specific users, with the Gamemaster as sender. Use it to display short alerts or errors directly in the game interface.
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 |