subscribeToAutoResponder

Method Signature String[] subscribeToAutoResponder (String autoResponderName, String[] listIds);
Description
Subscribes the customer to the specified auto responder name. This works like using the parameters on the buy link. See the AUTO_RESPONDER_ constants in the checkoutapi.js for the proper names to pass in. Make sure that you've set at least the customer's email address on the cart object before calling this method. The global cart object is automatically submitted with this method and updated after the fact. Most auto responder's store information about the list's they're subscribing the customers to in the custom fields of the cart.
Parameters String autoResponderName – name of the auto responder service. String[] listIds – The name or IDs of the lists to subscribe them to. This works just like the values you would specify on the buy link parameters as documented for your auto responder.
Result String[] – array of errors that occurred while trying to subscribe the customer.