Notify

A simple API for sending notifications over Matrix

Get a token

To get an token, invite @notify:yuri.im to a Matrix room. It will automatically join and send the token.

Send a notification

To send a notification, POST your message to https://notify.easrng.net/notify/:token. The endpoint accepts Content-Type: text/plain and Content-Type: text/html.

Revoke a token

To revoke a token, send a DELETE request to https://notify.easrng.net/notify/:token. The token will immediately be revoked, and the bot will leave a few minutes later. Invite it again to get a new token.