<?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>Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/discussions/f/process/17319/web-api-with-a-document-as-input-to-after-start-a-process-with-that-document</link><description>We are making a web api that receives an excel document , and with this document , we start a process. 
 
 Any help? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68412?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 08:30:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79d7dab6-5c47-4a43-831e-a88cb6d8339a</guid><dc:creator>rebecar369</dc:creator><description>&lt;p&gt;They want avoid use base 64, thats the problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68347?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 19:36:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e5bbcc5-249e-49cd-abe6-6176d651d64a</guid><dc:creator>nathaniel.berry</dc:creator><description>&lt;p&gt;Unless I misunderstand the use case, you can also convert the document into base64 (converts a file into a text string) and send the text string into a post API.&amp;nbsp; Then you use a plugin to convert the base64 string back into a document in the process.&amp;nbsp; I&amp;#39;ve done this before, and it works quite well, though you will also have to pass in the file name and file extension, as these metadata attributes are not retained in the base64 string.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68287?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 18:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d8793be-e6de-499f-b810-ede5a8685ec0</guid><dc:creator>Colton Walker</dc:creator><description>&lt;p&gt;You&amp;#39;re correct, 19.3 is not yet available. Our projected GA release date is August 23rd. There is no plan to hotfix this new feature back to 19.2.&lt;br /&gt;&lt;br /&gt;In the meantime, you could try Stewart&amp;#39;s option for 19.2. In fact, you can&amp;nbsp;actually use the an integration&amp;nbsp;object to &lt;a title="pull a document from another system" href="https://docs.appian.com/suite/help/19.2/Integration_Object.html#receiving-a-binary-document"&gt;pull a document from another system&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68282?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 10:24:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b21c43e6-fa01-4a58-b3a7-53c3d88e549d</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Could you not break this into two stages:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;POST a request to an Appian WebAPI to start a Process. Pass the process sufficient information in order to complete Step 2.&lt;/li&gt;
&lt;li&gt;Use one of the plug-ins available in the AppMarket to&amp;nbsp;pull the relevant document (e.g. &lt;a href="/b/appmarket/posts/sftp-smart-services"&gt;SFTP Smart Services&lt;/a&gt;, &lt;a href="/b/appmarket/posts/download-document-from-url"&gt;Download Document from URL&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68281?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 08:51:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:73914890-67d4-4535-9211-69ea7807fd29</guid><dc:creator>rebecar369</dc:creator><description>&lt;p&gt;hi!&lt;/p&gt;
&lt;p&gt;But the version 19.3 is avalaible??? Here in Spain we have the last, the 19.2.&lt;/p&gt;
&lt;p&gt;And is there any way to make this with version 19.2???&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rebeca&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68272?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 18:15:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c205c2f1-fe04-4c48-8c18-59d439bd3cf1</guid><dc:creator>Colton Walker</dc:creator><description>&lt;p&gt;This functionality will available starting&amp;nbsp;in Appian&amp;nbsp;version 19.3. With 19.3, you can&amp;nbsp;send a document as a binary request body to&amp;nbsp;an Appian web API, and&amp;nbsp;the web API can then start a process and pass the&amp;nbsp;document in as a process variable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web Api with a Document as Input to after start a process with that Document</title><link>https://community.appian.com/thread/68270?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 17:59:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b99fae2-edd9-40f8-9a92-5a63527495b3</guid><dc:creator>Chanakya Volam</dc:creator><description>&lt;p&gt;with webAPI in appian we cannot send or receive documents, one workaround would be to receive the document as BASE64 string and convert it to document in appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>