Add an existing subscriber in a database to active autoresponders


XML Request Example:     

<?xml version="1.0" encoding="UTF-8"?>
<xmlrequest>
   <username>JohnDoe</username>
   <usertoken>abc123abc123abc123abc123</usertoken>
   <requesttype>Autoresponders</requesttype>
   <requestmethod>AddToAutoresponders</requestmethod>
   <details>
      <email>john.doe@pinpointe.com</email>  <!-- required -->
      <list>123456</list>  <!-- required -->
   </details>
</xmlrequest>


<xmlrequest> element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeAutoresponders
requestmethodAddToAutoresponders


<details> element


Field NameDescription
email
(Required)
Email address of existing contact to be added to active autoresponders
list
(Required)
ID of list that subscriber is in and has active autoresponder sequences attached to it


Successful Response:


<response> element


Field NameDescription
statusWill return SUCCESS if user was successfully added.
CAUTION: Adding a contact who is already part of the specified 
autoresponder will still return as successful. This contact will
then receive any and all drip emails which they are qualified to receive,
even if they have received these drip campaigns before.


Unsuccessful Response:


<response> element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed