MailChimp.NET
MailChimp.NET copied to clipboard
How to add automatically an email to a group?
How to add automatically an email to a group? I've tryed with MergeVars
var group = new Grouping()
{
Name = "Male",
GroupNames=new List
var merge_var = new CustomMergeVars { ... Groupings = new List<Grouping>() { group } };
but i get this error
"0" is not a valid Interest Grouping id for the list: "list_name"
Thanks
Hi, did you ever find the way to get the id?