<?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>Call post api from interface</title><link>https://community.appian.com/discussions/f/integrations/31222/call-post-api-from-interface</link><description>Hi, 
 i&amp;#39;ve a portal with some users fileds. When i compile the fields on click button i want to save this fields in my appian db using post api (i want to test the API). I wrote this code for the portal interface: 
 =a!localVariables( local!nome, local</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124935?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 11:51:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95a29700-0cc5-43bf-9857-9410a8f08e1d</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;In your integration, make sure this is configured - &amp;quot;Convert JSON to Appian value&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706097167497v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then in your interface, where you are calling the integration -&amp;gt; onSuccess, you can write the following block of code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!save(local!userResult, fv!result.body.id)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124934?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 11:48:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:68ef5f25-fe7f-44a5-8bdf-c3a6783711d9</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;&lt;a href="/members/harshitb6843"&gt;Harshit Bumb (Appyzie)&lt;/a&gt;&amp;nbsp; the last thing, when i call the integration in my interface i get the response like the image below, but if you see into the body i&amp;#39;ve the id, how can i get it and save into a local variable? It&amp;#39;s important this for me&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706096907347v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124933?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:22:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75373a86-cb3b-4227-9e93-ebaa36546c06</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Awesome. Looks like the problem was with the request body.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you found what you were looking for, please verify the answers to close this thread!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124932?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:21:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06aa22c8-6d8e-40da-ad48-e1b9d3c33534</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;&lt;a href="/members/harshitb6843"&gt;Harshit Bumb (Appyzie)&lt;/a&gt;&amp;nbsp;thanks so much,i&amp;#39;ve called the integration from the interface passing all the ri like this&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Call_an_Integration.html"&gt;Call an Integration - Appian 23.4&lt;/a&gt;. Thanks a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124930?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:13:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78aecfb3-a130-4c5c-b7fc-e8b684064290</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;If your data isn&amp;#39;t business sensitive, can you paste the body here and also add the screenshot of the entire&amp;nbsp;Integration window where you have added the Username and password (keep it masked) and integration&amp;#39;s output?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124922?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:38:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc353cfa-ec9f-4961-a8fc-a08063195547</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;yes the same&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124921?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:34:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8025c0f6-29e5-42f2-9e63-2c672af939c9</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Okay. The final step, make sure the body you are sending is correct and in the same format as accepted by the API&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124920?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:33:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a451805b-090a-4c56-971b-202c7e35f22c</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;Oh now it works fine &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f603.svg" title="Smiley"&gt;&amp;#x1f603;&lt;/span&gt;. Oh thanks!!!&lt;/p&gt;
&lt;p&gt;But now how i can pass the params from the interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124919?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:31:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbca8288-19a5-4346-a596-b1d6475fb320</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;And if you test the API using&amp;nbsp;the &amp;quot;Test Request&amp;quot; button, does it work fine?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124918?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:30:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c776809-ea7d-46af-8988-a9268b38bdd9</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;1) Yes&lt;/p&gt;
&lt;p&gt;2) Ehm I don&amp;#39;t know (i think yes)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124917?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:29:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d52fcf77-218f-439a-8bd8-5516d075c7a2</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Are you sure your creds are correct?&lt;/li&gt;
&lt;li&gt;Does the account creds you are passing, has access to API and the rights to start the process?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124916?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:26:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e80535a-634c-45a5-b58d-25615002b5b4</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;Ok done but when click on test i&amp;#39;ve this message &amp;quot;&lt;/p&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_standard FieldLayout---margin_above_none FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="9bba5742c47c2ad1fe92c89a890a595d" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-label&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Authentication is required&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_none FieldLayout---margin_above_none FieldLayout---inMessageLayout appian-context-last-in-list"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="decbe185c10a9307c90bc334d416f307" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-guidance&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;This request requires Basic authentication, but no credentials were provided HTTP/1.1 401 &lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Next Steps &lt;/strong&gt;&lt;/p&gt;
&lt;ul class="FormattedList---richtext_bulletlist"&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Provide credentials (username and password) and retry the request&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;so i put basic auth -&amp;gt; insert my user and pass and i&amp;#39;ve this &amp;quot;&lt;/p&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_standard FieldLayout---margin_above_none FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="9bba5742c47c2ad1fe92c89a890a595d" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-label&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Something went wrong&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_none FieldLayout---margin_above_none FieldLayout---inMessageLayout appian-context-last-in-list"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="decbe185c10a9307c90bc334d416f307" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-guidance&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;Failed to connect to &lt;a href="https://mptq.appian.community/suite/webapi/add-new-user"&gt;mptq.appian.community/.../add-new-user&lt;/a&gt; &lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Next Steps &lt;/strong&gt;&lt;/p&gt;
&lt;ul class="FormattedList---richtext_bulletlist"&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Check the error message for more information&lt;/div&gt;
&lt;/li&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Try the request again&lt;/div&gt;
&lt;/li&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;If the problem persists, ask an administrator to investigate the problem&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Why??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124915?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:19:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f7b8a4e-b337-4ff3-89f4-91d2cd8b285b</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The URL you have added in the integration is not correct. Here is where you can find the right URL in your API.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706087954481v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124914?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:16:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e8fce61-ba51-4094-9c8f-60bd7a967c79</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706087779125v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124913?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:14:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4b340b2-c088-423b-bad0-f73108eaa3bd</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Can you share a screenshot of your API? What are you doing there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124912?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 09:13:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad71e69b-caca-455d-b73f-f03d5e62bf4e</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;&lt;span class="Y2IQFc" lang="en"&gt;I tried, the request gives me success, but it doesn&amp;#39;t write anything in the db&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Y2IQFc" lang="en"&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706087607047v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124874?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 18:08:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96da745e-9950-4db5-aa58-41498148c507</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;ul&gt;
&lt;li&gt;Check the URL whether it is same or different in the web API and integration.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124867?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 17:10:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb1363d0-1159-4959-8017-ddf81e580420</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You don&amp;#39;t need to create an API then. You can directly start processes from a button&amp;#39;s saveInto&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124866?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 17:08:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6ad15d6-ac50-4a8c-be37-593ebffcfa99</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;Thanks, i&amp;#39;m doing this only for a little POC, so i did the basic auth method (I have to insert my appian email and password right?). But i&amp;#39;ve this error &amp;quot;&lt;/p&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_standard FieldLayout---margin_above_none FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="fa3e4bf7ec4a3666fc66349c533bdb72" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-label&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;The external system encountered an error&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_none FieldLayout---margin_above_none FieldLayout---inMessageLayout appian-context-last-in-list"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="2a09463bea0039f1ae69edfc1bfda2c6" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-guidance&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;Failed to connect to &lt;a href="https://mptq.appian.community/suite/webapi/add-new-user"&gt;mptq.appian.community/.../add-new-user&lt;/a&gt; HTTP/1.1 500 &lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Next Steps &lt;/strong&gt;&lt;/p&gt;
&lt;ul class="FormattedList---richtext_bulletlist"&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Check the request and response for more details&lt;/div&gt;
&lt;/li&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Review the external system&amp;#39;&amp;#39;s documentation for information on what may have caused the problem&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;PS:appian v. 23.4&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124865?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 17:07:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb4deeda-d0c7-4dcd-98a8-37388eb99df1</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;a href="/members/fabiop8444"&gt;fabiopalladino&lt;/a&gt;&amp;nbsp;Quick question - What Appian version are you using? If it is 23.4 then you can simply start a process in your button&amp;#39;s saveInto using a!startProcess and it will start the process straight from the Portal. Just make sure you still create a service account and add it to your Portal Object&amp;#39;s configurations. More info here -&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/portals-service-accounts.html"&gt;docs.appian.com/.../portals-service-accounts.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124864?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 17:04:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6a91677-01fd-4eca-88b1-120cadb00d57</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Yes. Now a couple of things to verify and understand.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure the &amp;quot;Method&amp;quot; in integration is same as the &amp;quot;Method&amp;quot; defined in API.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;In order to access the API via integration, you will have to use an authentication mechanism.
&lt;ol&gt;
&lt;li&gt;Either you can provide your credentials by switching to &amp;quot;Basic Authentication&amp;quot; (WHICH I WON&amp;quot;T ADVICE)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Or you will have to create a service account in the Admin console, save the API key, add&amp;nbsp;the account in the App&amp;#39;s all users group and then use the API key in your integration&amp;#39;s header&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124863?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 17:00:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8141fe28-fdb9-4d9d-9880-39e07a3a1a74</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;Like this?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706029195131v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124862?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 16:55:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b145f8ab-45a0-43f1-b1d1-f4cea074c01c</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;In the link, you will have to pass the endpoint of the API. You can find this in your API object.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124861?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 16:54:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eeaa2347-ac8f-4784-b259-b2749d91be74</guid><dc:creator>fabiopalladino</dc:creator><description>&lt;p&gt;hi&amp;nbsp;&lt;a href="/members/harshitb6843"&gt;Harshit Bumb (Appyzie)&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;thanks for your your answer. I&amp;#39;ve created the integration. In the url field i need to pass the portal link? And then? How do i link the integration with the post api i&amp;#39;ve created?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1706028737839v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Call post api from interface</title><link>https://community.appian.com/thread/124855?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 15:47:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4c895e5-88ed-4449-a589-7c24d9fb73c4</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You will need to create an Integration object to call the API -&amp;nbsp;&lt;a id="" href="https://docs.appian.com/suite/help/23.4/Create_an_Integration.html"&gt;https://docs.appian.com/suite/help/23.4/Create_an_Integration.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you&amp;nbsp;are done&amp;nbsp;creating and&amp;nbsp;testing the integration successfully, then you can call that integration in your button&amp;#39;s saveInto.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Try doing the steps I told you and if you face any errors or issues, feel free to post them here.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>