How to get email body using Zoho CRM API or Node JS SDK
Hi Team,
I'm building custom zoho crm widget using Node JS SDK. In that application I want to show contact related emails including the email body. I'm using get related records to get contact related emails, but it only contain the message id, subject and other system fields and not the email body itself. Outlook server is used as the email client. Is there a way to retrieve the email connect using message id? or do I have to directly connect with the outlook server ? Please advise