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>"
}Devuelve el texto original completo y los cuerpos de texto enriquecido de un mensaje. Será diferente del texto y del texto enriquecido del propio mensaje si el truncationStatus del mensaje es distinto de 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>"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes