Hi
When a New Email Triggered by Outlook, I want to pass it to an external system by POST Document as eml attachment.
I am filtering only Replied Emails, So emails body html will be large, even tried python code to make it clean but warnings , signatures , images before splitted by FROM making it messyand lengthy.
The only way to make it cleaner would be convert that as eml or msg file of the email received.
may be forward as attachement as a new email that can trigger but not sure - if there is any code that can convert email to msg or eml, appreciate it ,
Currenlty not interested to use third party like other external tools to do. does Email by Zapier works as well??
Has anybody faced this scenario or use case.
Let me know