<?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: Auto Import Contacts from external database in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Import-Contacts-from-external-database/m-p/796631#M64198</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/571225"&gt;@CKnowles7&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to our community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will be helpful to know about the developer resources you have access to, as well as your level of comfortability with building something like this yourself. Or will you use a tool like Zapier, for example, to handle the connections?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one high-level approach to consider:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Build a script or application that fetches data from your external database&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the Contacts API endpoints to create or update Contacts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the script or application to run on a schedule&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Include error handling and retries&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Consider how you'll manage rate limiting&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;API you would use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/contacts" target="_blank" rel="noopener"&gt;Contacts&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create a Contact —&lt;STRONG class="PathUrl__StyledMethod-sc-9b2x0o-1 ivkttH"&gt; POST&lt;/STRONG&gt;&lt;CODE class="PathUrl__StyledCode-sc-9b2x0o-3 iiMCn private-code"&gt;&lt;SPAN class="PathUrl__StyledPath-sc-9b2x0o-4 fhhCEI"&gt;&lt;SPAN class="private-truncated-string" data-content="true"&gt;&lt;SPAN class="private-truncated-string__inner"&gt;&lt;SPAN class="private-truncated-string__reverse"&gt;&lt;SPAN class="private-truncated-string__reverse__tail"&gt;&lt;SPAN class="private-truncated-string__reverse__content"&gt;/crm/v3/objects/contacts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Update a Contact —&amp;nbsp;&lt;STRONG class="PathUrl__StyledMethod-sc-9b2x0o-1 ivkttH"&gt;PATCH&lt;/STRONG&gt;&lt;CODE class="PathUrl__StyledCode-sc-9b2x0o-3 iiMCn private-code"&gt;&lt;SPAN class="PathUrl__StyledPath-sc-9b2x0o-4 fhhCEI"&gt;&lt;SPAN class="private-truncated-string" data-content="true"&gt;&lt;SPAN class="private-truncated-string__inner"&gt;&lt;SPAN class="private-truncated-string__reverse"&gt;&lt;SPAN class="private-truncated-string__reverse__tail"&gt;&lt;SPAN class="private-truncated-string__reverse__content"&gt;/crm/v3/objects/contacts/{contactId}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Knowing more about your resources and possible limitations helps our community understand how they can assist you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
    <pubDate>Sat, 20 May 2023 19:34:34 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2023-05-20T19:34:34Z</dc:date>
    <item>
      <title>Auto Import Contacts from external database</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Import-Contacts-from-external-database/m-p/796218#M64161</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I want to use an API call to pull contact data into Hubspot to fill in our "contact" table.&lt;/P&gt;&lt;P&gt;This inforamtion is currently stored on an external database that i have access to.&lt;/P&gt;&lt;P&gt;however im struggling on the hubspot side on how to set this up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ive only seen options to import via csv manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this autoamically?&lt;/P&gt;&lt;P&gt;Say every day/week where it will pull in the new records in our external DB and populate it in our HubSpot "Contacts" table?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 13:41:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Import-Contacts-from-external-database/m-p/796218#M64161</guid>
      <dc:creator>CKnowles7</dc:creator>
      <dc:date>2023-05-19T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Import Contacts from external database</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Import-Contacts-from-external-database/m-p/796631#M64198</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/571225"&gt;@CKnowles7&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to our community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will be helpful to know about the developer resources you have access to, as well as your level of comfortability with building something like this yourself. Or will you use a tool like Zapier, for example, to handle the connections?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one high-level approach to consider:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Build a script or application that fetches data from your external database&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the Contacts API endpoints to create or update Contacts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the script or application to run on a schedule&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Include error handling and retries&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Consider how you'll manage rate limiting&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;API you would use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/contacts" target="_blank" rel="noopener"&gt;Contacts&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create a Contact —&lt;STRONG class="PathUrl__StyledMethod-sc-9b2x0o-1 ivkttH"&gt; POST&lt;/STRONG&gt;&lt;CODE class="PathUrl__StyledCode-sc-9b2x0o-3 iiMCn private-code"&gt;&lt;SPAN class="PathUrl__StyledPath-sc-9b2x0o-4 fhhCEI"&gt;&lt;SPAN class="private-truncated-string" data-content="true"&gt;&lt;SPAN class="private-truncated-string__inner"&gt;&lt;SPAN class="private-truncated-string__reverse"&gt;&lt;SPAN class="private-truncated-string__reverse__tail"&gt;&lt;SPAN class="private-truncated-string__reverse__content"&gt;/crm/v3/objects/contacts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Update a Contact —&amp;nbsp;&lt;STRONG class="PathUrl__StyledMethod-sc-9b2x0o-1 ivkttH"&gt;PATCH&lt;/STRONG&gt;&lt;CODE class="PathUrl__StyledCode-sc-9b2x0o-3 iiMCn private-code"&gt;&lt;SPAN class="PathUrl__StyledPath-sc-9b2x0o-4 fhhCEI"&gt;&lt;SPAN class="private-truncated-string" data-content="true"&gt;&lt;SPAN class="private-truncated-string__inner"&gt;&lt;SPAN class="private-truncated-string__reverse"&gt;&lt;SPAN class="private-truncated-string__reverse__tail"&gt;&lt;SPAN class="private-truncated-string__reverse__content"&gt;/crm/v3/objects/contacts/{contactId}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Knowing more about your resources and possible limitations helps our community understand how they can assist you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 19:34:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Import-Contacts-from-external-database/m-p/796631#M64198</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-05-20T19:34:34Z</dc:date>
    </item>
  </channel>
</rss>

