<?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: Conversations API Documentation in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1223642#M85487</link>
    <description>&lt;P&gt;&lt;SPAN&gt;To retrieve the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;threadAssociations.associatedTicketId section you need to do the GET thread with the following parameter:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"/conversations/&lt;/SPAN&gt;&lt;SPAN&gt;#{&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;conversations_api_version&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/conversations/threads/&lt;/SPAN&gt;&lt;SPAN&gt;#{&lt;/SPAN&gt;&lt;SPAN&gt;thread_id&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;?association=ticket"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;mind it's "association" and "ticket", in the singular form. I spent countless hours/days because I was using the plural form &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Nov 2025 18:26:52 GMT</pubDate>
    <dc:creator>hugo-at-ukio</dc:creator>
    <dc:date>2025-11-13T18:26:52Z</dc:date>
    <item>
      <title>Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1207676#M84747</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Hi everyone,I'm working with the HubSpot Conversations API v3 for custom channels and have two related questions:&lt;STRONG&gt;&lt;STRONG&gt;1. Setting a message subject&lt;BR /&gt;I'm creating incoming messages using:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;POST /conversations/v3/custom-channels/{channelId}/messages&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;DIV class=""&gt;My payload includes:&lt;UL class=""&gt;&lt;LI&gt;messageDirection: "INCOMING"&lt;/LI&gt;&lt;LI&gt;text: plain text content&lt;/LI&gt;&lt;LI&gt;richText: HTML formatted content&lt;/LI&gt;&lt;LI&gt;integrationThreadId,&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;channelAccountId,&lt;SPAN&gt;&amp;nbsp;senders, etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;However, there's&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;no&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;subject&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;parameter&lt;SPAN&gt;&amp;nbsp;available in this endpoint's payload. Yet when I look at the GET message endpoint documentation:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;GET /conversations/v3/custom-channels/{channelId}/messages/{messageId}&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;DIV class=""&gt;It shows that a&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;subject&lt;SPAN&gt;&amp;nbsp;field should be returned in the response.&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;How do I set the subject when creating a message via custom channels?&lt;/LI&gt;&lt;LI&gt;Does HubSpot auto-extract it from the message content?&lt;/LI&gt;&lt;LI&gt;Is there a different endpoint or method I should be using?&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;STRONG&gt;2. Retrieving the associated ticket ID&lt;BR /&gt;After creating a message, I need to get the ticket ID that was created/associated with it. I'm using:&lt;BR /&gt;c&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;GET /conversations/v3/conversations/threads/{threadId}&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;DIV class=""&gt;The docs show it should return&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;threadAssociations.associatedTicketId.&lt;BR /&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;Is the ticket auto-created when I POST a message, or do I need to create it separately?&lt;/LI&gt;&lt;LI&gt;Is there a delay before&lt;SPAN&gt;&amp;nbsp;associatedTicketId&lt;SPAN&gt;&amp;nbsp;becomes available?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Do I need special channel configuration for automatic ticket creation?&lt;DIV class=""&gt;Any guidance would be appreciated! Thanks!&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Oct 2025 04:10:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1207676#M84747</guid>
      <dc:creator>rginsberg549</dc:creator>
      <dc:date>2025-10-03T04:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1207863#M84756</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389279"&gt;@rginsberg549&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for posting to the Community!&lt;BR /&gt;&lt;BR /&gt;I understand that you’re seeking clarification on how to set a message subject when creating messages via the HubSpot Conversations API v3 for custom channels, as well as how to retrieve the associated ticket ID after message creation (and whether tickets are auto-created.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would like to tag in some of our Top Contributors to take a look here.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/151048"&gt;@hhawk&lt;/a&gt; &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/852299"&gt;@WesQ&lt;/a&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/241684"&gt;@ChrisoKlepke&lt;/a&gt; Do any of you have any suggestions for &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389279"&gt;@rginsberg549&lt;/a&gt;&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;Cassie, Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 15:18:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1207863#M84756</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-10-03T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1209117#M84802</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/389279"&gt;@rginsberg549&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The custom channel message endpoint doesn’t accept or process a subject field. That attribute is only supported when creating messages through thread-based endpoints, which are designed to represent ongoing conversations within HubSpot. The subject value you see in API responses applies only to those thread messages, not to messages posted directly via custom channels. HubSpot also doesn’t attempt to infer or auto-generate a subject from the message text or rich content. If your use case requires a subject line to appear in the conversation, you’ll need to post the message to a specific thread rather than to the channel endpoint.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To retrieve the associated ticket, request the thread data with the associations parameter set to ticket. The linked ticket ID will appear within the thread associations object once it exists. Whether a ticket is automatically created depends on your inbox configuration specifically, whether the “Automatically create tickets” option is turned on for that channel. If it isn’t, you’ll need to create and associate the ticket manually. Be aware that even when automatic creation is enabled, there can be a short propagation delay before the ticket ID becomes available in the response.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I hope this helps clarify the issue and provides the context you needed. If this solved your problem, please mark it as the accepted solution and give it an upvote — it’ll help others in the community who might face the same issue.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Oct 2025 08:42:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1209117#M84802</guid>
      <dc:creator>suprdense</dc:creator>
      <dc:date>2025-10-07T08:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1211805#M84917</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1.) My custom channel is connect to the "Help Desk" inbox which appears to be separate from "Inboxes".&amp;nbsp; The language "Any customer requests will be received as tickets in your help desk." makes me believe ticket creation happens automatically for any channel connected.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.24.39 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158542iF0F02CBBE1EB4040/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.24.39 AM.png" alt="Screenshot 2025-10-06 at 10.24.39 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; 2.)&amp;nbsp;&lt;SPAN&gt;I am only able to enable automatic ticket assignment in the channel configurations.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.25.25 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158543i73DE55C5D835C2DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.25.25 AM.png" alt="Screenshot 2025-10-06 at 10.25.25 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.)&amp;nbsp; &lt;SPAN&gt;This is what I see after creating a new "conversation"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.27.20 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158544i38DFC8004E74CC7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.27.20 AM.png" alt="Screenshot 2025-10-06 at 10.27.20 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.)&amp;nbsp; &lt;SPAN&gt;Even after waiting, longer than 5 minutes, the associatedTicketId is not being returned when making a GET request using the threadID.&amp;nbsp; Will provide details here shortly.&lt;/SPAN&gt;&lt;SPAN&gt;-GET Message -&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://api.hubapi.com/conversations/v3/custom-channels/1752326/messages/be93309cdb26085f852020f986a6137b" target="_blank" rel="noopener noreferrer"&gt;https://api.hubapi.com/conversations/v3/custom-channels/1752326/messages/be93309cdb26085f852020f986a6137b&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "id": "be93309cdb26085f852020f986a6137b",
    "conversationsThreadId": "9591826107",
    "createdAt": "2025-10-06T17:33:31.443Z",
    "updatedAt": "2025-10-06T17:33:31.589Z",
    "createdBy": "V-250020938462",
    "client": {
        "clientType": "SYSTEM"
    },
    "senders": [
        {
            "actorId": "V-250020938462",
            "name": "Jane Doe",
            "deliveryIdentifier": {
                "type": "HS_EMAIL_ADDRESS",
                "value": "jane.doe@example.com"
            }
        }
    ],
    "recipients": [
        {
            "name": "Support Team",
            "deliveryIdentifier": {
                "type": "HS_EMAIL_ADDRESS",
                "value": "support@getstreamline.com"
            }
        }
    ],
    "archived": false,
    "text": "I cannot access my account",
    "richText": "I cannot access my account",
    "attachments": [],
    "truncationStatus": "NOT_TRUNCATED",
    "status": {
        "statusType": "RECEIVED"
    },
    "direction": "INCOMING",
    "channelId": "1752326",
    "channelAccountId": "2054675314",
    "type": "MESSAGE"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Get Single Thread -&amp;nbsp;&lt;A class="" href="https://api.hubapi.com/conversations/v3/conversations/threads/9591826107" target="_blank" rel="noopener noreferrer"&gt;https://api.hubapi.com/conversations/v3/conversations/threads/9591826107&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "id": "9591826107",
    "createdAt": "2025-10-06T17:27:01.074Z",
    "status": "OPEN",
    "originalChannelId": "1752326",
    "originalChannelAccountId": "2054675314",
    "latestMessageTimestamp": "2025-10-06T17:33:31.443Z",
    "latestMessageReceivedTimestamp": "2025-10-06T17:33:31.443Z",
    "spam": false,
    "inboxId": "486271143",
    "associatedContactId": "250020938462",
    "archived": false
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;None of these responses are including the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;threadAssociations&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 20:40:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1211805#M84917</guid>
      <dc:creator>rginsberg549</dc:creator>
      <dc:date>2025-10-13T20:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1211911#M84920</link>
      <description>&lt;P&gt;&lt;SPAN&gt;My custom channel is connect to the "Help Desk" inbox which appears to be separate from "Inboxes".&amp;nbsp; The language "Any customer requests will be received as tickets in your help desk." makes me believe ticket creation happens automatically for any channel connected.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.24.39 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158581iF030F5BA2D08198E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.24.39 AM.png" alt="Screenshot 2025-10-06 at 10.24.39 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I am only able to enable automatic ticket assignment in the channel configurations.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.25.25 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158582i400DD325DD95AA13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.25.25 AM.png" alt="Screenshot 2025-10-06 at 10.25.25 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;SPAN&gt;This is what I see after creating a new "conversation"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-06 at 10.27.20 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158583iF2BD6BADDFFF08A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-10-06 at 10.27.20 AM.png" alt="Screenshot 2025-10-06 at 10.27.20 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;SPAN&gt;Even after waiting, longer than 5 minutes, the associatedTicketId is not being returned when making a GET request using the threadID.&amp;nbsp; Will provide details here shortly.&lt;/SPAN&gt;&lt;SPAN&gt;-GET Message -&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://api.hubapi.com/conversations/v3/custom-channels/1752326/messages/be93309cdb26085f852020f986a6137b" target="_blank" rel="noopener noreferrer"&gt;https://api.hubapi.com/conversations/v3/custom-channels/1752326/messages/be93309cdb26085f852020f986a6137b&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "id": "be93309cdb26085f852020f986a6137b",
    "conversationsThreadId": "9591826107",
    "createdAt": "2025-10-06T17:33:31.443Z",
    "updatedAt": "2025-10-06T17:33:31.589Z",
    "createdBy": "V-250020938462",
    "client": {
        "clientType": "SYSTEM"
    },
    "senders": [
        {
            "actorId": "V-250020938462",
            "name": "Jane Doe",
            "deliveryIdentifier": {
                "type": "HS_EMAIL_ADDRESS",
                "value": "jane.doe@example.com"
            }
        }
    ],
    "recipients": [
        {
            "name": "Support Team",
            "deliveryIdentifier": {
                "type": "HS_EMAIL_ADDRESS",
                "value": "support@getstreamline.com"
            }
        }
    ],
    "archived": false,
    "text": "I cannot access my account",
    "richText": "I cannot access my account",
    "attachments": [],
    "truncationStatus": "NOT_TRUNCATED",
    "status": {
        "statusType": "RECEIVED"
    },
    "direction": "INCOMING",
    "channelId": "1752326",
    "channelAccountId": "2054675314",
    "type": "MESSAGE"
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Get Single Thread -&amp;nbsp;&lt;A class="" href="https://api.hubapi.com/conversations/v3/conversations/threads/9591826107" target="_blank" rel="noopener noreferrer"&gt;https://api.hubapi.com/conversations/v3/conversations/threads/9591826107&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "id": "9591826107",
    "createdAt": "2025-10-06T17:27:01.074Z",
    "status": "OPEN",
    "originalChannelId": "1752326",
    "originalChannelAccountId": "2054675314",
    "latestMessageTimestamp": "2025-10-06T17:33:31.443Z",
    "latestMessageReceivedTimestamp": "2025-10-06T17:33:31.443Z",
    "spam": false,
    "inboxId": "486271143",
    "associatedContactId": "250020938462",
    "archived": false
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;None of these responses are including the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;threadAssociations&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/974506"&gt;@suprdense&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/407807"&gt;@chighsmith&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/151048"&gt;@hhawk&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/852299"&gt;@WesQ&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/241684"&gt;@ChrisoKlepke&lt;/a&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 03:56:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1211911#M84920</guid>
      <dc:creator>rginsberg549</dc:creator>
      <dc:date>2025-10-14T03:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1223642#M85487</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To retrieve the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;threadAssociations.associatedTicketId section you need to do the GET thread with the following parameter:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"/conversations/&lt;/SPAN&gt;&lt;SPAN&gt;#{&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;conversations_api_version&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/conversations/threads/&lt;/SPAN&gt;&lt;SPAN&gt;#{&lt;/SPAN&gt;&lt;SPAN&gt;thread_id&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;?association=ticket"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;mind it's "association" and "ticket", in the singular form. I spent countless hours/days because I was using the plural form &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Nov 2025 18:26:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1223642#M85487</guid>
      <dc:creator>hugo-at-ukio</dc:creator>
      <dc:date>2025-11-13T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conversations API Documentation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1223649#M85489</link>
      <description>&lt;P&gt;The true heroes in this community are the folks who take the time to come back and update posts. Thanks for being a real on &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/969979"&gt;@hugo-at-ukio&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt; — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 18:46:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Conversations-API-Documentation/m-p/1223649#M85489</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-11-13T18:46:42Z</dc:date>
    </item>
  </channel>
</rss>

