[SalesForce] Get Subscriber ID with AMPscript

When I use the SOAP API to find a subscriber I get a stdClass return with some attribures like Subscriberkey, EmailAddress for each subscriber, but i also get a ID.

  "PartnerKey": "",
  "CreatedDate": "2015-07-28T02:54:00",
  "ID": 1486947003,
  "ObjectID": null,
  "EmailAddress": "test@test.com",

If I want to merge this ID in an email through AMPscript, is this possible? Because I cant find it in the Profile Management.

Best Answer

Okay, that was way too easy...

%%SubscriberID%%

Its just not on the list, but can be reached this way..

Related Topic