Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

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