Hello,
I am using a Drupal module (http://drupal.org/project/constant_contact) to manage users in Constant Contact, and noticed that if I unsubscribe someone from one list, their name is removed from all lists. Is this standard behaviour using the Site Visitor API? The module passes the list name to the unsubscribe function correctly, but it seems to be ignored on the Constant Contact side of things.
I realize the Restful APIs are better, but I don't really have time to rewrite the module to use them. However, if this will allow removal of the user from a single list instead of all lists, then I guess I'll have to.
By the way, your site says that the support for development using legacy APIs will be withdrawn, but will the APIs still function indefinitely?
Regards,
Dave
... View more