Skip to content

Registers users to the mailing list during signup #178

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

amrmelsayed
Copy link
Contributor

@amrmelsayed amrmelsayed commented Apr 28, 2025

THis PR registers users to the mailing list during the signup process using Mailchimp.

The update requires 3 new env vars which have been added to AWS staging and production.

Mailchimp offers a Python package but all we need at this stage is a single REST API call which is called directly if the user opts to the mailing list.

The REST API uses basic authentication (user/pass) but Mailchimp only uses a single API key hence the use of a 'anystring' in the username.

Could you create a testing mailing list in Mailchimp that I can connect the staging env to? Ccurrently staging and production are pointing to the main list.

@waleedkadous waleedkadous self-requested a review April 29, 2025 14:58
@waleedkadous waleedkadous merged commit 27a6b07 into develop Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants