Hello Community,
I am currently working on a project to automate an email inbox. For one of the accounts, I need to “simply” save the content of an email along with its attachment in .eml format in Google Drive, all within the same folder.
I’ve tried different scenarios, and the most promising one is Watch Emails > Iterate Attachments > Upload a File. Using this process, I can easily retrieve the attachment and convert it to .eml format during the upload. However, I am unable to include the email content (i.e., the date, subject, text and HTML content, sender’s address… essentially the standard components of an email).
Does anyone know how to include both the email content and the attachment in a single .eml file?
I am using an IMAP email address and do not have a subscription to third-party services.
Have a great day, and thank you in advance!