I've created a simple API to send alerts & notifications on Signal. For example, this will send you a DM:
curl -d '☕️ coffee is ready' https://signalbot.one/api/send/...
You can get your own webhook URL by sending a message to @BotMaster.1000
You can also send notifications to a group chat. NB because the bot will receive other messages in the chat, it is best to use a dedicated group for notifications.
I hope it will be useful for someone. Let me know what you think?
PS. Am working on Markdown support.