<?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 HubSpot API &amp;amp;amp; Monday.com API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/792836#M63936</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We use Monday as our project management tool, specifically to track hardware installation on board ships. From a commercial standpoint, we use HubSpot's custom object feature to track each ship's commerical details and motions. We have a ship database in Monday and a duplicate database in HubSpot. I am trying to figure out a scalable way to add a ship's information in one of the databases and then copy/sync it over to Monday or vice versa.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any information would be much appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 18:45:10 GMT</pubDate>
    <dc:creator>seapete23</dc:creator>
    <dc:date>2023-05-11T18:45:10Z</dc:date>
    <item>
      <title>HubSpot API &amp;amp; Monday.com API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/792836#M63936</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We use Monday as our project management tool, specifically to track hardware installation on board ships. From a commercial standpoint, we use HubSpot's custom object feature to track each ship's commerical details and motions. We have a ship database in Monday and a duplicate database in HubSpot. I am trying to figure out a scalable way to add a ship's information in one of the databases and then copy/sync it over to Monday or vice versa.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any information would be much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:45:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/792836#M63936</guid>
      <dc:creator>seapete23</dc:creator>
      <dc:date>2023-05-11T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot API &amp;amp; Monday.com API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/793205#M63963</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/559676"&gt;@seapete23&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to the community! I have a few suggestions on where you might get started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is a complex task that requires a certain level of technical sophistication, as it involves using APIs and potentially setting up middleware to handle the data transfer. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There isn't a built-in, direct way to sync custom objects in HubSpot with Monday.com. And it's possible to achieve this using a combination of the APIs provided by both platforms.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are a developer or have developer resources:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Decide on your Primary and Replica databases&amp;nbsp;(the Primary database is the one you update first, and the Replica database gets updated based on the information in the Primary database)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Look at &lt;A href="https://knowledge.hubspot.com/workflows/how-do-i-use-webhooks-with-hubspot-workflows" target="_blank" rel="noopener"&gt;webhooks in workflows in HubSpot&lt;/A&gt; and webhooks in Monday.com&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create a &lt;A href="https://developers.hubspot.com/docs/cms/data/serverless-functions" target="_blank" rel="noopener"&gt;serverless function&lt;/A&gt; (in HubSpot or elsewhere) that gets triggered by these webhooks.&amp;nbsp;This function should take the updated ship information and use the replica's system's API to update the corresponding record in the replica's system&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Don't forget to address how you'll handle errors and edge-cases&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Other places to look if you are not comfortable creating webhooks and serverless functions, are tools like Zapier or Make, which can help automate the data syncing process. You'll need to investigate here more to understand if they have the needed recipes or actions for your goals. As with the first option, this may be a complex setup and require some degree of technical skill or the help of an expert or consultant.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this case, letting the community know which direction you are headed, custom coded or using an automation tool like Zapier, will help the community better understand your goals and how to help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No matter which direction you choose, the community is here to support you &lt;span class="lia-unicode-emoji" title=":right_facing_fist:"&gt;🤜&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":left_facing_fist:"&gt;🤛&lt;/span&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have fun building! — Jaycee&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 15:52:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/793205#M63963</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-05-12T15:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot API &amp;amp; Monday.com API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/793344#M63976</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;! This is super insightful and I appreciate the actionable next steps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 20:26:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-amp-amp-Monday-com-API/m-p/793344#M63976</guid>
      <dc:creator>seapete23</dc:creator>
      <dc:date>2023-05-12T20:26:03Z</dc:date>
    </item>
  </channel>
</rss>

