The Newsletter signup call adds the email address supplied to a list of customer email addresses designed to be used to send a newsletter to. The email addresses added to this list can be downloaded in a CSV file through our iVector software on the Email signups page. You can then use this exported list with your own marketing tools. Please see the iVector documentation for details of the Email signup page.
The only information stored with the email address will be the date that it was added to the list and the TradeID, BrandID and LanguageID of the login used when the email was added to the list.
The structure of the XML will be:
The response returned will consist of just the return status (included in every response) to confirm whether the email address was successfully added to the Newsletter Signup list.
The structure of the XML will be:
<NewsletterSignupRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<Email>joebloggs@domain.com</Email>
</NewsletterSignupRequest>
<NewsletterSignupResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions/>
</ReturnStatus>
</NewsletterSignupResponse>