We are building an application using Pega Email Bot/Channel. We have one use case where we need to check attached file type/extension. We are unable to check email file attachment from the Email Triage(ET-) case. Any suggestion will be helpful.
Use Case: Create Business Case if email contains MS Excel file. Don’t create business case if any other types of files are attached to email.
Another related question. We need to check file type and NLP topic together.
It seems pyPrimaryTopic property is not set when the routing When rule evaluation happens. We can check pxAnalysis page to loop through and identify topics. Do you have any suggestion on this requirement?
Example use case: create business case when topic is “Address Change Request” and email contains xls file attachment.
It will be great if there is a way to use NLP attributes along with when rule using AND/OR logic.
Thanks Vikas. I was able to get to this point but struggled with OR condition.
Taking your example - Create business case if HasJPGAttachment OR Topic is MyCase. I didn’t find option to keep these conditions in OR combination. I put the entire logic into a single when and used that in channel. Please let me know if there is a way to put multiple OR conditions in intelligent routing.