Can an Azure Function Be Triggered By Email Being Received In A Specific Inbox
Thanks @Skin and @KonTheCat that, Azure Functions cannot directly trigger email, but the best alternative approach would be Azure Logic Apps as below;
Or you can also use HTTP, to get the response and then send the email, or you can also call the logic app from function as this would be the last step of function app and for that Logic app trigger would be: