I am wondering if it's possible to run a job automatically in SQL Server when an email with specific subject is received on Outlook, so that I don't need to go through all my mails everyday and run the job manually.
I have googled this topic but most of articles were about sending an email from SQL Server when the job is finished for example.
Has anyone done this before and can guide me, please? If there is a way to do this.
Thank you.