Retrieve a Subscriber

This scenario describes how to retrieve subscriber information. You can retrieve a subscriber from your account based on the primary key for that subscriber, whether it be an email address or a subscriber key.

Retrieve Subscribers

One of the more common reasons to retrieve subscriber information involves the creation of a subscriber center. This page allows subscribers to update or change their subscription information. One basic model follows the steps below:

  • Subscriber center retrieves subscriber info based on a supplied primary key
  • Subscriber center allows change of information
  • Subscriber center executes a Create call on the subscriber with save action of UpdateAdd
  • Subscriber center executes a confirmation triggered send email

Subscriber Information