<?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: One way integration of JSON contact list into Hubspot in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169238#M82848</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11956"&gt;@rdegrand&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for the great question. I think one issue here is that “easy” is a relative term in this context.&amp;nbsp; The “easy” part is getting the secure credential (the token); the more involved part is building the communication bridge between the two systems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think of it this way: your Private App's access token is the key to your HubSpot account, but the other application still needs an address (a URL) to send the data to. A key without a door is not enough to get in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;'s advice is spot on. He's pointing out that you require a way to receive the incoming data (a “webhook”). In HubSpot, the built-in tool for creating these webhook URLs and processing the data is part of Operations Hub Professional. This is why you've hit a wall—without it, HubSpot isn't set up to &lt;EM&gt;listen&lt;/EM&gt; for the JSON data the other app wants to send.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anytime you work with APIs, even with simplified authentication, there's a technical setup required to tell the systems how to talk to each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Building on his advice, I think you have at least three options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Find an Existing App: Check the &lt;STRONG&gt;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/featured" target="_blank" rel="noopener"&gt;HubSpot App Marketplace&lt;/A&gt;&lt;/STRONG&gt; first. There may already be a pre-built integration for the app you're using.&lt;/LI&gt;
&lt;LI&gt;Use a Connector Tool (Probably best fit if not going &lt;A href="https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-workflows" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Operations Hub&lt;/STRONG&gt;&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Services like Make or Zapier can act as the bridge. They will give you a URL to provide to the other app and will handle the process of receiving the JSON data and creating contacts in HubSpot for you, no code required.&lt;/LI&gt;
&lt;LI&gt;Hire a Developer: A developer can build a simple “middleware” application that provides the URL and uses the HubSpot API to process the data, but this is the most technical and costly option.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For most users in your situation, using Make or Zapier is the fastest and easiest way to solve this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talk soon! — Jaycee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 17:21:18 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-06-25T17:21:18Z</dc:date>
    <item>
      <title>One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1168794#M82830</link>
      <description>&lt;P&gt;We're wondering how to get a JSON file of contact records sent from another app integrated into Hubspot. We created a private app in HubSpot and have the access token, but the other application is asking for a URL as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 20:02:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1168794#M82830</guid>
      <dc:creator>rdegrand</dc:creator>
      <dc:date>2025-06-24T20:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1168842#M82831</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11956"&gt;@rdegrand&lt;/a&gt;&amp;nbsp;- are you looking to code up the communication as a webhook? You can arrange a webhook trigger for a workflow that would accept JSON contact details for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 00:02:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1168842#M82831</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-06-25T00:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169084#M82840</link>
      <description>&lt;P&gt;I believe that's what we want to do. (Sorry, this is all outside my scope of knowledge) How do I know what target URL to use for the Webhook?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 13:26:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169084#M82840</guid>
      <dc:creator>rdegrand</dc:creator>
      <dc:date>2025-06-25T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169118#M82842</link>
      <description>&lt;P&gt;Also, I looked into creating a workflow to receive a webhook from an external app, but we do not have&amp;nbsp;&lt;SPAN&gt;Operations Hub Professional. I'm just confused as Hubspot told us that an integration would be easy using an API key, but now it seems we need extra tools. Any ideas? Thanks again.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 14:15:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169118#M82842</guid>
      <dc:creator>rdegrand</dc:creator>
      <dc:date>2025-06-25T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169195#M82845</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11956"&gt;@rdegrand&lt;/a&gt;&amp;nbsp;- I have to say that I'm not optimistic that you will find ways to manipulate JSON data in this integration without access to Ops Hub functionality. For me, Ops Hub is a bed rock of functionality for this kind of task - whether the data comes through an API call, a Webhook, or attached to an email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will continue to ponder, but I do suggest you explore this as an option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 16:09:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169195#M82845</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-06-25T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169238#M82848</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11956"&gt;@rdegrand&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for the great question. I think one issue here is that “easy” is a relative term in this context.&amp;nbsp; The “easy” part is getting the secure credential (the token); the more involved part is building the communication bridge between the two systems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think of it this way: your Private App's access token is the key to your HubSpot account, but the other application still needs an address (a URL) to send the data to. A key without a door is not enough to get in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;'s advice is spot on. He's pointing out that you require a way to receive the incoming data (a “webhook”). In HubSpot, the built-in tool for creating these webhook URLs and processing the data is part of Operations Hub Professional. This is why you've hit a wall—without it, HubSpot isn't set up to &lt;EM&gt;listen&lt;/EM&gt; for the JSON data the other app wants to send.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anytime you work with APIs, even with simplified authentication, there's a technical setup required to tell the systems how to talk to each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Building on his advice, I think you have at least three options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Find an Existing App: Check the &lt;STRONG&gt;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/featured" target="_blank" rel="noopener"&gt;HubSpot App Marketplace&lt;/A&gt;&lt;/STRONG&gt; first. There may already be a pre-built integration for the app you're using.&lt;/LI&gt;
&lt;LI&gt;Use a Connector Tool (Probably best fit if not going &lt;A href="https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-workflows" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Operations Hub&lt;/STRONG&gt;&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Services like Make or Zapier can act as the bridge. They will give you a URL to provide to the other app and will handle the process of receiving the JSON data and creating contacts in HubSpot for you, no code required.&lt;/LI&gt;
&lt;LI&gt;Hire a Developer: A developer can build a simple “middleware” application that provides the URL and uses the HubSpot API to process the data, but this is the most technical and costly option.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For most users in your situation, using Make or Zapier is the fastest and easiest way to solve this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talk soon! — Jaycee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:21:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169238#M82848</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-06-25T17:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: One way integration of JSON contact list into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169482#M82866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/11956"&gt;@rdegrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"You can use this API endpoint to create contacts in batches. Here is the endpoint &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/contacts/batch/create" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/contacts/batch/create&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;here is the link to the doc - &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/reference/api/crm/objects/contacts#post-%2Fcrm%2Fv3%2Fobjects%2Fcontacts%2Fbatch%2Fcreate" target="_blank"&gt;https://developers.hubspot.com/docs/reference/api/crm/objects/contacts#post-%2Fcrm%2Fv3%2Fobjects%2Fcontacts%2Fbatch%2Fcreate&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can create contacts in batches or individually as per your requirement, but I suggest you use the bulk API to create contacts. "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 07:03:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/One-way-integration-of-JSON-contact-list-into-Hubspot/m-p/1169482#M82866</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-06-26T07:03:32Z</dc:date>
    </item>
  </channel>
</rss>

