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

Mailchimp update seems to be broken #35

Open
mwillmott opened this issue May 29, 2018 · 0 comments
Open

Mailchimp update seems to be broken #35

mwillmott opened this issue May 29, 2018 · 0 comments
Labels

Comments

@mwillmott
Copy link
Contributor

There's a cronjob that runs (which has also been moved across to GAE on the server-refactor branch) which is meant to update our Mailchimp list. We only have one master list, the update should do the following:

  • Every time someone registers for a ride, add their email to the list
  • Every time someone pays for a ride (so is fully registered), add them to the ride group on that list (the group id is added to the ride model)
  • Update the mailchimp profile with the amount raised on their latest fundraiser (if they have one)

This cronjob is meant to keep the list in sync. This enables us to send emails to people who are doing (or have done) specific rides. We can also send emails to people who are below a fundraising threshold to encourage them to raise more (for example).

This update process appears to be broken. I haven't done any work to look at why so it might be a very easy fix.

@mwillmott mwillmott added the bug label May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant