<?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: Upcoming breaking change: Conversations API, Help Desk, and Comments in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1260489#M1205</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/39"&gt;@Dadams&lt;/a&gt;&amp;nbsp;Does this mean that the threaded notes will be able to be exported via the API endpoint now/exposed to the API?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Notes have been missing some functionality here for organizations that use HubSpot in highly regulated industries.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2026 18:02:34 GMT</pubDate>
    <dc:creator>benedison</dc:creator>
    <dc:date>2026-03-19T18:02:34Z</dc:date>
    <item>
      <title>Upcoming breaking change: Conversations API, Help Desk, and Comments</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1260481#M1204</link>
      <description>&lt;P&gt;HubSpot is in the process of replacing thread comments in Help Desk with notes. This update makes the experience more consistent in HubSpot, using the same notes that users have already been creating on CRM records across more features and tools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To facilitate this change, we're making some changes to the Conversations API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;What's changing?&lt;/H3&gt;
&lt;P&gt;This update affects the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;POST /conversations/v3/conversations/threads/{threadId}/messages&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/public-message/post-conversations-v3-conversations-threads-threadId-messages" target="_blank"&gt;endpoint&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when used with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"type": "COMMENT"&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/guide#add-comments-to-threads" target="_blank"&gt;add comments to conversation threads&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For threads for a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/guide#channels" target="_blank"&gt;channel account&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;associated with an inbox with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;"type": "HELP_DESK"&lt;/CODE&gt;, this endpoint will begin returning an error when creating comments beginning on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;September 23,2026&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error will be a VALIDATION_ERROR with a message that publishing comments is prohibited:&lt;/P&gt;
&lt;DIV class="hs-embed-wrapper"&gt;
&lt;DIV class="hs-embed-content-wrapper"&gt;
&lt;SECTION class="code-block"&gt;
&lt;DIV class="code-block__tablist" role="tablist" aria-label="Code Example"&gt;&lt;BUTTON id="tab-0" role="tab" disabled="disabled" aria-selected="true" aria-controls="tabPanel-0"&gt;JSON&lt;/BUTTON&gt;&lt;/DIV&gt;
&lt;DIV class="code-snippet"&gt;
&lt;DIV class="code-toolbar"&gt;
&lt;PRE class="line-numbers  language-json" tabindex="0" data-line=""&gt;&lt;CODE&gt;{
    "status": "error",
    "message": "Publishing comments to HelpDesk threads is prohibited via this API. Please consider using the Notes API for inbox 1501388101",
    "correlationId": "1025cbcb-95f9-4deb-b252-c8caa3a47b45",
    "context": {
        "inboxId": [
            "1501388101"
        ]
    },
    "category": "VALIDATION_ERROR",
    "subCategory": "ConversationsApiError.HELPDESK_INBOX_CANNOT_PUBLISH"
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="toolbar"&gt;
&lt;DIV class="toolbar-item"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/SECTION&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;For these threads, you should move to using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-notes-v3/guide" target="_blank"&gt;notes&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead. Notes should be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-notes-v3/basic/post-crm-v3-objects-notes" target="_blank"&gt;created using the CRM Notes API&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-associations-v4/guide" target="_blank"&gt;associated with the ticket&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the associatedTicketId in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/public-thread/get-conversations-v3-conversations-threads-threadId" target="_blank"&gt;thread details&lt;/A&gt;. If your integration reads existing comments, you should instead begin getting the existing notes associated with the ticket.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For threads in a conversations inbox, there are no changes at this time, and integrations can continue to create comments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check for the error message included above to determine if you should create a note instead of the comment, otherwise you can determine if the thread is in a conversation inbox or help desk:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Check the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;originalChannelAccountId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/public-thread/get-conversations-v3-conversations-threads-threadId" target="_blank"&gt;thread details&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Get the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;inboxId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/public-channel-account/get-conversations-v3-conversations-channel-accounts-channelAccountId" target="_blank"&gt;channel account by its ID&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Check the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;type&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/conversations-conversations-v3/public-inbox/get-conversations-v3-conversations-inboxes-inboxId" target="_blank"&gt;inbox details&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Currently, the update from using comments to using notes in Help Desk is in public beta for HubSpot users. After updating your integration to use notes, you should also send&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://app.hubspot.com/l/product-updates/?rollout=206893&amp;amp;uuid=13e0843c-ef28-42fd-b730-958e481f781d" target="_blank"&gt;this product update link&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to your integration users to make sure they can see the notes created by your integration. Users that are not opted into the public beta will see the notes when this feature is released to all users in the near future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;When is this happening?&lt;/H3&gt;
&lt;P&gt;Integrations will begin receiving an error when creating comments on help desk threads beginning on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;September 23, 2026&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Comments will continue to be visible to HubSpot users in Help Desk during this migration, and will continue to appear in Help Desk after the migration to notes is complete, though existing comments will not be migrated to notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details about Help Desk replacing comments with notes, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://app.hubspot.com/l/product-updates/?rollout=206893&amp;amp;uuid=13e0843c-ef28-42fd-b730-958e481f781d" target="_blank"&gt;this product update&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let us know if you have any questions by replying below.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 17:35:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1260481#M1204</guid>
      <dc:creator>Dadams</dc:creator>
      <dc:date>2026-03-19T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upcoming breaking change: Conversations API, Help Desk, and Comments</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1260489#M1205</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/39"&gt;@Dadams&lt;/a&gt;&amp;nbsp;Does this mean that the threaded notes will be able to be exported via the API endpoint now/exposed to the API?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Notes have been missing some functionality here for organizations that use HubSpot in highly regulated industries.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 18:02:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1260489#M1205</guid>
      <dc:creator>benedison</dc:creator>
      <dc:date>2026-03-19T18:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Upcoming breaking change: Conversations API, Help Desk, and Comments</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1261717#M1209</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/39"&gt;@Dadams&lt;/a&gt;&amp;nbsp;Just pinging here again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 14:11:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Upcoming-breaking-change-Conversations-API-Help-Desk-and/m-p/1261717#M1209</guid>
      <dc:creator>benedison</dc:creator>
      <dc:date>2026-03-24T14:11:40Z</dc:date>
    </item>
  </channel>
</rss>

