<?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>Get document from the third party system</title><link>https://community.appian.com/discussions/f/general/38866/get-document-from-the-third-party-system</link><description>Hi All, 
 There is a requirement to a get document from the third party system, 
 Can someone suggest a way what is the best way to get the document from the third party system? 
 
 Below is the implementation that I know, Apart from these any plugins</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get document from the third party system</title><link>https://community.appian.com/thread/146989?ContentTypeID=1</link><pubDate>Tue, 08 Apr 2025 11:35:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06850edd-5073-433e-bbd0-a25b02d425f9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/25.1/passing-a-web-api-document-into-a-process-model.html"&gt;docs.appian.com/.../passing-a-web-api-document-into-a-process-model.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get document from the third party system</title><link>https://community.appian.com/thread/146987?ContentTypeID=1</link><pubDate>Tue, 08 Apr 2025 11:13:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d57cfc31-0a79-4819-bc47-95b3ec218592</guid><dc:creator>hemaashri</dc:creator><description>&lt;p&gt;Thanks Varun Teja,&lt;/p&gt;
&lt;p&gt;Can you pls explain in breif (code wise)&amp;nbsp; for&amp;nbsp;&lt;span&gt;other systems to post documents into appian using Web API&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get document from the third party system</title><link>https://community.appian.com/thread/146986?ContentTypeID=1</link><pubDate>Tue, 08 Apr 2025 11:03:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f5b22f8-b1c5-4da2-ac20-48987e8c299c</guid><dc:creator>VarunTejaGurrapu</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;,&lt;br /&gt;&lt;br /&gt;Commonly we get files into Appian in certain ways:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li class="" data-start="2831" data-end="2843"&gt;
&lt;p class="" data-start="2833" data-end="2843"&gt;Direct URL&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2844" data-end="2861"&gt;
&lt;p class="" data-start="2846" data-end="2861"&gt;Binary response&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2862" data-end="2879"&gt;
&lt;p class="" data-start="2864" data-end="2879"&gt;Base64 response&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2880" data-end="2895"&gt;
&lt;p class="" data-start="2882" data-end="2895"&gt;SFTP download&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2896" data-end="2911"&gt;
&lt;p class="" data-start="2898" data-end="2911"&gt;Email polling&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2912" data-end="2917"&gt;
&lt;p class="" data-start="2914" data-end="2917"&gt;RPA&lt;/p&gt;
&lt;/li&gt;
&lt;li class="" data-start="2918" data-end="2927"&gt;
&lt;p class="" data-start="2920" data-end="2927"&gt;Webhook&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want other systems to post documents into appian using Web API,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Header could be:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;Content-Type: multipart/form-data; boundary=----WebKitFormBoundary
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Body you need to send is :&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;------WebKitFormBoundary
Content-Disposition: form-data; name=&amp;quot;file&amp;quot;; filename=&amp;quot;example.pdf&amp;quot;
Content-Type: application/pdf

(binary content)
------WebKitFormBoundary--
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p class="" data-start="4515" data-end="4586"&gt;Use &lt;strong&gt;a!startProcess()&lt;/strong&gt;&amp;nbsp;inside the Web API to call a Process Model that&amp;nbsp;stores the file&amp;nbsp;in a Appian folder.&lt;br /&gt;&lt;br /&gt;Hope this helps you!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>