Threads
Retrieve the available Threads in a Conversation in HubSpot.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | False | True |
The unique Id of the thread. | |
| CreatedAt | Datetime | False |
Time the thread was created. | ||
| ClosedAt | Datetime | False |
Time the thread was closed. | ||
| Status | String | False |
The thread's status: open or closed. | ||
| LatestMessageTimestamp | Datetime | False |
The time that the latest message was sent or received on the thread. | ||
| LatestMessageSentTimestamp | Datetime | False |
The time that the latest message was sent on the thread. | ||
| LatestMessageReceivedTimestamp | Datetime | False |
The time that the latest message was received on the thread. | ||
| AssignedTo | String | False |
The Id of an actor/participant in a conversation. | ||
| Spam | Bool | False |
Whether the thread is marked as spam. | ||
| InboxId | String | False |
The Id of the conversations' inbox containing the thread. | ||
| AssociatedContactId | String | False |
The Id of teh assoicated Contact in the CRM. | ||
| Archived | Bool | False |
Whether the thread is archived. |