I accessed infusionsoft emails sent to a contact via the API but I cant email body is encrypted? How can I get to view the email body of emails sent to a contact? NB* I can access the other fields like email subject, sender email etc without any problems. Its only the email body that I cant view
The body of the email in not encrypted. The body is encoded with base64.
You will want to take the “html_content” and decoded it in order to get the HTML code for the email body.
– Dillan
Thank you Dillan. I took “html_content” and decoded it