Discussion
Tech Mahindra
CA
Last activity: 17 Jun 2016 9:12 EDT
Forward current incoming email as attachment to outbound email
Hi,
I have a scenario where,
Inbound Email is creating a case. ( email is attached to workobject ).
When i am sending second inbound emai to the same case, if status is other than "New", ( this is handled )
i have to send email from pega to another email, with Last received inbound correspondece ( .eml ) .
(its like forwarding the last received inbound email to outbound email ).
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Hi,
I think there is no out-of-box way to forward an inbound correspondence. But one way to achieve is to configure the email listener activity to send an email with the inbound correspondence as an attachment.
Pega
IN
Hi Venkat,
This can be achieved by attaching the earlier inbound attachment to the sendemailwithattachments activity.
Tech Mahindra
CA
Raghu,
This activity is attaching all the previous attachements of the work object too.
Tech Mahindra
CA
If it is an outgoing email, pega generates CorrHandle, to uniquely identify it. For incoming mail, there is no page for CorrSummary, so there is no CorrHandle.
Tech Mahindra
CA
Thanks all, we got it sorted.
Customized OOTB activity. Wish pega could develop OOTB for forwarding incoming emails by providing CorrHandle to incoming mails also.
Maantic Inc
US
Hi VenkatVegi,
We have similar requirement to send outbound email by attaching .eml email file which is already on workobject in 6.2 sp2.
Could you please let us know the customization done for this solution mentioned in your comment above.
Thanks,
RamaKrishna
Pega
IN
Hi Venkat,
You are correct if you wont mention which one to attach, it tries to attach all attachments available to the case in the email, you may need to customize the sendemailwtihattachments activity and identify which is inbound email and send only that one as attachment in the email.
Tech Mahindra
CA
Thanks Raghu,
did the same, while iterating, we are checking the ".eml" as pre-condition and if it is found in the 1st iteration, we are transiting from attach step post, out of loop, as, while iteration at compile time, the most recent one is traversed and so we get it in the 1st iteration mostly.
Ibm
US
Hello Raghu, Venkat
I know through file listener, Service soap we can create work objects but not sure about the same through incoming emails. Could you please provide high level steps on how to achieve this? Is is through email listener?
Thanks,
Rushikesh
Capgemini India Pvt. Ltd.
IN
Please help to understand,What you used to attach an inbound email (which is creating work object) to same work object.
e.g. I have scenario an mail with some subject :abc . once it coms to perticuler email address I am creating an Work object with suppose "Ca-1" now I want to see the same inbound email in my attachment section. how can we archive this. Hope it has some OOTB method.
Thanks,
Chetan
Capgemini India Pvt. Ltd.
IN
Please help to understand,What you used to attach an inbound email (which is creating work object) to same work object.
e.g. I have scenario an mail with some subject :abc . once it coms to perticuler email address I am creating an Work object with suppose "Ca-1" now I want to see the same inbound email in my attachment section. how can we archive this. Hope it has some OOTB method.
Thanks,
Chetan
Delta Dental Insurance
US
You can enable the Save Orginal eMail check box under eMail Listener -> Process Tab which keeps the incoming email as it is in pyAttachmentPage which can be saved and linked to work object as an attachment
Thanks
Vijayaragavan V