<?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 Passing data into Hubspot in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047198#M76985</link>
    <description>&lt;P&gt;Can I pass ALL collected data from a form on an external site into Hubspot CRM? Specifically data from custom fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I've got a webform that serves as a membership application for a community we're building on the Kajabi platform. The form asks users to supply a variety of information that doesn't automatically map to existing Hubspot fields but we would like to house all this info within our Hubspot CRM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To integrate Kajabi with Hubspot I've set up a Zapier Zap which is working. However only basic contact info (name, email, etc.) are the only fields passing into the CRM. How can I get all the data associated with that contact's submission into Hubspot? Do I need to create custom property fields in HS?&lt;BR /&gt;&lt;BR /&gt;Here is a link to the form:&amp;nbsp;&lt;A href="https://blazin-babes.mykajabi.com/member-application" target="_blank"&gt;https://blazin-babes.mykajabi.com/member-application&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 19:28:06 GMT</pubDate>
    <dc:creator>RiveraDev</dc:creator>
    <dc:date>2024-09-27T19:28:06Z</dc:date>
    <item>
      <title>Passing data into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047198#M76985</link>
      <description>&lt;P&gt;Can I pass ALL collected data from a form on an external site into Hubspot CRM? Specifically data from custom fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I've got a webform that serves as a membership application for a community we're building on the Kajabi platform. The form asks users to supply a variety of information that doesn't automatically map to existing Hubspot fields but we would like to house all this info within our Hubspot CRM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To integrate Kajabi with Hubspot I've set up a Zapier Zap which is working. However only basic contact info (name, email, etc.) are the only fields passing into the CRM. How can I get all the data associated with that contact's submission into Hubspot? Do I need to create custom property fields in HS?&lt;BR /&gt;&lt;BR /&gt;Here is a link to the form:&amp;nbsp;&lt;A href="https://blazin-babes.mykajabi.com/member-application" target="_blank"&gt;https://blazin-babes.mykajabi.com/member-application&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 19:28:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047198#M76985</guid>
      <dc:creator>RiveraDev</dc:creator>
      <dc:date>2024-09-27T19:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047201#M76987</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/162994"&gt;@RiveraDev&lt;/a&gt;&amp;nbsp;yes you can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to look into the &lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form" target="_blank" rel="noopener"&gt;submit data endpoint&lt;/A&gt; of the HubSpot API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helps, mark it as a solution!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 19:37:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047201#M76987</guid>
      <dc:creator>MrJustinGivens</dc:creator>
      <dc:date>2024-09-27T19:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data into Hubspot</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047378#M76992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/162994"&gt;@RiveraDev&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are using Zapier and contacts already get successfuly recorded in HubSpot CRM, then there are couple of things to consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Properties do not get created automatically by the CRM, so if there are any form fields that do not align to any of the existing properties, a custom property needs to be created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Review property mapping. Zapier should allow you to map data points from your form to HubSpot properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Ensure that properties in HubSpot CRM can handle the values passed along from the form. This means making sure that any select/multi-select have the same options as the form - new options won't get automatically created in the property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not 100% that Zapier will allow property mapping for Kajabi, but would be surprised if doesn't. In that case you could try going the API route that&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/16592"&gt;@MrJustinGivens&lt;/a&gt;&amp;nbsp;suggested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you could also try placing a HubSpot tracking code on your website, which might automatically capture form submissions. However, you would need to create a lot of custom properties that match whatever HubSpot deems the property to be named, which can be seen on a form submission as a warning, like so:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evaldas_0-1727532443826.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/128070i9ECBB0663D6F75A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="evaldas_0-1727532443826.png" alt="evaldas_0-1727532443826.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 14:10:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Passing-data-into-Hubspot/m-p/1047378#M76992</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2024-09-28T14:10:40Z</dc:date>
    </item>
  </channel>
</rss>

