<?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: July 2025 Rollup in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1236435#M1165</link>
    <description>&lt;P&gt;I see the July 2025 HubSpot updates. I updated my CLI to v7.5.4 to use the new HubDB list command, improved auth flow, and --force flag for deployments. I also now create multi-select User properties via the API to let multiple team members own a single record. The Sequences API access is expanded for Sales Enterprise and Professional roles.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Dec 2025 07:11:25 GMT</pubDate>
    <dc:creator>zoi</dc:creator>
    <dc:date>2025-12-23T07:11:25Z</dc:date>
    <item>
      <title>July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1183629#M1092</link>
      <description>&lt;P&gt;July delivers improvements to the HubSpot CLI including new HubDB commands, deployment options with force flags and improved authentication flow plus changes to the public repository for CLI development. API capabilities expand with Sequences API access now available to Professional and Enterprise sales roles, in addition to a new multi-select User property feature that enables multiple team members to own individual records.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;&lt;STRONG&gt;Developer Updates for July 2025:&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;HubSpot CLI v7.5.4&lt;/H3&gt;
&lt;P&gt;A new minor version of the &lt;A href="https://developers.hubspot.com/docs/guides/cms/tools/hubspot-cli/cli-v7" target="_blank" rel="noopener"&gt;HubSpot CLI&lt;/A&gt; has been released including:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;A new&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;hs hubdb list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;command to list available tables in an account&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;An update to the authentication flow to skip opening the browser&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Supports a&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;--force&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;flag for project deployments.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;*&lt;SPAN&gt;This bypasses the warnings when deploys are blocked&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;An update to the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;hs feedback&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;destination&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;*&lt;SPAN&gt;This command will now direct you to the &lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/feedback" target="_blank" rel="noopener"&gt;HubSpot Developers&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;A href="https://developers.hubspot.com/feedback" target="_blank" rel="noopener"&gt;&amp;nbsp;feedback&amp;nbsp;form&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To update your CLI to the latest version, run&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;npm i -g &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63720"&gt;@hubspot&lt;/a&gt;/cli@latest&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;in your terminal.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;HubSpot CLI Repository Changes&lt;/H3&gt;
&lt;P&gt;The public GitHub repository will no longer be used as our main repository for the HubSpot CLI. Moving forward, HubSpot CLI development work will be completed in a private repo with periodic updates synced to the public repo. Please direct any CLI issues to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/feedback" target="_blank" rel="noopener"&gt;HubSpot Developers Feedback Form&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and tag your submission as a "CLI issue".&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Sequences API Access Expanded for Sales Enterprise and Sales Professional Roles&lt;/H3&gt;
&lt;P&gt;Users with Sales Enterprise or Sales Professional roles (including trial versions) can now use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;automation.sequences.enrollments.write&lt;/CODE&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;automation.sequences.read&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;scopes within the Sequences API. This expands the API access, improving security and workflow for sales teams by allowing more granular permission management without requiring super admin accounts.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Create Multi-Select HubSpot User Properties&lt;/H3&gt;
&lt;P&gt;You can now create HubSpot User properties that support multi-select, enabling you to assign multiple record owners to a single property. Previously, HubSpot User properties could only store a single user as a value, limiting your data model when multiple users needed ownership permissions on a record. Now, you can create multi-select User properties to address this. Users selected for these properties are treated as record owners and have the same edit permissions for the record as a single owner. This is particularly useful in scenarios where multiple team members need to manage a single record, such as a contact record owned by several sales team members.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can create a multi-select User property via API by sending a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;POST&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;request to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;/crm/v3/properties/{objectType}&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with a request body similar to the following:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;JSON&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;{&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "name": "user1",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "label": "user1",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "type": "enumeration",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "fieldType": "checkbox",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "description": "",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "groupName": "contactinformation",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "options": [],&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "referencedObjectType": "OWNER",&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "displayOrder": -1,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "calculated": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "externalOptions": true,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "archived": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "hasUniqueValue": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "hidden": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "modificationMetadata": {&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "archivable": true,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "readOnlyDefinition": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "readOnlyValue": false&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; },&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "formField": false,&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; "dataSensitivity": "non_sensitive"&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;EM&gt;&lt;SPAN&gt;*&lt;STRONG&gt;Please note&lt;/STRONG&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;Existing User properties cannot be configured to be multi-select. Once a User property is created, you cannot change it between multi-select and single-select. This change does not impact the default HubSpot owner property.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;Questions or comments?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Please leave them below.&lt;/P&gt;
&lt;DIV id="te-floating-button-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="te-floating-button-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="te-floating-button-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="te-floating-button-container"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jul 2025 18:36:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1183629#M1092</guid>
      <dc:creator>ashwebs</dc:creator>
      <dc:date>2025-07-31T18:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1189862#M1097</link>
      <description>&lt;P&gt;thank you for the update!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 12:31:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1189862#M1097</guid>
      <dc:creator>transjt</dc:creator>
      <dc:date>2025-08-18T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1195459#M1103</link>
      <description>&lt;P&gt;Thanks for this update&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 17:37:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1195459#M1103</guid>
      <dc:creator>JMajeed</dc:creator>
      <dc:date>2025-09-01T17:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1203081#M1111</link>
      <description>&lt;P&gt;Great to see the HubSpot CLI getting quality-of-life updates like the new --force flag and improved auth flow. The multi-select User property feature is a big win for teams managing shared records—finally some added flexibility! While it's not directly related, this reminds me of how user roles and permissions are handled in apps like&lt;A href="https://bit.ly/3Ivrixo" target="_blank" rel="noopener"&gt; &lt;STRONG&gt;Toca World APK&lt;/STRONG&gt;&lt;/A&gt;, where different characters (or users) can interact with the same environment in unique ways. Customization and control really do enhance the user experience across the board.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2025 05:55:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1203081#M1111</guid>
      <dc:creator>SRay6</dc:creator>
      <dc:date>2025-09-21T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1236435#M1165</link>
      <description>&lt;P&gt;I see the July 2025 HubSpot updates. I updated my CLI to v7.5.4 to use the new HubDB list command, improved auth flow, and --force flag for deployments. I also now create multi-select User properties via the API to let multiple team members own a single record. The Sequences API access is expanded for Sales Enterprise and Professional roles.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 07:11:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1236435#M1165</guid>
      <dc:creator>zoi</dc:creator>
      <dc:date>2025-12-23T07:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: July 2025 Rollup</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1237962#M1166</link>
      <description>&lt;P&gt;I notice the HubSpot changes from July 2025. In order to utilize the new HubDB list command, enhanced auth flow, and --force flag for deployments, I upgraded my CLI to version 7.5.4. Additionally, I now use the API to create multi-select User properties that allow several team members to own a single record. Sales Enterprise and Professional roles now have more access to the Sequences API.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jan 2026 16:04:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/July-2025-Rollup/m-p/1237962#M1166</guid>
      <dc:creator>thomas533</dc:creator>
      <dc:date>2026-01-01T16:04:02Z</dc:date>
    </item>
  </channel>
</rss>

