-
Notifications
You must be signed in to change notification settings - Fork 30
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
Send email when someone submits a new organization #485
Comments
Setting up email sending in AWS requires some hoop jumping. Let's explore whether creating a GH issue via the API or sending a message to Slack would be less effort. |
@cnk has it been set where we receive a Slack message? |
No. You need to find someone who wants to work on this. |
@emecas |
No progress on this yet
Just working on another issue plus no much time available lately
I will focus on this next week, once I am done with #604 |
I found these 2 options:
|
@cnk We cant use Slack for approval due to limited subscription, so instead, we will use a google sheet to track down when a new user submits the form.
Below is the reference how 'Hack for LA' is doing it for the 'Share your wins' page. |
hi @emecas |
We have created a new issue and following the solution here ##836 |
When we save a new organization from the API endpoint, we would like for <who?> to receive an email saying "please come review this submission" with a link to the Django admin interface.
We can put this into the serializer view but to get the email to actually get sent, we need to attach to an email sending service. Does it make sense to do this now? or attach this to SES once we move to AWS?
The text was updated successfully, but these errors were encountered: