<?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 Zendesk - How to get started with Zendesk in Automations in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Zendesk-How-to-get-started-with-Zendesk-in-Automations/ta-p/1833945</link>
    <description>&lt;P&gt;This article gives an overview of the available blocks in the Zendesk connector in Qlik Application Automation. It will also go over some basic examples of retrieving tickets and creating a ticket within a Zendesk account.&lt;/P&gt;
&lt;P&gt;This connector supports CRUD operations(read, create, update, delete) for the following modules in Zendesk:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;tickets&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;contacts&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;organizations&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There are also a few blocks for managing file uploads and linking those to a ticket comment.&lt;/P&gt;
&lt;P&gt;Authentication for this connector is based on the oAuth2 Protocol. For more details check this &lt;STRONG&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-Authenticate/ta-p/1833941" target="_blank" rel="noopener"&gt;article&lt;/A&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Let's now go over a few basic examples of how to use the Zendesk connector:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. How to list tickets from a Zendesk account:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Create an automation;&lt;/LI&gt;
&lt;LI&gt;From the left menu, select the Zendesk connector;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_1-1628075368019.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59672iFE6C07CB07994C89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_1-1628075368019.png" alt="Ionut_Dumitrascu_1-1628075368019.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Use the 'Search for blocks' input to search for the "list tickets' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_2-1628075413276.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59673i9CF4500A93A23A59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_2-1628075413276.png" alt="Ionut_Dumitrascu_2-1628075413276.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and link it to the start block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_3-1628075464491.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59674i61501E2B861C9C3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_3-1628075464491.png" alt="Ionut_Dumitrascu_3-1628075464491.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;From the left menu, search for the 'Output' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_5-1628075740480.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59676iD2D3673E3449BC4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_5-1628075740480.png" alt="Ionut_Dumitrascu_5-1628075740480.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the 'output' block into the automation and link it to the 'List tickets' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_4-1628075507551.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59675i2A2DCA5DCE93DA71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_4-1628075507551.png" alt="Ionut_Dumitrascu_4-1628075507551.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation (if not saved previously, a 'Save automation' popup will appear). This will output a paginated list of tickets available.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;2. How to create a ticket in your Zendesk account:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The first two steps are similar as before;&lt;/LI&gt;
&lt;LI&gt;Use the 'Search for blocks' input to search for the "Create ticket' block;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and link it to the start block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_7-1628076091601.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59678iD44CC9B261E6C254/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_7-1628076091601.png" alt="Ionut_Dumitrascu_7-1628076091601.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;On the right side of the screen, use the input fields to fill in the ticket information;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_8-1628076177440.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59679i8541BB5CC2FE5D4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_8-1628076177440.png" alt="Ionut_Dumitrascu_8-1628076177440.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation (if not saved previously, a 'Save automation' popup will appear). This will create a new ticket in your Zendesk account and output this information.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;3. For other more complex use-cases&lt;/STRONG&gt; (example: Understanding how the incremental blocks work, how to upload a file and link it to a ticket) check out these articles:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-use-the-incremental-blocks/ta-p/1833917" target="_blank" rel="noopener"&gt;Zendesk - How to use the incremental blocks&lt;/A&gt;;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-attach-files-to-a-ticket-comment/ta-p/1833942" target="_blank" rel="noopener"&gt;Zendesk - How to attach files to a ticket comment&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&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 10:24:25 GMT</pubDate>
    <dc:creator>Ionut_Dumitrascu</dc:creator>
    <dc:date>2021-09-06T10:24:25Z</dc:date>
    <item>
      <title>Zendesk - How to get started with Zendesk in Automations</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Zendesk-How-to-get-started-with-Zendesk-in-Automations/ta-p/1833945</link>
      <description>&lt;P&gt;This article gives an overview of the available blocks in the Zendesk connector in Qlik Application Automation. It will also go over some basic examples of retrieving tickets and creating a ticket within a Zendesk account.&lt;/P&gt;
&lt;P&gt;This connector supports CRUD operations(read, create, update, delete) for the following modules in Zendesk:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;tickets&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;contacts&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;organizations&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There are also a few blocks for managing file uploads and linking those to a ticket comment.&lt;/P&gt;
&lt;P&gt;Authentication for this connector is based on the oAuth2 Protocol. For more details check this &lt;STRONG&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-Authenticate/ta-p/1833941" target="_blank" rel="noopener"&gt;article&lt;/A&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Let's now go over a few basic examples of how to use the Zendesk connector:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. How to list tickets from a Zendesk account:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Create an automation;&lt;/LI&gt;
&lt;LI&gt;From the left menu, select the Zendesk connector;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_1-1628075368019.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59672iFE6C07CB07994C89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_1-1628075368019.png" alt="Ionut_Dumitrascu_1-1628075368019.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Use the 'Search for blocks' input to search for the "list tickets' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_2-1628075413276.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59673i9CF4500A93A23A59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_2-1628075413276.png" alt="Ionut_Dumitrascu_2-1628075413276.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and link it to the start block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_3-1628075464491.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59674i61501E2B861C9C3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_3-1628075464491.png" alt="Ionut_Dumitrascu_3-1628075464491.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;From the left menu, search for the 'Output' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_5-1628075740480.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59676iD2D3673E3449BC4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_5-1628075740480.png" alt="Ionut_Dumitrascu_5-1628075740480.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the 'output' block into the automation and link it to the 'List tickets' block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_4-1628075507551.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59675i2A2DCA5DCE93DA71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_4-1628075507551.png" alt="Ionut_Dumitrascu_4-1628075507551.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation (if not saved previously, a 'Save automation' popup will appear). This will output a paginated list of tickets available.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;2. How to create a ticket in your Zendesk account:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The first two steps are similar as before;&lt;/LI&gt;
&lt;LI&gt;Use the 'Search for blocks' input to search for the "Create ticket' block;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and link it to the start block;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_7-1628076091601.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59678iD44CC9B261E6C254/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_7-1628076091601.png" alt="Ionut_Dumitrascu_7-1628076091601.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;On the right side of the screen, use the input fields to fill in the ticket information;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ionut_Dumitrascu_8-1628076177440.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59679i8541BB5CC2FE5D4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ionut_Dumitrascu_8-1628076177440.png" alt="Ionut_Dumitrascu_8-1628076177440.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation (if not saved previously, a 'Save automation' popup will appear). This will create a new ticket in your Zendesk account and output this information.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;3. For other more complex use-cases&lt;/STRONG&gt; (example: Understanding how the incremental blocks work, how to upload a file and link it to a ticket) check out these articles:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-use-the-incremental-blocks/ta-p/1833917" target="_blank" rel="noopener"&gt;Zendesk - How to use the incremental blocks&lt;/A&gt;;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Zendesk-How-to-attach-files-to-a-ticket-comment/ta-p/1833942" target="_blank" rel="noopener"&gt;Zendesk - How to attach files to a ticket comment&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&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 10:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Zendesk-How-to-get-started-with-Zendesk-in-Automations/ta-p/1833945</guid>
      <dc:creator>Ionut_Dumitrascu</dc:creator>
      <dc:date>2021-09-06T10:24:25Z</dc:date>
    </item>
  </channel>
</rss>

