Discord
Two separate things live under "Discord": a Rich Presence status your friends see, and webhook notifications your automations can send.
Rich Presence
While Rustomat is running, your Discord profile can show what you're doing in Rust as a live status, the same way a game's own native Discord integration would.
Discord notifications from automations
Add a Discord Notification action to any automation's Do list and it posts a message to a webhook URL you configure -- a raid alert, an alarm trigger, a teammate coming online, anything you can build a trigger for. Multiple automations can post to the same webhook, or different ones (e.g. a dedicated #alerts channel vs. a DM-style webhook) depending on how you've set your server up.
Generic webhooks
Not every notification needs to go to Discord specifically. The same automation Do list has a generic HTTP request action for firing a webhook at any other service -- ntfy.sh, a Home Assistant automation trigger, or anything else that accepts a plain HTTP call.
MAT