<?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: Getting data from HubSpot in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1678403#M7642</link>
    <description>&lt;P&gt;I hope you've solved by using the Rest connector.&amp;nbsp; If yes,&amp;nbsp; can you share your example?&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 10:32:01 GMT</pubDate>
    <dc:creator>fmarvnnt</dc:creator>
    <dc:date>2020-02-24T10:32:01Z</dc:date>
    <item>
      <title>Getting data from HubSpot</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1599075#M7641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to read data from HubSpot using Qlik General Web Connector.&lt;/P&gt;
&lt;P&gt;Selected JSonToTable type and added parameters.&lt;/P&gt;
&lt;P&gt;Please find the below screen shot of the same.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Config General Web Connector" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14917i56AF6DE65DF19422/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Config General Web Connector" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Config General Web Connector&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With the same url in the browser, it shows the details as below. There are details from contact table but not getting properly in Qlik Data Preview.&lt;/P&gt;
&lt;P&gt;-----------&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{"contacts":[{"addedAt":1562062156151,"vid":1,"canonical-vid":1,"merged-vids":[],"portal-id":6086531,"is-contact":true,"profile-token":"AO_T-mNCZ9c-HRRmXG6XxhIHFzy6vrAu329-xfD1bOcwo8kWngoCwYaYHjBtfikTGmPNp58ckmdoP42Rn6Fcth1TPwK75poPvhIdkqJECGdv_1pVjkk_4c78p_xMgqeSV9j0tF0M_a5L","profile-url":"&lt;A href="https://app.hubspot.com/contacts/6086531/contact/1&amp;quot;,&amp;quot;properties&amp;quot;:{&amp;quot;firstname&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;Cool&amp;quot;},&amp;quot;lastmodifieddate&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;1562062164332&amp;quot;},&amp;quot;company&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;HubSpot&amp;quot;},&amp;quot;lastname&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;Robot" target="_blank" rel="noopener"&gt;/contact/60","properties":{"firstname":{"value":"Cool"},"lastmodifieddate":{"value":"1562062164332"},"company":{"value":"HubSpot"},"lastname":{"value":"Robot&lt;/A&gt; (Sample Contact)"}},"form-submissions":[],"identity-profiles":[{"vid":1,"saved-at-timestamp":1562062156045,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"coolrobot@hubspot.com","timestamp":1562062155964,"is-primary":true},{"type":"LEAD_GUID","value":"bb4d9b96-ec3c-4948-b169-725c3948918b","timestamp":1562062156041}]}],"merge-audits":[]},{"addedAt":1562062156333,"vid":51,"canonical-vid":51,"merged-vids":[],"portal-id":6086531,"is-contact":true,"profile-token":"AO_T-mPhjP8QaJPjQS66c4u5ieoP2qyTycjXamBMAClEpNF0yvVzHl13sJX1xUSIjwoaq6ZX-FdgV69zVVxiWSlwcDpkgjaL_jEKVgCiO5myJymLOnMtkgjzRz5Fd2u2ZhvKvAyds74E","profile-url":"&lt;A href="https://app.hubspot.com/contacts/6086531/contact/51&amp;quot;,&amp;quot;properties&amp;quot;:{&amp;quot;firstname&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;Brian&amp;quot;},&amp;quot;lastmodifieddate&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;1562062164663&amp;quot;},&amp;quot;company&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;HubSpot&amp;quot;},&amp;quot;lastname&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;Halligan" target="_blank" rel="noopener"&gt;contact/51","properties":{"firstname":{"value":"Brian"},"lastmodifieddate":{"value":"1562062164663"},"company":{"value":"HubSpot"},"lastname":{"value":"Halligan&lt;/A&gt; (Sample Contact)"}},"form-submissions":[],"identity-profiles":[{"vid":51,"saved-at-timestamp":1562062156216,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"bh@hubspot.com","timestamp":1562062155964,"is-primary":true},{"type":"LEAD_GUID","value":"01ea9f38-d05d-4636-ab15-022341569922","timestamp":1562062156213}]}],"merge-audits":[]}],"has-more":false,"vid-offset":51}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;---------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please guide or share best way to get data from HubSpot database.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 18:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1599075#M7641</guid>
      <dc:creator>Sarathenk</dc:creator>
      <dc:date>2021-12-23T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from HubSpot</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1678403#M7642</link>
      <description>&lt;P&gt;I hope you've solved by using the Rest connector.&amp;nbsp; If yes,&amp;nbsp; can you share your example?&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 10:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1678403#M7642</guid>
      <dc:creator>fmarvnnt</dc:creator>
      <dc:date>2020-02-24T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from HubSpot</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1683237#M7643</link>
      <description>&lt;P&gt;Hi - You could try the JsonToXmlRaw table - this should give you a URL you can use as a web connection in Qlik. You should also be able to test it out in a browser to see all the data returned.&lt;/P&gt;&lt;P&gt;I am not that familiar with the API but it might be that the JSON (and therefore XML it is converted to) is more hierarchical meaning that if you want to use the JsonToTable table you will also need to set the XPATH table parameter to select the data within the response to turn into a table.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 11:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-data-from-HubSpot/m-p/1683237#M7643</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-10T11:50:25Z</dc:date>
    </item>
  </channel>
</rss>

