<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WITH CONNECTION + POST method + custom body message in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1603776#M44685</link>
    <description>&lt;P&gt;Can we add table&amp;nbsp; fields in&amp;nbsp;"with connection" body so in Email body it should be reflect as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23,10000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with connection (&lt;BR /&gt;QUERY "to" "v@gmail.com "&lt;BR /&gt;,QUERY "message" "Total Sales greater than &amp;gt;20000 for $(vID)"&lt;BR /&gt;//,QUERY "subject" "$(vID)"&lt;BR /&gt;,QUERY "fromName" "NoReply"&lt;BR /&gt;,QUERY "fromEmail" "v@hotmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 14:58:58 GMT</pubDate>
    <dc:creator>alis2063</dc:creator>
    <dc:date>2019-07-18T14:58:58Z</dc:date>
    <item>
      <title>WITH CONNECTION + POST method + custom body message</title>
      <link>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1248353#M25047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a working example of a REST connection using the WITH CONNECTION + POST method + a custom body message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The online manual shows the following only "as far as I can see":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WITH CONNECTION(Url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://content.googleapis.com/calendar/v3/calendars/primary/events?key=AIzaS" rel="nofollow" target="_blank"&gt;https://content.googleapis.com/calendar/v3/calendars/primary/events?key=AIzaS&lt;/A&gt;&lt;SPAN&gt;...");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing about how the syntax looks like if we want to add a POST and a body message in the case of a REST connection for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback will be very much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Youness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 08:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1248353#M25047</guid>
      <dc:creator />
      <dc:date>2016-12-29T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: WITH CONNECTION + POST method + custom body message</title>
      <link>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1248354#M25048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got help with my query and here I am sharing the code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dummy:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM CSV (header off, delimiter ",", quote """") "CSV_source"&lt;/P&gt;&lt;P&gt;WITH CONNECTION (&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; URL "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://hooks.mysite.com/services/XYZXYZXYZ/ETC" rel="nofollow" target="_blank"&gt;https://hooks.mysite.com/services/XYZXYZXYZ/ETC&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HTTPHEADER "Content-Type" "application/json",&lt;/P&gt;&lt;P&gt;&amp;nbsp; BODY "{""text"": ""Posting from loadscript""}"&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy and thumbs up for Alex Karlsson&lt;/P&gt;&lt;P&gt;// Youness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 07:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1248354#M25048</guid>
      <dc:creator />
      <dc:date>2017-01-06T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: WITH CONNECTION + POST method + custom body message</title>
      <link>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1603776#M44685</link>
      <description>&lt;P&gt;Can we add table&amp;nbsp; fields in&amp;nbsp;"with connection" body so in Email body it should be reflect as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23,10000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with connection (&lt;BR /&gt;QUERY "to" "v@gmail.com "&lt;BR /&gt;,QUERY "message" "Total Sales greater than &amp;gt;20000 for $(vID)"&lt;BR /&gt;//,QUERY "subject" "$(vID)"&lt;BR /&gt;,QUERY "fromName" "NoReply"&lt;BR /&gt;,QUERY "fromEmail" "v@hotmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1603776#M44685</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2019-07-18T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: WITH CONNECTION + POST method + custom body message</title>
      <link>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1751213#M57833</link>
      <description>&lt;P&gt;excelent!!!, works for me!! thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 19:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WITH-CONNECTION-POST-method-custom-body-message/m-p/1751213#M57833</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-09T19:59:46Z</dc:date>
    </item>
  </channel>
</rss>

