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,
We are using the "Poll Email from Microsoft Exchange EWS API 2.0.1" plugin for Email polling functionality.
While hitting the curl command from the application server we get authentication successful with the user name and password configured in the application, however when we run the functionality through APN, we get 401(unauthorized) error on server console.
Caused by: microsoft.exchange.webservices.data.core.exception.http.HttpErrorException: The remote server returned an error: (401)Unauthorized at microsoft.exchange.webservices.data.core.request.ServiceRequestBase.getEwsHttpWebResponse(ServiceRequestBase.java:723) at microsoft.exchange.webservices.data.core.request.ServiceRequestBase.validateAndEmitRequest(ServiceRequestBase.java:639) This works in the UAT environment but not in preprod.
Usually we need HTTP enabled in UAT but not in Preprod, hence blocked why the request is not succeeding in preprod.
Any advise in this regard will be a great help.
Regards
Sumit Kumar