Microsoft-Rewards-Script icon indicating copy to clipboard operation
Microsoft-Rewards-Script copied to clipboard

[Feature Request] add apprise support to enhance notifications options

Open mgrimace opened this issue 10 months ago • 2 comments

Updating FR for enhanced notifications

Apprise is a flexible notification service that allows for not only Discord notifications, but basically notifications to pretty well any service. This would mean that you wouldn't have to implement individual notification services for folks, and people could use their preferred notification method.

Use-case:

  • daily summary of points sent via NTFY, text, email, etc.
  • error notifications
  • 2FA (passwordless #129 ) number codes sent via preferred notification message. Useful for ‘headless’ and docker setups.

mgrimace avatar Apr 08 '24 15:04 mgrimace

Feel free to make a PR with this implemented.

TheNetsky avatar Apr 22 '24 20:04 TheNetsky

Feel free to make a PR with this implemented.

I've been trying to get it working, but no luck on my end. My goal is to add NTFY support, which is basically the same as discord webhook, but notifications can go directly to NTFY (web/app/etc) vs., Discord. It's here: https://www.npmjs.com/package/ntfy.

Apprise itself is a bigger job, but would enable notifications to any service, but personally my own use is just NTFY which should be easier.

mgrimace avatar May 16 '24 00:05 mgrimace