Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Email Endpoint - Sender / subject properties

Avatar

Former Community Member

Hi,

With an email endpoint, is it possible to get values from the e-mail OTHER than the attachments?

i.e. can you get sender, subject, body, addressee as input variables to the process that is being invoked?

Thanks

2 Replies

Avatar

Former Community Member

It looks like it is possible - although I need to check the full API:

from: http://help.adobe.com/en_US/livecycle/9.0/adminHelp/admin.htm?content=000547.html

Variable: You can map a string  from the email subject, body, header, or sender's email address. To do  this, use one of the following keywords: %SUBJECT%, %BODY%, %HEADER%, or  %SENDER%. For example, if you use %SUBJECT%, the email subject content  is used as the input parameter. To pick up attachments, enter a file  pattern that the email endpoint can use to select the attached  documents. For example, entering

*.pdf selects any attached document that has a .pdf file name extension,

* selects any attached document, and

example.pdf selects any attached document named example.pdf.

Avatar

Former Community Member

Not sure if it is possible to pass the addressee as a variable though...