<?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>article How to get started with Raw API Requests in automations in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-get-started-with-Raw-API-Requests-in-automations/ta-p/1838023</link>
    <description>&lt;P&gt;The connectors on Qlik Automation already have a ton of endpoints that can be used in various ways, but there might be instances when a connector does not have a particular functionality that is available through the API of the provider. That is where &lt;STRONG&gt;Raw API Request&lt;/STRONG&gt; block come into play.&lt;/P&gt;
&lt;P&gt;This article outlines the use of Raw API Requests and gives a few examples using different connectors.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SendGrid Raw API Request:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For this example we will be creating a&amp;nbsp;SendGrid &lt;STRONG&gt;Transactional Templates&lt;/STRONG&gt; through an automation.&lt;BR /&gt;Its documentation can be found &lt;A title="here" href="https://sendgrid.api-docs.io/v3.0/transactional-templates/create-a-transactional-template" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;These are the basic steps to get this done:&lt;/P&gt;
&lt;P&gt;1. From the left menu, select the "&lt;STRONG&gt;SendGrid&lt;/STRONG&gt;" connector.&lt;/P&gt;
&lt;P&gt;2. Drag and drop the "&lt;STRONG&gt;Raw API Request&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;3. Set the &lt;STRONG&gt;Method&lt;/STRONG&gt; to "&lt;STRONG&gt;POST&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;4. Fill in the path to be used. In this case the &lt;STRONG&gt;Path Pre ID&lt;/STRONG&gt; is "&lt;STRONG&gt;templates&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;5. Add the &lt;STRONG&gt;Payload&lt;/STRONG&gt;. An example is:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"name": "Example From Raw API",&lt;BR /&gt;"generation": "dynamic"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;6. Click on "&lt;STRONG&gt;Run&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-27 at 14.48.03.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62824iEA0C8D777A822ACA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-27 at 14.48.03.png" alt="Screenshot 2021-09-27 at 14.48.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mailchimp Raw API Request:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this example we will look to list recent member notes of Mailchimp in an automation.&lt;BR /&gt;The documentation can be found &lt;A title="here" href="https://mailchimp.com/developer/marketing/api/list-member-notes/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;1. From the left menu, select the "&lt;STRONG&gt;Mailchimp&lt;/STRONG&gt;" connector.&lt;/P&gt;
&lt;P&gt;2. Drag and drop the "&lt;STRONG&gt;Raw API List Request&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;3. Fill in the &lt;STRONG&gt;Path&lt;/STRONG&gt;. This will be "&lt;STRONG&gt;/lists/{list_id}/members/{subscriber_hash}/notes&lt;/STRONG&gt;", where you replace the texts in brackets with the necessary data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hervebiey_0-1632754856108.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62836i584321F854CD880E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hervebiey_0-1632754856108.png" alt="hervebiey_0-1632754856108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. Click on "&lt;STRONG&gt;Run&lt;/STRONG&gt;".&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 15:01:11 GMT</pubDate>
    <dc:creator>hervebiey</dc:creator>
    <dc:date>2021-09-27T15:01:11Z</dc:date>
    <item>
      <title>How to get started with Raw API Requests in automations</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-get-started-with-Raw-API-Requests-in-automations/ta-p/1838023</link>
      <description>&lt;P&gt;The connectors on Qlik Automation already have a ton of endpoints that can be used in various ways, but there might be instances when a connector does not have a particular functionality that is available through the API of the provider. That is where &lt;STRONG&gt;Raw API Request&lt;/STRONG&gt; block come into play.&lt;/P&gt;
&lt;P&gt;This article outlines the use of Raw API Requests and gives a few examples using different connectors.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SendGrid Raw API Request:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For this example we will be creating a&amp;nbsp;SendGrid &lt;STRONG&gt;Transactional Templates&lt;/STRONG&gt; through an automation.&lt;BR /&gt;Its documentation can be found &lt;A title="here" href="https://sendgrid.api-docs.io/v3.0/transactional-templates/create-a-transactional-template" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;These are the basic steps to get this done:&lt;/P&gt;
&lt;P&gt;1. From the left menu, select the "&lt;STRONG&gt;SendGrid&lt;/STRONG&gt;" connector.&lt;/P&gt;
&lt;P&gt;2. Drag and drop the "&lt;STRONG&gt;Raw API Request&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;3. Set the &lt;STRONG&gt;Method&lt;/STRONG&gt; to "&lt;STRONG&gt;POST&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;4. Fill in the path to be used. In this case the &lt;STRONG&gt;Path Pre ID&lt;/STRONG&gt; is "&lt;STRONG&gt;templates&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;5. Add the &lt;STRONG&gt;Payload&lt;/STRONG&gt;. An example is:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"name": "Example From Raw API",&lt;BR /&gt;"generation": "dynamic"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;6. Click on "&lt;STRONG&gt;Run&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-27 at 14.48.03.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62824iEA0C8D777A822ACA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-27 at 14.48.03.png" alt="Screenshot 2021-09-27 at 14.48.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mailchimp Raw API Request:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this example we will look to list recent member notes of Mailchimp in an automation.&lt;BR /&gt;The documentation can be found &lt;A title="here" href="https://mailchimp.com/developer/marketing/api/list-member-notes/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;1. From the left menu, select the "&lt;STRONG&gt;Mailchimp&lt;/STRONG&gt;" connector.&lt;/P&gt;
&lt;P&gt;2. Drag and drop the "&lt;STRONG&gt;Raw API List Request&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;3. Fill in the &lt;STRONG&gt;Path&lt;/STRONG&gt;. This will be "&lt;STRONG&gt;/lists/{list_id}/members/{subscriber_hash}/notes&lt;/STRONG&gt;", where you replace the texts in brackets with the necessary data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hervebiey_0-1632754856108.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62836i584321F854CD880E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hervebiey_0-1632754856108.png" alt="hervebiey_0-1632754856108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. Click on "&lt;STRONG&gt;Run&lt;/STRONG&gt;".&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 15:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-get-started-with-Raw-API-Requests-in-automations/ta-p/1838023</guid>
      <dc:creator>hervebiey</dc:creator>
      <dc:date>2021-09-27T15:01:11Z</dc:date>
    </item>
  </channel>
</rss>

