How to set email header parameters in Send E-Mail Smart Service
Hi everyone,
I am creating a process model which starts and receives some data from email due to a Receive Message Event, then processes this data with some logic and finally sends summary email in response using Send E-Mail Smart Service.
I want that the summary email that my process sends to be displayed in outlook (or any other email program) as a conversation, that means to be grouped and displayed in one thread. Case:
- Person X sends email A to Person Y that triggers my process model,
- Person Y receives email A,
- Process model executes and sends to person Y summary email B as a response to email A,
- Person Y receives email B and both emails A and B are displayed in one thread in person's Y outlook
Usually in high code to do this, I need firstly set headers parameters as References, In-Reply-To for my summary email B before sending. I get this headers values of email A with Receive Message Event but I do not know how to set this headers to email B using Send E-Mail Smart Service since there are no such fields available in this Node and there is no information in documentation for such case.
Thank you in advance,
Marcin
