<?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>Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/discussions/f/general/11612/can-we-call-process-model-start-a-process-from-email-notification-via-link</link><description>Hi , 
 
 I have a requirement where a notification is sent to group of people (suppose : projectlead , projectadmin,projecthr etc) with a link to start a process . 
 And that link should be accessible only to projectlead , when he clicks on the link from</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/70125?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 05:12:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3d42c70-b144-4da0-871a-5bdf1eeb276c</guid><dc:creator>nikitar442261</dc:creator><description>&lt;p&gt;&lt;a href="/members/soujanyab0001"&gt;Soujanya B&lt;/a&gt; Were you resolve this issue? I have a same requirement and looking for a solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/59450?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 03:09:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0493e216-92e8-46b1-8b14-667c57fe0d47</guid><dc:creator>Singh002</dc:creator><description>It will be better if you create a site for that process action. And you can send the site url to email. Once user will click url they will directly land to the action tab.  But you have to check the authentication for that user.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/59414?ContentTypeID=1</link><pubDate>Wed, 22 Aug 2018 05:31:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b833ea25-1615-4a02-9de8-ec01ab13c916</guid><dc:creator>elakkiyav</dc:creator><description>Currently I am facing the same issue. Is there any other way to start/resume the process flow via email on click of link?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51175?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 15:07:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b80dfd0e-dcdd-4289-84ad-c6c82e009441</guid><dc:creator>Soujanya B</dc:creator><description>I tried to create a webapi with startprocess..I am able to see the process instance when testing the weapi..But , when i used the webapi uri in email template as a link , its not working.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51145?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 06:42:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ff8f238-fdc4-4672-bdc3-d2f43a5ed180</guid><dc:creator>Rama Thummala</dc:creator><description>&lt;a href="/members/soujanyab0001"&gt;Soujanya B&lt;/a&gt; , You need create a webapi with startProcess() in it. Attach the webapi link while sending email.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51141?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 05:41:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44f2de56-56b4-4b00-b5f2-98234d5c8ea3</guid><dc:creator>Soujanya B</dc:creator><description>Thanks!&lt;br /&gt;
I am looking for the link to a process model where the user can start the process and completes the job&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51127?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2017 14:19:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9849af3-1000-4536-9dd9-75815146f216</guid><dc:creator>Dastagiri Dudekula</dc:creator><description>&lt;p&gt;To setup the link in the email:&lt;br /&gt; Create an HTML template with link tag.&lt;br /&gt; Create an expression to for generating url for the process model by passing process id. Use the urlforrecord() for record url or urlwithparameters() for url for task or process model.&lt;br /&gt; Use the template in the send email node&lt;br /&gt; Use the expression for link by passing process model id&lt;br /&gt; &lt;br /&gt; This will generate link in the email. Once the link is clicked it will direct to the target process.&lt;br /&gt; &lt;br /&gt; I used for Record link in the emal as follows&lt;br /&gt; &lt;br /&gt; Inside the HTML Template&lt;br /&gt; ...&lt;br /&gt; Click &amp;lt;a href=&amp;quot;###link###&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;here&amp;lt;/a&amp;gt; to view the record.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt; ...&lt;br /&gt; &lt;br /&gt; Expression that forms the record url which will be mapped to above link field in html template&lt;br /&gt; if(ri!recordId=0,&amp;quot;&amp;quot;,&lt;br /&gt; urlforrecord(cons!UAGM_EXTERNAL_RECORD,ri!recordId))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51120?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2017 13:02:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ecd89658-dc72-41cc-b3e1-645a4d9e50b2</guid><dc:creator>Soujanya B</dc:creator><description>Thanks for the response.&lt;br /&gt;
I want to call a process model via a link from an email notification.&lt;br /&gt;
&lt;br /&gt;
i.e., once the user seen the email notification , when he click on the link the interface /start form should open and based on his selection a separate email should sent to different groups.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we call process model / start a process from Email notification via link?</title><link>https://community.appian.com/thread/51117?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2017 12:31:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d550194-e153-4b62-9d0b-cb57dc2a2ca8</guid><dc:creator>Dastagiri Dudekula</dc:creator><description>Please refer to this link &lt;a href="https://docs.appian.com/suite/help/17.4/Sending_an_Email_Message_to_a_Process.html"&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></channel></rss>