Hi All,
We have requirement to create cases based on the mails received in one or more mailboxes in Appian. Kindly guide us on use case or plugin which will help us to achieve this solution. In addition, we have to classify mails based on the subject line of the mails.
Discussion posts and replies are publicly visible
Shantanu Bhowmick Currently, in one of our projects, we are using the Mail Poller Plugin to read emails in Appian.We are reading incoming emails with attachments in Appian.
The plugin stores email metadata (like subject and body) in a table. Based on business logic (implement this logic in an expression rule), you can classify the email.
Remember: When using this plugin, do not change the name of the table APP_MAIL_POLLER, where the smart service stores email metadata after reading an email.
APP_MAIL_POLLER
Thanks for the quick reply. In that case, Mail Poller will support email attachment as well, then we will check by doing some POC.
Yes right!
Let me know you stuck somewhere.