Answer the question
In order to leave comments, you need to log in
How to implement a notification sending service?
There is an api server written in flask. It should send notifications to users at a certain point in time. The time is entered by the user himself, the notifications themselves can be of a different plan (sms, email, browser) What is the best architecture to choose? What technologies?
Answer the question
In order to leave comments, you need to log in
For scheduled message sending time:
- for SMS - use of SMS gates
- for mail - SMTP server
- for browser - use of push messages
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question