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

Move email templates from platform and use Mailchimp templates #221

Open
4 tasks
nomadbitcoin opened this issue Aug 13, 2024 · 0 comments
Open
4 tasks

Move email templates from platform and use Mailchimp templates #221

nomadbitcoin opened this issue Aug 13, 2024 · 0 comments
Assignees

Comments

@nomadbitcoin
Copy link
Contributor

nomadbitcoin commented Aug 13, 2024

Currently, our platform sends event-based emails (e.g., course registration, live session notifications) using hardcoded templates with dynamic parameters via Mandrill and JavaScript. To improve email management, we need to:

  1. Create and design email templates directly in Mailchimp.
  2. Use Mailchimp’s API to trigger these emails based on platform events.

Tasks:

  • Create email templates in Mailchimp for all necessary notifications.
  • Store and use the Mailchimp Template IDs.
  • Update API calls to Mandrill in the platform to trigger these templates.
  • Pass dynamic parameters (e.g., user name, course details) to the Mailchimp API.
@nomadbitcoin nomadbitcoin self-assigned this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant