Skip to content
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

Implement email notifications for admins #53

Open
PatrikD opened this issue Dec 18, 2015 · 5 comments
Open

Implement email notifications for admins #53

PatrikD opened this issue Dec 18, 2015 · 5 comments

Comments

@PatrikD
Copy link

PatrikD commented Dec 18, 2015

Admins should be notified whenever a new member joins, starts or stops a payment plan, or when a credit card is bouncing (perhaps only after the 3rd failure?)

Not all admins may want to receive all these notifications, so perhaps the profile page for admins could include a series of checkboxes to sign up to these various alerts.

@PatrikD
Copy link
Author

PatrikD commented Oct 19, 2016

Do the individual members even get notified when their credit card starts bouncing? That obviously would be a must-have feature as well!

@rcsheets
Copy link
Member

No, I don't think anyone gets notified ever. The two features are related but should probably be tracked separately.

@okdistribute
Copy link
Member

I started a branch here that is the start to this implementation for emailing when users subscribe. https://github.com/sudoroom/sudo-humans/tree/payment-email

To find out when a payment bounces, we need to set up a Stripe webhook. Who has access to the stripe account? https://stripe.com/docs/recipes/sending-emails-for-failed-payments

@rcsheets
Copy link
Member

rcsheets commented May 8, 2017

I had assumed we could poll for that, but a webhook sounds like a better option.
I don't have Stripe account access, but I should, so I'll follow up on that.

@rcsheets
Copy link
Member

rcsheets commented May 9, 2017

I have access to Stripe now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants