Addition of endpoint to mailchimp plugin and refactor to typescript #3985
tomekpur
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
We would love to accept a PR on that 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current mailchimp plugin is quite limited in it's features, even with a single endpoint that is provided in the plugin. The current POST /mailchimp/subscribe only accepts new subscribers (by mailchimp api design).
To overcome the issue where an emailadress can only be added once, there is another endpoint available in the mailchimp api (with a PUT instead of a POST). I've been working on an update of this plugin to add the endpoint PUT /mailchimp/subscribe.
Whilst doing that, I'd like to refactor the code to use the newest utils and upgrade to typescript.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions