stellar-expert / operations-notifier

A standalone service that tracks Stellar Network operations and streams notifications to the subscribers.
MIT License
25 stars 11 forks source link

Email notifcations #5

Open orbitlens opened 6 years ago

dolcalmi commented 6 years ago

what do you think to allow add a data field in create subscription (here you will post the email/phone number and additional data to be used in the email or sms) and then use a service like haboob?

orbitlens commented 6 years ago

It's definitely a good idea. But there are some complications.

First of all, transactional Email/SMS services require some upfront payment to be done, so the basic accounting module had to be implemented. And in any case, I'll have to add more than one service provider (Sendgrid, Mandril, AWS SNS etc.

ianeinser commented 4 years ago

Hello,

what is the progress of this?

orbitlens commented 4 years ago

what is the progress of this?

If there is a interest from the community, we can prioritize this feature. It's a relatively large amount of work, so we must be sure that people really need this before investing time in this effort.