Can Appian receive an email and create an action based on that email?

Can Appian receive an email and create an action based upon that email?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • I am waiting for the email account for receiving to be setup. I will let you know how it goes.

  • Hello Chris; I have an email account; but I am not sure about the configuration settings below.

    I am using office365 and my mail server:

    conf.mailhandler.poller.EmailHandlerBean.mailServer=smtp.office365.com:587
    conf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOX
    conf.mailhandler.poller.EmailHandlerBean.storeProtocol=imap
    conf.mailhandler.poller.EmailHandlerBean.port=143
    #conf.mailhandler.poller.EmailHandlerBean.starttls=true
    conf.mailhandler.poller.EmailHandlerBean.userName=appiantest@xtstytx.com
    conf.mailhandler.poller.EmailHandlerBean.pollingInterval=5000

    Please, what should the following be for office365:

    conf.mailhandler.poller.EmailHandlerBean.storeProtocol=imap
    conf.mailhandler.poller.EmailHandlerBean.port=143

    Thanks

  • Hi Nicholas, few notes:

    For the storeProtocol setting, this will be "imap" with port 143 if you are not using SSL/TLS, and "imaps" if so, with port 993.

    Username does not include the "@emailaddress.com" portion, I believe you will want simply "appiantest".

    The polling interval setting of 5000 ms (5 seconds) is pretty aggressive, the documentation does note that less than 5 minutes (300000 ms) may not be allowed by the mail server. We utilize the default 300000 ms.