<?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: Customize button in Slack block with Qlik Application Automation in order to interact with Qlik API in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1924637#M550</link>
    <description>&lt;P&gt;Hi Alexandre,&lt;/P&gt;
&lt;P&gt;Can you make POST or GET requests through the Slack button? If so, you can use that to run a triggered automation. Inside the automation, you can then add the member to a space.&lt;/P&gt;
&lt;P&gt;More information on triggered automations can be found here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Sense_QlikAutomation/Content/Sense_QlikAutomation/working-with-automations/working-with-webhooks.htm#triggered-webhooks" target="_self"&gt;Triggered automations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Emile&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 14:47:05 GMT</pubDate>
    <dc:creator>Emile_Koslowski</dc:creator>
    <dc:date>2022-04-29T14:47:05Z</dc:date>
    <item>
      <title>Customize button in Slack block with Qlik Application Automation in order to interact with Qlik API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1923053#M542</link>
      <description>&lt;P&gt;Hello and welcome to every readers !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking to go forward with Qlik Application Automation and precisely the Send Message With Blocks from Slack.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I correctly built a wonderful box with button but I want to customize buttons in order to interact with my Qlik Tenant.&lt;/P&gt;
&lt;P&gt;I want for example to add a member into a managed space using the Spaces Qlik Rest API with the Post method but I don't figure it out how to do that or if it is possible to do it this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is someone from Qlik or an automation expert with some experience with Slack API can help me ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank a lot !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alexandre CHAMPIRÉ&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 21:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1923053#M542</guid>
      <dc:creator>achampire</dc:creator>
      <dc:date>2022-04-26T21:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customize button in Slack block with Qlik Application Automation in order to interact with Qlik API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1924637#M550</link>
      <description>&lt;P&gt;Hi Alexandre,&lt;/P&gt;
&lt;P&gt;Can you make POST or GET requests through the Slack button? If so, you can use that to run a triggered automation. Inside the automation, you can then add the member to a space.&lt;/P&gt;
&lt;P&gt;More information on triggered automations can be found here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Sense_QlikAutomation/Content/Sense_QlikAutomation/working-with-automations/working-with-webhooks.htm#triggered-webhooks" target="_self"&gt;Triggered automations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Emile&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 14:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1924637#M550</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-04-29T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customize button in Slack block with Qlik Application Automation in order to interact with Qlik API</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1924649#M551</link>
      <description>&lt;P&gt;Hi Emile.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;In the Slack Button you can add an url value.&lt;/P&gt;
&lt;P&gt;As you mentionned, I created a Triggered automation. I retreive the triggered url from it, add to the url generated by my button the assigneeId and spaces id to used them on the &lt;STRONG&gt;Add member to space&amp;nbsp;&lt;/STRONG&gt;blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not the scenario I had in mind because I didn't want to triggered another automation from my button (I would prefer it triggered the automation content directly from the button itself) but it is working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Alexandre CHAMPIRÉ&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 15:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Customize-button-in-Slack-block-with-Qlik-Application-Automation/m-p/1924649#M551</guid>
      <dc:creator>achampire</dc:creator>
      <dc:date>2022-04-29T15:18:40Z</dc:date>
    </item>
  </channel>
</rss>

