Hi,
I realized in order to update a contact's email list, I need to know all the lists the specific contact is in and put them in the ContactLists tag in the xml. Please correct me if I'm wrong though, that there is no way to update a contact's individual list subscription (i.e. add/remove this contact to a specific email list with the subscription info on other lists untouched for this contact).
Based on the above assumption, if I want to update a contact's subscription on 1 email list, I would need to be able to get all email lists that the current contact is in. So I can do an add or remove API call without messing up the subscription of other lists.
Is there a way to get a list of "email lists" for a specific contact?
If there is not a direct call, does that mean I have to grab all lists, then go through each one of them and grab all members, then compare and keep track of the lists that the contact is in?
Thanks in advance!
... View more