<?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>how to call a REST API</title><link>https://community.appian.com/discussions/f/integrations/11187/how-to-call-a-rest-api</link><description>Hi, 
 We are using an identity provider called Okta. They have given me the code below as an example to create new user in their directory using the API call. 
 Does anyone know how I would be calling this within a process model? What is the smart service</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/123058?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 18:29:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e07b140c-9519-4430-83c8-2b374ee0b1a9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Sure. Add a rule input to the integration and use that to define the URL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/123056?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 17:34:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5894990c-f55a-46e5-8be4-1269e14dffac</guid><dc:creator>Jeff Miller (Yello)</dc:creator><description>&lt;p&gt;Thanks! Is there a way to dynamically change the URL? Our use case is we have a list of URLs and we want to know if any of them give something other than a 200 HTTP response (that means the link is dead and we need to deactivate it).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/122964?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2023 20:10:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bef3eced-121f-494a-bf3d-e5bc114083e9</guid><dc:creator>Jeff Miller (Yello)</dc:creator><description>&lt;p&gt;Thanks! Is there a way to dynamically change the URL? Our use case is we have a list of URLs and we want to know if any of them give something other than a 200 HTTP response (that means the link is dead and we need to deactivate it).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/122590?ContentTypeID=1</link><pubDate>Sat, 02 Dec 2023 04:50:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e68960f7-decf-4d0e-8274-80c24e4438d7</guid><dc:creator>Anna P</dc:creator><description>&lt;p&gt;configure this,&lt;/p&gt;
&lt;p&gt;Authentication: api_key&lt;br /&gt;Header: Content-Type: application/json&lt;br /&gt;Body(json format):{ &amp;quot;profile&amp;quot;: { &amp;quot;firstName&amp;quot;: &amp;quot;Isaac&amp;quot;, &amp;quot;lastName&amp;quot;: &amp;quot;Brock&amp;quot;, &amp;quot;email&amp;quot;: &amp;quot;isaac.brock@example.com&amp;quot;, &amp;quot;login&amp;quot;: &amp;quot;isaac.brock@example.com&amp;quot;, &amp;quot;mobilePhone&amp;quot;: &amp;quot;555-415-1337&amp;quot; } }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/122585?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2023 20:17:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f622b94-b426-4ab1-91dd-b116f3a84fb5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You call APIs in third party systems using integration objects.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/Getting_Started_with_Connecting_Appian.html"&gt;docs.appian.com/.../Getting_Started_with_Connecting_Appian.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/122583?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2023 19:27:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36a906b9-e4a2-4be8-a63e-54d79cca1bbc</guid><dc:creator>Jeff Miller (Yello)</dc:creator><description>&lt;p&gt;Hello -- given this post is a number of years old many of these links no longer work. I have a similar task I&amp;#39;m attempting where I want to get the HTTP status of a URL after a GET.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can this be accomplished using&amp;nbsp;Appian Version 23.3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/49119?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 12:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a99bfc41-1ee2-4234-ae17-7787cad02022</guid><dc:creator>Carlos Santander</dc:creator><description>&lt;p&gt;Gary, since this just a HTTP POST request, use &lt;a href="https://docs.appian.com/suite/help/17.2/HTTP_Query_Smart_Service.html" target="_blank"&gt;HTTP Query&lt;/a&gt;, passing POST as the&amp;nbsp;Method input. The &lt;code&gt;-d&lt;/code&gt; part of your &lt;code&gt;curl&lt;/code&gt; command maps to the smart service&amp;#39;s Request Body input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/49116?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 12:35:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9cf1ac4e-a496-4db8-9e44-763c7da5dc76</guid><dc:creator>garym</dc:creator><description>@sravanis918 - We are using v17.2 but upgrading to v17.3 shortly.  We are on the cloud.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/49081?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 04:54:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c482f533-6c5c-4a2b-b334-bc5527dd961a</guid><dc:creator>vijayd</dc:creator><description>Use Integration rule if you are using 17.2/17.3 version else use http query smart service or function but be aware this is deprecated in 17.2 version.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/49080?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 04:33:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26c1a01d-ab20-4194-b1c0-a46038751f43</guid><dc:creator>sravanis918</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
I think you can use call web service smart service, please go through the below link:&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.3/Call_Web_Service_Smart_Service.html"&gt;docs.appian.com/.../Call_Web_Service_Smart_Service.html&lt;/a&gt;&lt;br /&gt;
If the version is latest 17.3 then you can use Call Integration smart service, please check the below link:&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.3/Call_Integration_Smart_Service.html"&gt;docs.appian.com/.../Call_Integration_Smart_Service.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to call a REST API</title><link>https://community.appian.com/thread/49079?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 04:26:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89e5d6bc-f4e8-43a7-9113-4009db6c571a</guid><dc:creator>sravanis918</dc:creator><description>Hi garym,&lt;br /&gt;
&lt;br /&gt;
Which Appian version are you using?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>