Retrieve list of emails

Hi there,

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.

I really appreciate any help you can provide.

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.

Hi, Tom!
could you clarify, by the read scope you mean “sales-email-read”, right?

If you’re looking to read any information on sales emails then yes!