<?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: Importing data from external forms to hubspot objects in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1174107#M83091</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/879479"&gt;@Aly_Mourady&lt;/a&gt;&amp;nbsp;have you solved this via API? otherwise there are some alternative solutions i have implemented via Clay and N8N&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 14:39:00 GMT</pubDate>
    <dc:creator>albertocampora</dc:creator>
    <dc:date>2025-07-08T14:39:00Z</dc:date>
    <item>
      <title>Importing data from external forms to hubspot objects</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173494#M83042</link>
      <description>&lt;P&gt;I have forms on external websites and i needed to track the data entered and to put it into objects and properties in hubspot. If it is possible, how can I do so?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:02:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173494#M83042</guid>
      <dc:creator>Aly_Mourady</dc:creator>
      <dc:date>2025-07-07T09:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from external forms to hubspot objects</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173529#M83048</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/879479"&gt;@Aly_Mourady&lt;/a&gt;&amp;nbsp;you can use the &lt;A href="https://developers.hubspot.com/docs/getting-started/overview" target="_blank" rel="noopener"&gt;HubSpot apis&lt;/A&gt;, just find the object you want to map to and use the "Create (object name)" endpoint to create a new object record.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if it's contacts or companies I'd recomend sending your form submissions to HubSpot forms using the&lt;A href="https://developers.hubspot.com/docs/reference/api/marketing/forms/v3-legacy#submit-data-to-a-form-supporting-authentication" target="_blank" rel="noopener"&gt; submit form api.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The difference between these is that if you submit the data through the submit form api, they'll come in as form submissions within HubSpot. Meaning you can track cookies if you send them, use form segmentation and reporting within HubSpot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just use the create object record api they won't be form submissions, they'll just be object records created via the api.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 10:36:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173529#M83048</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-07-07T10:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from external forms to hubspot objects</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173555#M83050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/879479"&gt;@Aly_Mourady&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The best option would be to use the &lt;STRONG data-start="116" data-end="137"&gt;HubSpot Forms API&lt;/STRONG&gt;. You can refer to the official documentation here: &lt;A href="https://developers.hubspot.com/docs/reference/api/marketing/forms/v2" target="_blank"&gt;https://developers.hubspot.com/docs/reference/api/marketing/forms/v2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Just make sure that your form fields use the same internal names as HubSpot properties (e.g., firstname, email, etc.) to ensure data maps correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can also check out some helpful community and Reddit discussions for practical insights:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HubSpot Community: Send external form data to HubSpot - &lt;A href="https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Send-external-form-data-to-hubspot/m-p/302175/" target="_blank"&gt;https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Send-external-form-data-to-hubspot/m-p/302175/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Reddit thread on sending external form data to HubSpot - &lt;A href="https://www.reddit.com/r/hubspot/comments/1bl8gm5/sending_form_data_to_hubspot_from_a_nonhubspot/" target="_blank"&gt;https://www.reddit.com/r/hubspot/comments/1bl8gm5/sending_form_data_to_hubspot_from_a_nonhubspot/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 07 Jul 2025 11:42:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1173555#M83050</guid>
      <dc:creator>ArisudanTiwari</dc:creator>
      <dc:date>2025-07-07T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from external forms to hubspot objects</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1174107#M83091</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/879479"&gt;@Aly_Mourady&lt;/a&gt;&amp;nbsp;have you solved this via API? otherwise there are some alternative solutions i have implemented via Clay and N8N&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 14:39:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1174107#M83091</guid>
      <dc:creator>albertocampora</dc:creator>
      <dc:date>2025-07-08T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from external forms to hubspot objects</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1174349#M83104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/879479"&gt;@Aly_Mourady&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"First thing I will suggest you figure out on which HubSpot object you want to send the Data, i.e., to Contacts, Companies, Deals, or Custom Objects. &lt;BR /&gt;Once you have figured this ou,t here are some options -&lt;BR /&gt;1. You can use the HubSpot API to send data to that particular object.&lt;BR /&gt;2. You can replace the LP form with the HubSpot form.&lt;BR /&gt;3. You can map a HubSpot form with a form in your LP."&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;</description>
      <pubDate>Wed, 09 Jul 2025 06:46:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Importing-data-from-external-forms-to-hubspot-objects/m-p/1174349#M83104</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-07-09T06:46:50Z</dc:date>
    </item>
  </channel>
</rss>

