Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Email invoke: Capture email body?

Avatar

Level 2

Hello

We have a form that is submitted by email and then processed by LiveCycle via an email endpoint.

Now we need to capture also the email body - in case the submitter has written additional info into the email.

Any idea how this might be achieved?

Regards

/sandro

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

You can select Variable in Input Parameter Mapping while configuring email end point. 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.

Thanks

Ankit

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi,

You can select Variable in Input Parameter Mapping while configuring email end point. 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.

Thanks

Ankit

Avatar

Level 2

Thanks for the quick and helpful answer. That works.

regards

/sandro