<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Email Polling and Retrigger Functionality</title><link>https://community.appian.com/discussions/f/general/12014/email-polling-and-retrigger-functionality</link><description>Hi All, 
 I have a scenario like I have to send an email from Appian to the Users (users who has a specified mail box) and I am looking for the following functionalities 
 
 1.Acknowledgment message from the end point or from the mail box that the message</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53354?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 09:19:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:862c502d-c026-4600-ae32-14b9bfdc96f0</guid><dc:creator>harshav</dc:creator><description>Thank you so much eric this is what I have been looking for, but I have a one more question in a scenario based,&lt;br /&gt;
&lt;br /&gt;
1. Lets say a mail has been sent to the user, from reply@abc.com from the client exchange server,&lt;br /&gt;
2.Now if the users wants to reply to the same mail id reply@abc.com I hope this can be configured in application server side in Appian. But now the question is if the users from their outlook click on reply and if the send a mail to Appian. This should be received in Appian end right ? &lt;br /&gt;
&lt;br /&gt;
and also for the suggestion I am going to tell the pros and cons of all the items which are mentioned&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53344?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 23:26:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39961cd1-8039-4706-9dee-c745f8041d94</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Harsha -&lt;br /&gt;I appreciate the use case and the challenges you&amp;#39;re facing.&lt;br /&gt;Technically, the solution you&amp;#39;ve proposed is probably possible.&lt;/p&gt;
&lt;p&gt;That said, this isn&amp;#39;t recommended. &amp;nbsp;&lt;br /&gt;Depending on the volume of these transactions, you could add strain to your mail server. &amp;nbsp;Also, it&amp;#39;s hard to control the inputs being given to process, which leaves you vulnerable to unpredictable and unexpectedly high memory utilization in Appian, which may impact all applications on the platform.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;If you&amp;#39;re aware of the performance implications, and you determined to proceed, I would ask you to contact your Appian Account Executive to examine whether or not this configuration has licensing implications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Ideally, all of the personae in the process would be Appian users.&lt;br /&gt;If that&amp;#39;s not possible, the next best alternative is embedded SAIL.&lt;br /&gt;If that&amp;#39;s not consider how Appian Web API&amp;#39;s and Integrations could be useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53337?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 18:10:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b172288-3a6e-439a-a55a-29a66948a97b</guid><dc:creator>ericg329</dc:creator><description>1. Correct, the client SMTP network doesn&amp;#39;t matter.&lt;br /&gt;
2. Correct, but remember that you won&amp;#39;t have to configure any of that as you are on cloud. You will need to follow the documentation here: &lt;a href="https://docs.appian.com/suite/help/18.1/Sending_an_Email_Message_to_a_Process.html#cloud"&gt;docs.appian.com/.../Sending_an_Email_Message_to_a_Process.html&lt;/a&gt;&lt;br /&gt;
3. Correct, the SMTP server and application server are different, but as you are in the cloud you don&amp;#39;t need to worry about that as you won&amp;#39;t be modifying that configuration.&lt;br /&gt;
&lt;br /&gt;
Remember that configuring an integration like this is generally error prone as you a relying on the end user formatting and sending their email correctly. Appian can&amp;#39;t help you make sure the email is correct as the end user is completely outside of the platform. If the user has to complete the work through email, but can be assigned an Appian account you may want to look into the Task View add-in for Outlook as another potential solution.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Task_Viewer_Add-in_for_Microsoft_Outlook.html"&gt;docs.appian.com/.../Task_Viewer_Add-in_for_Microsoft_Outlook.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53336?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 17:19:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93f9e339-6343-4ce3-aa35-f530865e743d</guid><dc:creator>harshav</dc:creator><description>Thanks Eric, &lt;br /&gt;
&lt;br /&gt;
for the response,...but my problem is we are sending the email to the users who are not part of Appian system so they have to send their responses back via email right ...As per my understanding.....to summarize.&lt;br /&gt;
&lt;br /&gt;
1.We can send an email from any client SMTP network and can be sent.&lt;br /&gt;
2.Receiving can be done via Application server cloud which can trigger a process.&lt;br /&gt;
3.The SMTP server and Server which is receiving the mail is different.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53328?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 13:25:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36659481-8f27-45f8-bb85-e415e8389baf</guid><dc:creator>ericg329</dc:creator><description>The link I provided is for Appian Cloud. You will need to work with support to make sure your cloud environment is configured for receiving emails. The mail server on the client side will not be authenticating/integrating with Appian. Incoming emails will be processed by the application server on the cloud environment based on polling of the mailbox.&lt;br /&gt;
&lt;br /&gt;
If you have individuals who will be replying to the email with additional documents needed for the process within Appian it would be better to task those users with uploading the documents in Appian. Routing the documents from email will require you to include key-value pairs in the email so Appian knows what to do with the response emails. If an end users breaks those key value pairs inserted in the email then Appian won&amp;#39;t be able to route them correctly.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;docs.appian.com/.../Sending_an_Email_Message_to_a_Process.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53310?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:30:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7947c061-7c7d-4e63-83bb-41ebec21406e</guid><dc:creator>harshav</dc:creator><description>Thanks Eric,&lt;br /&gt;
&lt;br /&gt;
I will have a look at it, however I have some doubt &lt;br /&gt;
&lt;br /&gt;
1.we are using O365 I heard that there is NTML authentication is having an issue so my question is ,..... if we are using O365 can the link which you have sent will be possible?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53291?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 17:38:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4632fb5a-83ad-4c91-a87e-0d50c7a7688c</guid><dc:creator>ericg329</dc:creator><description>Harsha,&lt;br /&gt;
&lt;br /&gt;
Take look at the documentation for sending an email to a process. There is a section specific to cloud configurations.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Sending_an_Email_Message_to_a_Process.html#cloud"&gt;docs.appian.com/.../Sending_an_Email_Message_to_a_Process.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To Rob&amp;#39;s point, the nature of email integration, being very loosely coupled with the system, can be more error prone and difficult to get clear visibility when errors do arise.  If your use case lends itself to other functionality it is worth looking into.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53289?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 17:16:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b739700e-0a5c-4ef4-bfdd-63797e4e71ef</guid><dc:creator>harshav</dc:creator><description>Thank you so much for the response Rob,&lt;br /&gt;
&lt;br /&gt;
here are the answers for the questions,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Why does appian need to send email to users?&lt;br /&gt;
Harsha: it is the part of the work flow where I need to attach a document which is generated as part of workflow and send it via email. (generally a simple pdf doc generated and subject)&lt;br /&gt;
 Who are the users? Are they actually named Appian users?&lt;br /&gt;
