A simple API for sending notifications over Matrix
To get an token, invite @notify:yuri.im to a Matrix room. It will automatically join and send the token.
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.
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.