<?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 Marketo - How to use the generic blocks in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Marketo-How-to-use-the-generic-blocks/ta-p/1833909</link>
    <description>&lt;P&gt;This article gives an overview of the available generic blocks in the Marketo connector in Qlik Application Automation. It will also go over a basic example of using these blocks.&lt;/P&gt;
&lt;P&gt;The generic blocks are meant to be used in case you need to use an endpoint that it's not natively configured.&lt;/P&gt;
&lt;P&gt;The following generic blocks are available:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;API List Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Get Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Create Or Update Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Delete Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All these blocks have an input called '&lt;STRONG&gt;Endpoint Url&lt;/STRONG&gt;' which needs to be filled in accordingly based on what API is used, and on what object you need to work with.&lt;/P&gt;
&lt;P&gt;Because Marketo is using different kinds of solutions for the same use-case (example: for paging, both cursor and offset based paging are used), some blocks are limited to one use-case: the 'API List Request' block is limited to use cursor paging and the 'API Delete Request' block is only available for the Marketo 'Leads' API.&lt;/P&gt;
&lt;P&gt;Now let's go over a few examples of using the 'API List Request' for both the 'Leads' and also the 'Assets' API from Marketo.&lt;/P&gt;
&lt;P&gt;1. Leads API: for this API, the basic endpoint URL has the following format: &lt;STRONG&gt;v1/{object}.json&lt;/STRONG&gt;, where '{object}' needs to be replaced with an actual object from Marketo, for example, 'leads'. This particular example also requires a few query parameters to be filled in. For this, use the input for the 'Query parameters' and provide the required parameters to be able to query for leads.&lt;/P&gt;
&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_0-1630917164634.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61376i4EC4A095533DCE10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_0-1630917164634.png" alt="Ionut_Dumitrascu_0-1630917164634.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;2. Assets API: for this API, the basic endpoint URL has the following format: &lt;STRONG&gt;asset/v1/{object}.json&lt;/STRONG&gt;, where '{object}' needs to be replaced with an actual object from Marketo, for example 'programs'.&lt;/P&gt;
&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_1-1630917256245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61377i538E8E12F5DA6758/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_1-1630917256245.png" alt="Ionut_Dumitrascu_1-1630917256245.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For additional info on how other requests need to be configured, please check out Marketo's API documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 08:43:52 GMT</pubDate>
    <dc:creator>Ionut_Dumitrascu</dc:creator>
    <dc:date>2021-09-06T08:43:52Z</dc:date>
    <item>
      <title>Marketo - How to use the generic blocks</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Marketo-How-to-use-the-generic-blocks/ta-p/1833909</link>
      <description>&lt;P&gt;This article gives an overview of the available generic blocks in the Marketo connector in Qlik Application Automation. It will also go over a basic example of using these blocks.&lt;/P&gt;
&lt;P&gt;The generic blocks are meant to be used in case you need to use an endpoint that it's not natively configured.&lt;/P&gt;
&lt;P&gt;The following generic blocks are available:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;API List Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Get Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Create Or Update Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;API Delete Request&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All these blocks have an input called '&lt;STRONG&gt;Endpoint Url&lt;/STRONG&gt;' which needs to be filled in accordingly based on what API is used, and on what object you need to work with.&lt;/P&gt;
&lt;P&gt;Because Marketo is using different kinds of solutions for the same use-case (example: for paging, both cursor and offset based paging are used), some blocks are limited to one use-case: the 'API List Request' block is limited to use cursor paging and the 'API Delete Request' block is only available for the Marketo 'Leads' API.&lt;/P&gt;
&lt;P&gt;Now let's go over a few examples of using the 'API List Request' for both the 'Leads' and also the 'Assets' API from Marketo.&lt;/P&gt;
&lt;P&gt;1. Leads API: for this API, the basic endpoint URL has the following format: &lt;STRONG&gt;v1/{object}.json&lt;/STRONG&gt;, where '{object}' needs to be replaced with an actual object from Marketo, for example, 'leads'. This particular example also requires a few query parameters to be filled in. For this, use the input for the 'Query parameters' and provide the required parameters to be able to query for leads.&lt;/P&gt;
&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_0-1630917164634.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61376i4EC4A095533DCE10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_0-1630917164634.png" alt="Ionut_Dumitrascu_0-1630917164634.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;2. Assets API: for this API, the basic endpoint URL has the following format: &lt;STRONG&gt;asset/v1/{object}.json&lt;/STRONG&gt;, where '{object}' needs to be replaced with an actual object from Marketo, for example 'programs'.&lt;/P&gt;
&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_1-1630917256245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61377i538E8E12F5DA6758/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_1-1630917256245.png" alt="Ionut_Dumitrascu_1-1630917256245.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For additional info on how other requests need to be configured, please check out Marketo's API documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 08:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Marketo-How-to-use-the-generic-blocks/ta-p/1833909</guid>
      <dc:creator>Ionut_Dumitrascu</dc:creator>
      <dc:date>2021-09-06T08:43:52Z</dc:date>
    </item>
  </channel>
</rss>

