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
Then use AWS SES and lambda functions so that when an email is sent to these addresses, it can parse out the mailchimp URL / titles / etc. and then call the appropriate Wordpress REST API to send out the push notifications.
Is this too complicated? What do you think @hesyifei ?
Alternatively, we could force editors to send out all emails through Wordpress itself and then Wordpress can call the Mailchimp API to send out the emails.
Benefits:
editors have a simpler UI; don't have to deal with all the email lists on mailchimp which is kind of confusing
simpler solution than the above
extensible if we want to move away from mailchimp
I'm actually leaning towards 2) now after typing this all out.
The text was updated successfully, but these errors were encountered:
Problem: Need to send out a push notification whenever an email is sent via mailchimp.
Then use AWS SES and lambda functions so that when an email is sent to these addresses, it can parse out the mailchimp URL / titles / etc. and then call the appropriate Wordpress REST API to send out the push notifications.
https://aws.amazon.com/blogs/aws/new-receive-and-process-incoming-email-with-amazon-ses/
Is this too complicated? What do you think @hesyifei ?
I'm actually leaning towards 2) now after typing this all out.
The text was updated successfully, but these errors were encountered: