Hello:
I was wondering which would be the best way to retrieve the important information in the body of a message through the API.
Actually, I am retrieving all the messages from a conversation through the endPoint:
https://api2.frontapp.com/conversations/{cnv_id}/messages
Then, I get the text of the message through the property:
_results[x].text
But it gets to a point in the conversation where signatures and threads are included in the text property.
Is this related to the way email clients deal with the emails? Or is there a better way to retrieve this information from the API?
Thanks a lot for your time.
My best regards.
Juan.