I need to retrieve engagement using API. Mostly all engagements require a granular scope `crm.objects.contacts.read`, but email endpoint requires an additional `sales-email-read` scope.
Is it required if I need only the date of email creation? I don’t need email data; I need only the fact that an email message exists.
Or there is another endpoint to get emails without granting `sales-email-read` scope and retrieving email data.
Hey @AndreyK2478 you’d need the read scope to see the email exists at all, even just a review of the details of the email (such as create date) It would still require a read scope. Without the read scope you wouldn’t see any information on the sales email or even that it exists.