Greetings, for my current project I wish to be able to fetch the email conversations that inside the Activity Section for the Hubspot deals. For this, I used the engagements API -
https://api.hubapi.com/engagements/v1/engagements/associated/deal/{dealID}/paged
After sending a request from Postman, I was greeted with a message under the metadata object -
“The content of this email has been redacted. To include it in the response, your app must require the sales-email-read scope.”
Following this I’ve enabled the said scope in the private app, and tried sending another request and still was unable to see the details for the email. Kindly provide a solution for this issue and/or if there are any other alternate ways for fetching the email transactions.
Thanks.