You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create and design email templates directly in Mailchimp.
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.
The text was updated successfully, but these errors were encountered:
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:
Tasks:
The text was updated successfully, but these errors were encountered: