Hi there!
I would like certain email (flagged with a specific keyword in their title) to trigger the opening of an application external to Outlook (a python script that automates a workflow). I need outlook to send the title of the email to my Python script as it is needed as an input.
My Python script would do some automation depending on the email title (the input) and would return a document that needs to be attached and send back to the sender.
I am fine with the Python script but I don’t know where to start with the VBA script. Is this possible? How would I do that?
Thanks!
Alexis