Create campaign with dynamic segment using MailChimp API V3.0
问题 Using MailChimp API V3.0 to create a campaign. I want to create a campaign that sends to users with a specific interest. It looks like this is possible in the docs, but I've tried every permutation I can think of. I can create the campaign fine as long as I leave out the segment_ops member. Does anyone have an example of PHP code that will do it? It seems that interests are handled strangely since you don't include the interest-category when setting a users interests via the API. I'm not sure