Overview
This plugin provides an alternative to sending emails to an Appian process model when inbound email integration is requested. Instead of the email being forwarded to Appian, this plugin reads the emails directly from the Exchange mailbox using the EWS web services API.
Deployment Instructions
Key Features & Functionality
Smart service "EWS Mail Poller To DB":
To use this plug-in:
By default, the emails successfully processed are moved to the folder Deleted Items and the emails that cannot be processed are moved to the folder Junk E-mails.
Hi Team,
Need the following updates to the plugin.
1. The table names are to be passed as parameters. This helps to save emails from multiple mailboxes to different tables (structure is the same)
2. The primary keys of the table where the mails are inserted are to be returned in addition to the number of mails inserted. This helps to access the correct mails.
Now, Mails from multiple mailboxes are written to the same table and we are unable to identify the correct mails by the number of mails returned.
Thank you,
Sridhar SR