curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/threads/{threadId}/messages/{messageId}/original-content \
--header 'Authorization: Bearer <token>'{
"richText": "<string>",
"text": "<string>"
}Returns the complete original text and rich text bodies of a message. This will be different from the text and rich text in the message itself if the message’s truncationStatus is anything other than NOT_TRUNCATED.
curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/threads/{threadId}/messages/{messageId}/original-content \
--header 'Authorization: Bearer <token>'{
"richText": "<string>",
"text": "<string>"
}Supported products
Required Scopes
Was this page helpful?