79535833

Date: 2025-03-26 08:50:07
Score: 0.5
Natty:
Report link

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;

enter image description here

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:

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • User mentioned (1): @Skin
  • User mentioned (0): @KonTheCat
  • Starts with a question (0.5): Can an
  • High reputation (-2):
Posted by: RithwikBojja