-
-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twilio Integration #3172
Comments
I'm using email. The email used for their plex accounts receives a notification when their request is fulfilled. Is this not sufficient? |
Email would work but I honestly feel an sms message would be the ultimate form of notification. Twilio has a powerful api too so this would be easily implemented, I'd imagine. |
More options is of course always better. My point was just to say we already have a “painless” global notification system that requires no specific app. |
you could push an email as a text you could do 1234567890@txt.att.net, every carrier has there own email address for texting. T-Mobile – number@tmomail.net |
Yeah you're totally right 👍🏻. I'm just weird 😂 |
Good idea! I'll try that and see how it goes. |
Can I suggest HTML5 notifications? If I'm not mistaken, the web app already has a service worker registered on the client. |
This comment was marked as resolved.
This comment was marked as resolved.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Delivering notifications to non-tech-savvy users has always been almost impossible for me. I don't want my users to download another app to receive notifications or anything. Ideally, an SMS message would be perfect
Desired Behavior
Having a way to integrate Twilio into Overseer in Settings > Notifications and users' phone numbers under User>Settings>Notifications would be an awesome way to notify users when their requests are available. A simple SMS message for notification delivery would be painless for them.
Additional Context
Potentially adding options for notifications on the confirmation page when requesting would be a good idea as well.
Code of Conduct
The text was updated successfully, but these errors were encountered: