statusfy icon indicating copy to clipboard operation
statusfy copied to clipboard

Email notifications

Open pcrosthwaite opened this issue 6 years ago • 9 comments

Feature request

  • [ ] I confirm that this is a feature request rather than a question.

What problem does this feature solve?

Whilst the notification profiles already supplied do allow for users to get notified of issues/maintenance, I find that alot of users wish to be notified by email.

What does the proposed API look like?

Not sure

How should this be implemented in your opinion?

Allow an admin to define a email server to use when sending notifications, an email address to send the email notifications from. Users would then need to input their email address when subscribing. It would also be nice to allow a user to only subscribe to particular services in which they want to be notified on issues/maintenance

Are you willing to work on this yourself?**

I unfortunately don't have the skills required

pcrosthwaite avatar Feb 08 '19 01:02 pcrosthwaite

Thanks for opening this issue, a maintainer will get back to you shortly! Be sure to follow the issue template! 🤓

welcome[bot] avatar Feb 08 '19 01:02 welcome[bot]

I would like this feature too

wootwoot1234 avatar Feb 10 '19 13:02 wootwoot1234

Hi @pcrosthwaite. We're thinking how can we achieve this feature on Static Generated Mode. On SSR will be quietly easy with an API endpoint.

juliomrqz avatar Feb 25 '19 20:02 juliomrqz

@juliomrqz that's great news! Can't wait to use it. Thanks!

wootwoot1234 avatar Mar 04 '19 15:03 wootwoot1234

I'd like to have this feature too.

SagnikSRHUSE avatar Jun 01 '19 22:06 SagnikSRHUSE

This actually can be done using third parties such as Mailgun or Mailchimp. On Static Generated Mode we usually use CI/CD, so we can send email to the mailing list (ref: Mailgun) seamlessly. We can store the token on Secret Variables on the CI Settings.

What do you think?

chez14 avatar Jun 23 '19 08:06 chez14

@chez14 It is not as easy as it sounds, the Automatic Notification on Static Generated Mode. How could you differentiate between a Statusfy version update and an incident update to acknowledge if a notification should be sent?, that is, you need to store somewhere the latest status of the application to determine if a notification should be sent automatically, and the answer to that is to use a database which is not currently supported.

juliomrqz avatar Jun 27 '19 16:06 juliomrqz

Hello. There are big changes coming (mostly internal) for the next major version of Statusfy (v1). For more details go to https://github.com/aceforth/statusfy/issues/551.

We are evaluating how to implement this functionality with the new changes. We appreciate your comments or suggestions.

juliomrqz avatar May 20 '20 15:05 juliomrqz

I would also like to request this functionality

powerchel avatar Mar 14 '22 19:03 powerchel