<?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: Automating creation of space links (generic links) via Qlik Automate / API in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547695#M6518</link>
    <description>&lt;P&gt;Please consider opening an ideation for publishing of this endpoint, or voting on an existing idea via Qlik Ideation:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank"&gt;https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2026 12:44:01 GMT</pubDate>
    <dc:creator>Dave_Channon</dc:creator>
    <dc:date>2026-04-24T12:44:01Z</dc:date>
    <item>
      <title>Automating creation of space links (generic links) via Qlik Automate / API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547097#M6512</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I’m trying to automate the creation of “generic links” inside a Qlik Cloud space.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use case:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;I have an on-prem Qlik Sense app&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;At the end of the reload script, I trigger a REST call&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;This call invokes a Qlik Automate automation (webhook trigger)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The payload contains:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;link name&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;link URL&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;target space&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt;&lt;BR /&gt;Automatically create a link in a Qlik Cloud space pointing to external resources (e.g. dashboards, apps, tools).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I found so far:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Automations can be triggered via webhook &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;But I couldn’t find any API or block to create “links” in a space &lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is there any supported API to create these links programmatically?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is this feature planned or intentionally UI-only?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there recommended alternatives for this use case?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 11:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547097#M6512</guid>
      <dc:creator>cristian_dalsanto</dc:creator>
      <dc:date>2026-04-16T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automating creation of space links (generic links) via Qlik Automate / API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547138#M6513</link>
      <description>&lt;P&gt;Automating the creation of generic links in Qlik Cloud via Qlik Application Automation or a direct API call is currently &lt;STRONG&gt;not supported&lt;/STRONG&gt; through a public, dedicated "Links" API or a standard "Create Link" automation block.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generic links are primarily managed through the &lt;STRONG&gt;Administration activity center&lt;/STRONG&gt; or the &lt;STRONG&gt;Analytics activity center&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternative Approaches&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since a dedicated API endpoint for link creation is not available in the Qlik Developer Portal, you can consider these workarounds:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;Bulk Upload via CSV:&lt;/STRONG&gt; Tenant administrators can manually upload a CSV file containing link names and URLs to the &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-administer-generic-links.htm" target="_blank"&gt;Administration activity center&lt;/A&gt;. While not fully automated via your webhook, this handles high-volume creation.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Qlik Automate - "Call URL" Block:&lt;/STRONG&gt; You can attempt to find the internal (undocumented) endpoint by inspecting network traffic while manually creating a link in the Hub. If found, use the &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Getting-started-with-the-generic-connectivity-in-Qlik-Automate/ta-p/2061949" target="_blank"&gt;Call URL block&lt;/A&gt; in Qlik Automate to trigger a POST request to that endpoint. &lt;I&gt;Note: Undocumented APIs are subject to change without notice.&lt;/I&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Catalog Items:&lt;/STRONG&gt; If your goal is to make external resources discoverable, consider creating other cataloged items (like small apps with Redirect URLs) that can be managed via the &lt;A href="https://qlik.dev/apis/rest/spaces/" target="_blank"&gt;Items API&lt;/A&gt;, which does support programmatic creation.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Current Limitations&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;Public API:&lt;/STRONG&gt; There is no "Links" category in the official Qlik Cloud REST API documentation for creating these specific generic link objects.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Automation Blocks:&lt;/STRONG&gt; The &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/introduction/creating-automation.htm" target="_blank"&gt;Qlik Cloud connector&lt;/A&gt; lacks a native "Create Generic Link" block.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 20:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547138#M6513</guid>
      <dc:creator>Greg_Taffer</dc:creator>
      <dc:date>2026-04-16T20:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automating creation of space links (generic links) via Qlik Automate / API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547695#M6518</link>
      <description>&lt;P&gt;Please consider opening an ideation for publishing of this endpoint, or voting on an existing idea via Qlik Ideation:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank"&gt;https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 12:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automating-creation-of-space-links-generic-links-via-Qlik/m-p/2547695#M6518</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2026-04-24T12:44:01Z</dc:date>
    </item>
  </channel>
</rss>

