Get all email inbox by Contact person id

I have contact list, please guide me how to get all conversation of that contact which done via email.

Thanks in advance

Hi Priti,

If you have the Person ID, you can use this endpoint: GET/persons/{id}/mailMessages

Thank you David…:slight_smile:

1 Like

Thank you David…:slight_smile:

1 Like

How to download attachments of emails using api

Thanks in advance

We don’t have any endpoints for files specifically attached to emails, but you can use this for all files: GET/files