I'm curious how you do it, a webhook?
I've done something similar which communicates both ways and can send w/e kind of info you want as long as you can handle it on both sides (here).
Cool. I've done similar functions for my server. What I did it just create a new database table and serverside throw in whatever message you'd like. Then my Node.js bot every minute fetch those messages and then deletes them after announcing them on discord.
View attachment 46432