<?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>Is it possible to call process model through email link(external system)</title><link>https://community.appian.com/discussions/f/new-to-appian/18808/is-it-possible-to-call-process-model-through-email-link-external-system</link><description>Hi All 
 I&amp;#39;m looking for an idea how to call a process model through an email link- 
 I have tried the following way to achieve it... 
 case 1: I first created a process model and then created a webApi which will call the PM, but URL returned by WebApi</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is it possible to call process model through email link(external system)</title><link>https://community.appian.com/thread/73932?ContentTypeID=1</link><pubDate>Sun, 10 May 2020 09:11:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d863c6c0-074a-4eca-8b52-d9b63037bcad</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In general you cannot start a process via an external link. A link in an email or browser does a &amp;quot;GET&amp;quot; operation, meaning it is made to just fetch some information from another system. When you look at how we build APIs in Appian you will notice that the a!startProcess only works in a &amp;quot;POST&amp;quot; enabled API. What you could do, is to forward the user to a landing page where he can start the process by e.g. pushing a button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>