<?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 send this body from an integration to an externalsystem</title><link>https://community.appian.com/discussions/f/integrations/35028/how-to-send-this-body-from-an-integration-to-an-externalsystem</link><description>From appian i Need to send the below data using integration { &amp;quot;Guid&amp;quot;: &amp;quot;String&amp;quot;, &amp;quot;TypeId&amp;quot;: 1 &amp;quot;Comment&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;addColleague&amp;quot;: { &amp;quot;email&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;Name&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;Flag&amp;quot;: true, &amp;quot;deletedFlag&amp;quot;: true, &amp;quot;ID&amp;quot;: 2, &amp;quot;idFromsender&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;addDeleteUpdate</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135662?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:48:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cfb3f6e-aecd-43ac-a120-ac4669924c23</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;We cannot help you without seeing what you are doing. The error message is pretty expressive&amp;nbsp;though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135661?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 08:46:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41fe5588-5d2f-4a15-a83c-67024d33354d</guid><dc:creator>ZAINAB</dc:creator><description>&lt;div class="FieldLayout---field_layout FieldLayout---margin_below_standard FieldLayout---margin_above_none FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;When I&amp;#39;m trying to test integration ,getting the below error ..can someone please help&lt;br /&gt;&lt;br /&gt;&lt;br /&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 requested URL cannot be found&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="53795c67d0a003c343dfea12c7f1aaaa" 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;The external system did not find the requested URL or is refusing to allow access HTTP/1.1 404 Resource Not Found &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;Make sure that the URL is correct&lt;/div&gt;
&lt;/li&gt;
&lt;li class="RichTextListItem---inMessageLayout RichTextListItem---error"&gt;
&lt;div&gt;Make sure you are using the correct credentials for this external system&lt;/div&gt;
&lt;/li&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;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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135637?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 18:39:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3519a78-be09-4719-b27c-e48e055216d7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;So, I assume that you have some data structure in a process variable.&lt;/p&gt;
&lt;p&gt;My suggestion is, to first hard code the data in the integration and check if it works. Then add one rule input to pass in the whole data structure, or multiple rule inputs to pass individual fields. Then change the dictionary in the body to use the rule inputs. Once this works, call the integration in from the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135636?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 18:13:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:159f0348-e379-43e1-846e-b00d53c9e3a1</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;I need to send some data from appian to externalsystem . Currently I have&amp;nbsp;&lt;span&gt;&amp;nbsp;guid,comments,email in one CDT for one integration. Along with this existing data i need to pass few more additional fields like above&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From an external system ,will get an request to Appian ,In appian I need to approve that request . After approving it should sendout some data via integration&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135634?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 18:08:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0981dc47-8597-4018-8692-89e8ba63fa97</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Then add rule inputs for each of the fields and create that dictionary using these.&lt;/p&gt;
&lt;p&gt;I am not sure what you are trying to implement. If you provide a bit more detail, we can support you much better.&lt;/p&gt;
&lt;p&gt;BTW, I recorded a podcast episode about how to get great support here.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://appian.rocks/2023/12/20/episode-13-how-to-get-your-questions-answered/"&gt;appian.rocks/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135633?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 18:03:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d419a1a7-18d6-440f-b690-4b8d51f49caa</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;the values for guid,comments,email ... needs to be taken from db&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send this body from an integration to an externalsystem</title><link>https://community.appian.com/thread/135632?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 18:01:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f31226b6-012c-4c4a-b15d-9abe09746a54</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You can directly copy this into the body. Make sure to select JSON as the data type.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>