Skip to content

Instantly share code, notes, and snippets.

@gwillem
Created March 28, 2025 13:09
Show Gist options
  • Save gwillem/44d6cc067b63f85eb05c267231ccb632 to your computer and use it in GitHub Desktop.
Save gwillem/44d6cc067b63f85eb05c267231ccb632 to your computer and use it in GitHub Desktop.
How to send yourself notifications via a simple Signal API

Simple Signal API

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment