<?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: Move Custom Objects from the Sandbox to Production in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/776250#M62734</link>
    <description>&lt;P&gt;Thanks for the pointing me in the right direction. We created the Objects in our sandbox using Postman with only a few properties and then added most of the properies directly in HubSpot.&lt;/P&gt;&lt;P&gt;I ended up pulling all the schema of the objects using the API, removed all the native HubSpot properties and created the new Object in our Production environment using my modified schema. It seemed to work well and didn't take too much time.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 16:55:30 GMT</pubDate>
    <dc:creator>NGermay</dc:creator>
    <dc:date>2023-03-30T16:55:30Z</dc:date>
    <item>
      <title>Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/771725#M62438</link>
      <description>&lt;P&gt;We built several complex custom objects in our Sandbox environment. We are getting ready to load data into our production environment and need to copy the custom objects. One option is to do it by hand within HubSpot, which will take a long time and is prone to errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a quick/easy way to export the Custom Objects and Properties we have added to the Contact Object from our sandbox to production environments? I found API requests to pull the data for the Custom Objects, but it doesn't look like I can use that export to directly import into the production environment.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 14:10:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/771725#M62438</guid>
      <dc:creator>NGermay</dc:creator>
      <dc:date>2023-03-21T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772486#M62481</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/540410"&gt;@NGermay&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out. Let's see if our community has any thoughts or approaches outside what you've already found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/239382"&gt;@KMurota&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/155264"&gt;@weiliang_lee&lt;/a&gt;&amp;nbsp;have you tackled this type of work before? Do you have any thoughts on approaches outside using the API to export the schema and records?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you! — Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 16:23:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772486#M62481</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-03-22T16:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772650#M62495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/540410"&gt;@NGermay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We start by creating the Objects in Postman because we work from Dev to Staging to Production. When we start in Postman we just tweak the Objects as we learn.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can pull the Objects using the API, then push them into another HubSpot Portal, you'll need to clean out everything except the bare minimum of properties to avoid clashes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And, I would set up a test portal to test your API work – you can't rename Objects if you make a mistake (you have to delete them and add them again).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 20:55:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772650#M62495</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2023-03-22T20:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772652#M62496</link>
      <description>&lt;P&gt;Thanks for sharing your expertise,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 20:57:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772652#M62496</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-03-22T20:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772800#M62503</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/540410"&gt;@NGermay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;suggests we can pull and create custom objects and their properties.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/crm-custom-objects" target="_blank" rel="noopener"&gt;Here is the reference to the api.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make.com is my go-to tool for such a complex flow but when I don't want to spend too much time on it.&lt;/P&gt;
&lt;P&gt;It replaced my 80〜90% of automation development from code to the platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps it is easier to use HTTP module and private token rather than the builtin hubspot module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the token on your sandbox to GET the objects and then one on the production to create them.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 06:33:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/772800#M62503</guid>
      <dc:creator>KMurota</dc:creator>
      <dc:date>2023-03-23T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/776250#M62734</link>
      <description>&lt;P&gt;Thanks for the pointing me in the right direction. We created the Objects in our sandbox using Postman with only a few properties and then added most of the properies directly in HubSpot.&lt;/P&gt;&lt;P&gt;I ended up pulling all the schema of the objects using the API, removed all the native HubSpot properties and created the new Object in our Production environment using my modified schema. It seemed to work well and didn't take too much time.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 16:55:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/776250#M62734</guid>
      <dc:creator>NGermay</dc:creator>
      <dc:date>2023-03-30T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/941396#M71798</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/540410"&gt;@NGermay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an app in the HubSpot App Marketplace called the&amp;nbsp;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/marketing/data-management/hubspot-to-hubspot-migration" target="_blank" rel="noopener"&gt;HubSpot to HubSpot Migrator&amp;nbsp;&lt;/A&gt;that should meet your needs.&lt;BR /&gt;&lt;BR /&gt;The app uses HubSpot APIs to automatically migrate CRM data from one HubSpot portal to another HubSpot portal. &lt;BR /&gt;&lt;BR /&gt;The app migrates your data with no field mapping required. There is no need to manually create properties.&lt;BR /&gt;&lt;BR /&gt;The following HubSpot data are migrated from one HubSpot portal into another:&lt;/P&gt;
&lt;P&gt;Contacts&lt;BR /&gt;Companies&lt;BR /&gt;Contact Lists&lt;BR /&gt;Company Properties&lt;BR /&gt;Contact Properties&lt;BR /&gt;Custom Properties for all Objects&lt;BR /&gt;Custom Objects&lt;BR /&gt;Deals&lt;BR /&gt;Deal Pipelines&lt;BR /&gt;Engagements (Meetings, Tasks, Notes, Calls, Emails)&lt;BR /&gt;Owners&lt;BR /&gt;Line Items/Products&lt;BR /&gt;Tickets&lt;BR /&gt;Files/Attachments&lt;BR /&gt;CRM Associations between all records&lt;BR /&gt;&lt;BR /&gt;The HubSpot to HubSpot Migrator is designed to update the data in the destination portal. This eliminates duplicate contacts and minimizes duplicate data.&lt;BR /&gt;&lt;BR /&gt;You can the Migrator app to move your custom objects from the sandbox account to production. In general the app can:&lt;/P&gt;
&lt;P&gt;- Move data from an existing HubSpot portal to a new one&lt;BR /&gt;- Combines two or more existing portals into one&lt;BR /&gt;- Consolidate multiple portals&lt;BR /&gt;- Migrate data into a developer portal for testing purposes&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:16:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/941396#M71798</guid>
      <dc:creator>johnelmer</dc:creator>
      <dc:date>2024-03-11T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Move Custom Objects from the Sandbox to Production</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/1179742#M83400</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/540410"&gt;@NGermay&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good news, there is now a public beta for this! You can find this under Settings &amp;gt; Product updates &amp;gt; All &amp;gt; New Standard Sandbox with improved production metadata &amp;amp; deploy to production supported assets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H3&gt;New Standard Sandbox with improved production metadata &amp;amp; deploy to production supported assets&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;What is it?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Standard Sandboxes&lt;/STRONG&gt; can be used to safely define your CRM data model and orchestrate business processes using automations. Common use cases include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Migrating to HubSpot from another CRM&lt;/LI&gt;
&lt;LI&gt;Setting up data flow logic as you build out your tech stack&lt;/LI&gt;
&lt;LI&gt;Testing business automations like workflows, forms, lists, automated emails, and CRM object definitions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In the new standard sandbox, you can now preview:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How your changes will work using an enhanced copy of supported production metadata&lt;/LI&gt;
&lt;LI&gt;Deploy supported assets back to production with our &lt;A href="https://knowledge.hubspot.com/account-management/deploy-sandbox-changes-to-production" target="_blank" rel="noopener noreferrer"&gt;new feature&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;How does it work?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;During public beta, you'll be able to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create an additional standard sandbox with enhanced metadata and the deploy-to-production feature&lt;/LI&gt;
&lt;LI&gt;Use your existing sandbox (labeled as "Legacy")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Legacy sandboxes cannot deploy changes&lt;/LI&gt;
&lt;LI&gt;Legacy sandbox will be sunset in 2025 (date TBD)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;Building a new Standard Sandbox&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;The following supported assets are copied by default:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Object properties, groups, logic, associations, pipelines (but not records)&lt;/LI&gt;
&lt;LI&gt;Lists based on property filters and marketing interactions&lt;/LI&gt;
&lt;LI&gt;Legacy forms' names and fields&lt;/LI&gt;
&lt;LI&gt;Automated email content&lt;/LI&gt;
&lt;LI&gt;Workflow triggers and actions (no enrolled records)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Users can also:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Do a one-time copy of 5K recently updated records (incl. up to 100 deals, tickets, companies)&lt;/LI&gt;
&lt;LI&gt;Manually import up to 200K records post-build&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;Deploy to Production feature&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Users can copy the following from sandbox to production:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CRM schema changes:
&lt;UL&gt;
&lt;LI&gt;Property details, types, rules&lt;/LI&gt;
&lt;LI&gt;Custom properties and groups&lt;/LI&gt;
&lt;LI&gt;Conditional logic, object associations and pipelines&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;New legacy forms (drag-and-drop forms coming soon)&lt;/LI&gt;
&lt;LI&gt;New lists&lt;/LI&gt;
&lt;LI&gt;New automated emails&lt;/LI&gt;
&lt;LI&gt;New workflows (updating fields, lead nurturing, orchestration)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;Deploy wizard&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Users will be able to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;View eligible changes and required dependencies&lt;/LI&gt;
&lt;LI&gt;See and resolve conflicts before deployment&lt;/LI&gt;
&lt;LI&gt;Note: confirmed deployments are final and cannot be reverted&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Who gets it?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Customers in the public beta for Standard Sandboxes gain access to the &lt;A href="https://knowledge.hubspot.com/account-management/deploy-sandbox-changes-to-production" target="_blank" rel="noopener noreferrer"&gt;deploy to production feature&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please note:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Legacy Standard Sandbox will be sunset in 2025 and replaced by the new Standard Sandbox (90-day notice will be provided in-app).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Available to:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Enterprise users of: Customer Platform, Content, Marketing, Ops, Sales, or Service hubs.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 04:06:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Move-Custom-Objects-from-the-Sandbox-to-Production/m-p/1179742#M83400</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-23T04:06:30Z</dc:date>
    </item>
  </channel>
</rss>

