I have been working with the MailChimp Integration here:
Dashboard -› s2Member® -› API / List Servers -› MailChimp® Integration
Here is my MC groups layout:

I see how to add the member to a list, and to add an element within a group, and even multiple elements within a group. Like this:
2cje34338x::Brands::Dodge|GM
But what about adding the member to elements from multiple groups? Example: What if I wanted to say it is a Dodge Truck? So I try this:
2cje34338x::Brands::Dodge,2cje34338x::Styles::Truck
The errorMessage in the log says:
'errorMessage' => 'zechariahstover@example.com is already subscribed to list Car lovers. <a href="http://example.us2.list-manage.com/subscribe/send-email?u=xyz123&id=2cje34338x&e=xyz123==">Click here to update your profile.</a>',
'errorCode' => 214,
Removing the list id also does not work:
2cje34338x::Brands::Dodge,Styles::Truck
Is it possible to do this? If so, what is the syntax?
Thank you
-
This topic was modified 3 years, 2 months ago by
Zechariah Stover. Reason: Making title more understandable
-
This topic was modified 3 years, 1 month ago by
Zechariah Stover.