Notify users with specific varying methods #926
Unanswered
massimiliano-cannata
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would say just leverage the documentation on the main README and wiki which describes each service. Apprise can definitely allow your clients be notified in any fashion they want (within reason, provided there one of the 90+ services this library supports). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
new to apprise, so please give me your suggest indication.
I have clients that register to a service and decide how they want to be notified (mail, whatsapp, SMS, ....) .
All is stored in a database with specific client contacts details and when an alert is raised I have a python script to send messages to different users registered for that alert depending their selected choices.
How would be the better solution to complete the task and get success/failure back?
a) loop each client and send specific alert one by one?
b) detect all the notification types and send once to all recipients?
c) ... other suggestions?
Thanks for your experienced suggestions.... And any eventual sample/info links...
Maxi
Beta Was this translation helpful? Give feedback.
All reactions