0

I'm new to exacttarget and ampscript so I'm sorry if this is trivial. I've tried searching the help documentation to no avail.

I'd like to include the email name or ID as metadata in an email.

Is there a way to retrieve this information at send time to include in the email?

VFein
  • 1,021
  • 2
  • 11
  • 23

1 Answers1

5

Yes! There's a personalization variable for that.

Inside an AMPScript block you can reference it with: emailName_

Outside an AMPScript block you can reference it like this: %%emailName_%%

More info here: Personalization Strings

Adam Spriggs
  • 626
  • 8
  • 23
  • New URL for this information: http://help.marketingcloud.com/en/documentation/exacttarget/content/personalization_strings/strings/ – St.G Apr 04 '17 at 15:39