Harsha: There might be an external or Appian users. I can get the external users email from the database and can send it.&lt;br /&gt;
 What&amp;#39;s the nature of the email message itself?&lt;br /&gt;
Harsha: It is like a document attached with a simple text sending as a acknowledgment to the user.&lt;br /&gt;
 What does the user do after they get the email?&lt;br /&gt;
Harsha: User might respond back to the email which is sent from Appian (for eg additional info required). He might attach some attachments required for the workflow.&lt;br /&gt;
 What&amp;#39;s the nature of the email message that needs to be sent back to appian? Who&amp;#39;s reading it? Why?&lt;br /&gt;
Harsha: the Nature of the email message would be just the data which the user send it in Appian (may be document or the data in the body of the email.) I assume that it should be read by Appian process model which will inturn link to the case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now in addition to that, &lt;br /&gt;
1.as we can send emails from Appian using a process, designer,but we can also configure a email from which we can send it for eg in this case it is like reply@abc.com. Can users reply to this same mail box so that Appian can read the data from this mail box and start a process model.Is it possible in cloud.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53288?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 17:08:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b97d9150-df0e-4683-8faa-89d2432eb4e0</guid><dc:creator>Robert Shankin</dc:creator><description>Hi Harsha - &lt;br /&gt;
&lt;br /&gt;
What you&amp;#39;re explaining is the proposed &amp;quot;how&amp;quot;, but not they &amp;quot;why&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Why does appian need to send email to users?&lt;br /&gt;
Who are the users?  Are they actually named Appian users?&lt;br /&gt;
What&amp;#39;s the nature of the email message itself?&lt;br /&gt;
What does the user do after they get the email?&lt;br /&gt;
What&amp;#39;s the nature of the email message that needs to be sent back to appian?  Who&amp;#39;s reading it?  Why?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53285?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 16:46:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0afbd372-0f0a-4ee5-9832-6172e7839719</guid><dc:creator>harshav</dc:creator><description>Hi Rob,&lt;br /&gt;
&lt;br /&gt;
My Use case is pretty simple, I need to send emails from a workflow , as well as the receive the email from the users, I am actually working in cloud.&lt;br /&gt;
I have some couple of questions which I will put it on once you suggest me some ways&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53282?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 16:27:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0796720-ae3b-468e-8f5f-8049717f1044</guid><dc:creator>Robert Shankin</dc:creator><description>Hi Harsha - &lt;br /&gt;
&lt;br /&gt;
Do you mind sharing what is your business use case?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Rob&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53269?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 09:46:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f2a2ec7-2f3a-426a-9de9-ef6519193dea</guid><dc:creator>harshav</dc:creator><description>I mean like if I am configuring a mail server which is used to send an email, can I configure my receive mail oto the same mail box .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53268?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 09:45:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f13a2d1c-3ef9-4e56-9aa6-7a53907d5f14</guid><dc:creator>harshav</dc:creator><description>Thanks for the reply Rob,&lt;br /&gt;
&lt;br /&gt;
If I might tweak my question little bit and ask like, in Appian cloud we can send an email(def yes we can do) as well as receive the email? if so can it be to the same Mail box for the mail I have sent ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53247?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 17:33:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ff21f00-62e2-46f9-ab90-746931363095</guid><dc:creator>josep</dc:creator><description>Hello Robert, &lt;br /&gt;
&lt;br /&gt;
For example Harshav is in the appian cloud and i think you have little more control over the email server. &lt;br /&gt;
&lt;br /&gt;
Thinking in this scenario is there any way for Appian to add some kind of plugin/report/message event which can give this kind of acknowledge functionality? &lt;br /&gt;
&lt;br /&gt;
What do you think?&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53246?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 17:29:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e287d94-4034-4a86-ba97-07b5880c019e</guid><dc:creator>josep</dc:creator><description>Hello Robert, &lt;br /&gt;
&lt;br /&gt;
Thinking  technology wise we have some way to implement, but doesn&amp;#39;t mean that is a recommended solution.&lt;br /&gt;
&lt;br /&gt;
So, I absolute agree with you, this design can be considered &amp;quot;outlook oriented&amp;quot; losing control over the process not just from Appian side. A good design should be able to wait for events and take actions and this way to solve it absolutely does not offer that. &lt;br /&gt;
&lt;br /&gt;
Thanks for your comments&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53245?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 17:05:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34d7e9f2-57dc-4c7e-9374-1ea6dcb63106</guid><dc:creator>Robert Shankin</dc:creator><description>Jose - &lt;br /&gt;
Keep in mind that individual outlook users can disable the sending of read receipts.&lt;br /&gt;
An Appian designer can&amp;#39;t control this.&lt;br /&gt;
The is one of the elements that contributes to the unreliability of such a design.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53233?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 09:27:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1a7a000-328c-40dd-8eef-ba9ec919abb2</guid><dc:creator>harshav</dc:creator><description>Thank you Jose,&lt;br /&gt;
&lt;br /&gt;
I will check if I can try this. Thanks for the response :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53232?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 09:26:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb88e4d1-b97e-43e3-a9a6-e7c9b8234aab</guid><dc:creator>harshav</dc:creator><description>Thanks Rob ,&lt;br /&gt;
&lt;br /&gt;
For the response points taken and will be suggested accordingly :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53223?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 23:12:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbe4325e-269d-4467-be57-0b191fc32c04</guid><dc:creator>josep</dc:creator><description>&lt;p&gt;Hello Harsha,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To me this sounds more like a requirement for your mail server. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; For example in outlook we have the option to set &amp;quot;Request a Delivery Report&amp;quot; or &amp;quot;Request a Read Receipt&amp;quot;. &lt;br /&gt; * &lt;a href="/b/appmarket/posts/exchange-web-service-ews"&gt;community.appian.com/.../exchange-web-service-ews&lt;/a&gt;&lt;br /&gt; * &lt;a href="https://forum.appian.com/suite/sites/shared-components/page/shared-components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUh--jLnM7N4LUQXUwrfR8V5Xwxa2eVERbbQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; I am not sure if current implementations handle this, maybe a custom plugin is needed, As far as I undertand the code should be something like this:&lt;br /&gt; * &lt;a href="http://www.rgagnon.com/javadetails/java-request-delivery-read-receipt-in-javamail.html"&gt;www.rgagnon.com/.../java-request-delivery-read-receipt-in-javamail.html&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; Hope this helps&lt;br /&gt; &lt;br /&gt; Jose&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53217?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 19:59:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a8d05fb-6f2a-48f8-b274-098845628c92</guid><dc:creator>Robert Shankin</dc:creator><description>Hi Harsha - &lt;br /&gt;
&lt;br /&gt;
In a manner of speaking, It sounds like you have a need for synchronous communication, .&lt;br /&gt;
Email, by definition, is asynchronous.&lt;br /&gt;
This is not a deficiency in Appian.  An Appian designer may not be able to control or prescribe the behavior of all the systems and operations associated with the receipt of the email or a confirmation response..&lt;br /&gt;
&lt;br /&gt;
If your use case involves communication with Appian users, why not use tasks?&lt;br /&gt;
Tasks give you the assurance that the message (the task, with or without a notification email) is delivered, and you can prescribe precisely what is the expected behavior from the user, as well as how you&amp;#39;d like Appian to behave if the user doesn&amp;#39;t act in a timely fashion.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Polling and Retrigger Functionality</title><link>https://community.appian.com/thread/53162?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 09:59:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1764cfc1-4d39-4067-aae2-f7f23a7ff031</guid><dc:creator>harshav</dc:creator><description>we are operating in Cloud Envi&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>