<?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 for association between contact and company in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1125401#M81058</link>
    <description>&lt;P&gt;I create a pair of labels to associate contacts and companies&lt;BR /&gt;Gridly primary (1): 1 contact could be tied to 1 primary company&lt;BR /&gt;Contact with Gridly primary company (Many): 1 company could be tied to many contacts.&lt;BR /&gt;&lt;BR /&gt;I would like to use&amp;nbsp;&lt;SPAN&gt;hubspot&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;associations&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;v4 to handle the association part. But I'm confused:&lt;BR /&gt;- If I create an association between contact A and company A, Husbpot will automatically create one between company A and contact A too. But what if I would like to update the association?&lt;BR /&gt;For example, contact A -&amp;gt; company B&lt;BR /&gt;Do I need to archive 2 associations between contact A and company A?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2025 07:25:20 GMT</pubDate>
    <dc:creator>JerikaNguyen</dc:creator>
    <dc:date>2025-03-21T07:25:20Z</dc:date>
    <item>
      <title>Hubspot API for association between contact and company</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1125401#M81058</link>
      <description>&lt;P&gt;I create a pair of labels to associate contacts and companies&lt;BR /&gt;Gridly primary (1): 1 contact could be tied to 1 primary company&lt;BR /&gt;Contact with Gridly primary company (Many): 1 company could be tied to many contacts.&lt;BR /&gt;&lt;BR /&gt;I would like to use&amp;nbsp;&lt;SPAN&gt;hubspot&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;associations&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;v4 to handle the association part. But I'm confused:&lt;BR /&gt;- If I create an association between contact A and company A, Husbpot will automatically create one between company A and contact A too. But what if I would like to update the association?&lt;BR /&gt;For example, contact A -&amp;gt; company B&lt;BR /&gt;Do I need to archive 2 associations between contact A and company A?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 07:25:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1125401#M81058</guid>
      <dc:creator>JerikaNguyen</dc:creator>
      <dc:date>2025-03-21T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API for association between contact and company</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1125572#M81070</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/849149"&gt;@JerikaNguyen&lt;/a&gt;&amp;nbsp;- a couple of obervations on your situation based on my experience:&lt;/P&gt;
&lt;P&gt;- As you are aware HubSpot does have some exising standard functionality in associating Contacts and Companies, particularly around the primary association. This would be the only case I believe when any automated associatin will kick in - and even this can be switched off at a global level.&lt;/P&gt;
&lt;P&gt;- If you add additonal labelled associations, I doubt very much that you will see any inbuilt automation kick in related to your customm associations. My experienece with the association API is that the effects are very granular - you have 100% control over the association creation and record end points.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 14:34:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1125572#M81070</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-03-21T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot API for association between contact and company</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1126066#M81079</link>
      <description>&lt;P&gt;My situation is like:&lt;BR /&gt;I create a pair of associations between contact and company&lt;BR /&gt;Contact -&amp;gt; Company: type_id = 5&lt;BR /&gt;Company -&amp;gt; Contact: type_id = 6&lt;BR /&gt;And in my python script, I only use type_id = 5 to create / archive associations. But as I checked association history, it exists association created with type_id = 6 (my script doesn't use it). And Hubspot also created 2 another labels with type_id = 279 and 280 together with my labels whereas label = HUBSPOT_DEFINED (so they are definitely not my label at all).&amp;nbsp;&lt;BR /&gt;How could I handle this situation?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 16:08:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-API-for-association-between-contact-and-company/m-p/1126066#M81079</guid>
      <dc:creator>JerikaNguyen</dc:creator>
      <dc:date>2025-03-22T16:08:17Z</dc:date>
    </item>
  </channel>
</rss>

