Overview
Need to poll emails from your Exchange server? This smart service can be used in a poller process and extract the data from the Microsoft Exchange server. Messages are stored in the Appian Document System, as well as the attachments. Meta data is stored in a database table for further processing.
This plug-in 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 plug-in reads the emails directly from the Exchange mailbox using the MS Graph API as described below:
Key Features & Functionality
All information how to deploy, configure and use the smart service is in the 'MS Graph Mail Poller.pdf' document in the downloaded zip. Extract the files in the ZIP and follow the instructions in the document.
Hello there!We are very interested by this plugin. By downloading it, we saw that you had database scripts for multiple but PostgreSQL. Is there a way to have the scripts for that database?
Thank you
Eventually, yes. We don't have immediate plans to do so.
If you would like to contribute back to the community, the source code is included in the jar and it should not be too difficult to make the changes.
Sorry, should have been clearer, proprietary jars = Appian jars, so if you have a self-managed sandbox, you have access to them.
See https://docs.appian.com/suite/help/22.4/developer-setup.html for details on what jars you need.
The rest of the lib jars should be included in the plugin.
How can I build the plugin if I am missing proprietary jars and test it in my sandbox environment?
We don't have public repos for plugins yet (there is a need for proprietary jars in the repo) but if you zip up your branch, I can merge it into the repo. Once I do, I can let you know so you can publish on the appmarket.
Do you have a public git repository for me to make a pull request?