Send a server notice
send_server_noticeSend a server notice message to a local user on a Dendrite homeserver. Use this to deliver official server announcements or alerts directly to a user's chat.
Instructions
Send a server notice (an m.text message from the server) to a specific local user. Requires server notices to be configured in dendrite.yaml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text body of the notice | |
| userId | Yes | Fully-qualified user ID to notify, e.g. @alice:example.com |