Create email cases based on the CC address of emails
Hi,
As per the current OOTB functionality available in email channel integration rule, we can create email cases (ET-) with the email address mentioned in the "to" (header -> to) field. Is there is a way to create ET- cases based on the cc address in emails.
In behavior tab of the channel and interface rule I can specify the "to" email address where pega should create cases. As per my requirement Pega should look into the email address mention in cc field of the email and create case and route the case to work basket. But as per the OOTB rule configuration of channel and interface tab there is no option to set cc address. Is there is a way to achieve my requirement. Thanks in advance.
Thanks.
Hi,
you can do this as below,
1. since you want to create a case based on CC address, just enable the listener to listen to CC ed inbox this way you will be able to create case for CC ed emails.
if in case you cannot follow above approach follow the below.
2. modify the service activity rule and add preconditions to check for CC ed email id as per requirement, after verification you can go ahead and create case else stop processing the email.