mailchimp_api_v3 icon indicating copy to clipboard operation
mailchimp_api_v3 copied to clipboard

Member Create API with marketing_permissions params

Open kyleevert opened this issue 6 years ago • 1 comments

Hi The new mailchimp member create API is added marketing_permissions params for GDPR. http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#%20 image

But I think there is no option yet to set this options. The default params is like this: "marketing_permissions": { "marketing_permission_id": "caa8dcb11e", "text": "Email", "enabled": false } I would like to set "enabled": true. How can I do it?

kyleevert avatar Sep 04 '18 05:09 kyleevert

Hi Kyle,

If it needs a code change to enable this, I'm happy to review and merge a pull request.

Other than that, I'm not actively working on this gem at the moment. See the disclaimer in the README.

dominicsayers avatar Sep 05 '18 06:09 dominicsayers