<?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: Hubspot API connection with Make in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829884#M66201</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/609402"&gt;@RBunch&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not entirely sure to be honest with you. What I've done is recorded a short 6 minute video where I run through my entire configuration of the HTTP module in Make. It might help you to see where you might be going wrong:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://share.vidyard.com/watch/udtKE3TdeHkYj4cvYpcVnj?" target="_blank"&gt;https://share.vidyard.com/watch/udtKE3TdeHkYj4cvYpcVnj?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know how you get on with this and we'll go from there!&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2023 13:57:02 GMT</pubDate>
    <dc:creator>coldrickjack</dc:creator>
    <dc:date>2023-08-04T13:57:02Z</dc:date>
    <item>
      <title>Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829102#M66174</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to log my hubspot dev account to Make HTTP request OAuth module to retrieve deals info&amp;nbsp; from a specific pipeline. But it seem that I systematically fail to connect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Make set-up&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Flow type&lt;/STRONG&gt; : Authorisation code&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authorize URI : &lt;/STRONG&gt;Installation url (OAuth) (containing the original credential+clientID+ redirect url&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Token URI: &lt;/STRONG&gt;url from API key&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Scope: &lt;/STRONG&gt;No scope selected&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Client ID&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Client Secret&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Which info am I missing to grant the access ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I search through &lt;A href="https://www.make.com/en/help/apps/crm-and-sales-tools/hubspot-crm#connect-hubspot-crm-with-make-using-oauth-credentials" target="_blank" rel="noopener"&gt;Make&lt;/A&gt; and &lt;A href="https://developers.hubspot.com/docs/api/working-with-oauth" target="_blank" rel="noopener"&gt;Hubspot&lt;/A&gt; documentation but it wasn't that helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody able to help ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:15:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829102#M66174</guid>
      <dc:creator>RBunch</dc:creator>
      <dc:date>2023-08-03T08:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829211#M66182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/609402"&gt;@RBunch&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been able to successfully do this in the past using the credentials below within the HTTP module in Make. You will also need to specify a scope for crm.objects.deals.read if you want to retrieve deal information. The scopes you use depend on what information you want to interact with in HubSpot. Full list of HubSpot scopes &lt;A href="https://developers.hubspot.com/docs/api/working-with-oauth#scopes" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flow Type: Authorization Code
Authorize URI: https://app.hubspot.com/oauth/authorize
Token URI: https://api.hubapi.com/oauth/v1/token
Scopes: crm.objects.deals.read
Client ID: YOUR_HUBSPOT_APP_CLIENT_ID
Client Secret: YOUR_HUBSPOT_APP_SECRET&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another important thing you need to do is ensure you set the redirect URI within the HubSpot App settings to:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://www.integromat.com/oauth/cb/oauth2&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once done you'll see in the screenshot my successful connection returing some deal information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-08-03 at 12.51.37.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/96154i3912974271BF8676/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-03 at 12.51.37.png" alt="Screenshot 2023-08-03 at 12.51.37.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obviously depending on what endpoint you are using you'll likely receive a different response. I opted to use the GET /crm/v3/objects/deals to pull all deals from the portal. Also if you are using more than one scope you need to ensure you set the scope seperator value to "SPACE". This is found by toggling the "Show advanced settings" option in make.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-08-03 at 12.54.53.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/96155i0E1C99010DEF9EA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-03 at 12.54.53.png" alt="Screenshot 2023-08-03 at 12.54.53.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 11:55:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829211#M66182</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-08-03T11:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829869#M66200</link>
      <description>&lt;P&gt;&lt;EM&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I've partially succeeded in logging into my account. I now have an error message talking about my domain &lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Unable to complete connection&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;An invalid application domain name has been supplied. Please get in touch with the application developer.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I don't understand what's the issue here. I've followed every step you and the documentation said.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have any idea?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 13:35:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829869#M66200</guid>
      <dc:creator>RBunch</dc:creator>
      <dc:date>2023-08-04T13:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829884#M66201</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/609402"&gt;@RBunch&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not entirely sure to be honest with you. What I've done is recorded a short 6 minute video where I run through my entire configuration of the HTTP module in Make. It might help you to see where you might be going wrong:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://share.vidyard.com/watch/udtKE3TdeHkYj4cvYpcVnj?" target="_blank"&gt;https://share.vidyard.com/watch/udtKE3TdeHkYj4cvYpcVnj?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know how you get on with this and we'll go from there!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 13:57:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829884#M66201</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-08-04T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829948#M66203</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;First of all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very very much for the time you took to do this video! It is very appreciated, and your explanations were very clear!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You definitely should launch your Youtube channel!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I will start everything over because some of my access is restricted and I must go through someone to be able to go through the dev portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep you posted on this one. And again thanks a bunch &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 16:15:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/829948#M66203</guid>
      <dc:creator>RBunch</dc:creator>
      <dc:date>2023-08-04T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/830061#M66212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/609402"&gt;@RBunch&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No problem at all, I'm glad it helped and wishing you best of luck with the project moving forward! Please do let me know how it goes!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 20:10:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/830061#M66212</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-08-04T20:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/830462#M66219</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&amp;nbsp;I just wanted to say thank you for posting the video. I didnt use it exactly but it was helpful. Very kind of you to take the time and effort.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 05:37:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/830462#M66219</guid>
      <dc:creator>ZahidZC</dc:creator>
      <dc:date>2023-08-07T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/841074#M66884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I can't thank you enough for your video. I had to start the process from the beginning, but it worked in the end. I'm successfully logged&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 12:23:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/841074#M66884</guid>
      <dc:creator>RBunch</dc:creator>
      <dc:date>2023-08-28T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/841133#M66894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/609402"&gt;@RBunch&lt;/a&gt;, I'm glad to hear that it helped!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:50:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/841133#M66894</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-08-28T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API connection with Make</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/962703#M72864</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It sounds like you're encountering some difficulties connecting your HubSpot developer account to make HTTP requests using OAuth. Double-checking your setup is crucial. Firstly, ensure that your authorization flow type is set correctly to "Authorization code" as you've mentioned. Confirm that the Authorization URI is pointing to the installation URL provided by HubSpot's OAuth process, containing your credentials, client ID, and redirect URL. The Token URI should correspond to the URL provided for your API key. Ensure that you've correctly input your Client ID and Client Secret obtained from your HubSpot developer account. Additionally, make sure that you've selected the appropriate scopes required for accessing the deals information from the specific pipeline. If after verifying these details you're still facing issues, it might be helpful to reach out to HubSpot's support for further assistance, as they can provide more specific guidance tailored to your setup.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:37:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-connection-with-Make/m-p/962703#M72864</guid>
      <dc:creator>Nagarjoon</dc:creator>
      <dc:date>2024-04-18T14:37:07Z</dc:date>
    </item>
  </channel>
</rss>

