'How to send custom Email in Azure Data Factory using Azure Function and Web activity
I want to use Azure function app and create a function to send the custom Email using Outlook. Then using this function url, post the Email subject, Body, sender list using Azure Data Factory Web activity so that during any failed/success criteria I can send the corresponding Email from the Azure Data Factory. Note that I want to do this through function apps only and not through the Logic Apps. I know the Logic apps is the standard way but I want to do it through the Azure Functions.
Solution 1:[1]
You can use SendGrid bindings. Here is the code example. To make this code work, you need to sign up, create apikey, create a sender and verify your identity here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Steve Zhao |
