<?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>Link in email have to trigger process model</title><link>https://community.appian.com/discussions/f/process/34072/link-in-email-have-to-trigger-process-model</link><description>Hi, 
 I have a page in my site that has a grid with cases and on click of case id which has the process start link and that navigated to a user input Task interface. My requirement is that from an email, I want the caseid to trigger process and navigate</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/137297?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 08:06:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b328461d-66a4-4aec-a85a-10d0f47d89c1</guid><dc:creator>maheshp932706</dc:creator><description>&lt;p&gt;Hi Kiran,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We also have a need for this. Did you try the solution you suggested above and does it work?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/130535?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2024 13:27:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:922a41bf-2ee2-483d-b486-0ae351ceb2aa</guid><dc:creator>ayushk570297</dc:creator><description>&lt;p&gt;i think this implementation is user specific. other user can not access this link.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/129766?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2024 10:00:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:417d0385-5a6e-4616-a2e8-8b4d5ec70d8e</guid><dc:creator>Niranjan79</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;you can generate the start process link as below in appian and pass it to email, so when you click on that it will opens with process start form&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;https://your_site_url/suite/sites/sitename/page/page-name/start-process/&amp;quot;&amp;amp;tostring(
  a!startProcessLink(
    label: &amp;quot;&amp;quot;,
    processModel: cons!NS_PM_GEN_REPRT,
    
  ).processModelOpaqueId
),
&amp;quot;?parameters=&amp;quot;,
tostring(
  a!startProcessLink(
    label: &amp;quot;&amp;quot;,
    processModel: cons!NS_PM_GEN_REPRT,
    processParameters: {
      reqId:1
    }
  ).cacheKey
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/129655?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 11:40:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:104cec50-1c6f-4cdd-879e-dff22a76ea04</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Appian does not support to start a process from a link inside an email.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/129651?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 11:30:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd0dce50-03cd-45e4-a138-3b6b34d68c81</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;I am not sure if I understood what you mean by this&lt;/p&gt;
[quote userid="263789" url="~/discussions/f/process/34072/link-in-email-have-to-trigger-process-model"]from an email, I want the caseid to trigger process and navigate to the user input interface in the site[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in email have to trigger process model</title><link>https://community.appian.com/thread/129634?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 08:52:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0e0e01d9-b6a2-4c18-a4db-16684021d2b5</guid><dc:creator>Harshmodi</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;To&amp;nbsp;trigger the process model through an email, please go through this&amp;nbsp;blog for a better understanding.&lt;br /&gt;&lt;a title="Trigger process from Email" href="https://appianspace.com/2023/07/06/trigger-process-from-email/"&gt;https://appianspace.com/2023/07/06/trigger-process-from-email/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>