0
votes

I need help on how do I send Azure Data Factory(ADF) Start, Success or Failure notification within ADF using Web activity.

I searched a lot but found articles relates to sending email notifications through ADF, but no article found which talks about sending these Start, Success or Failure notification to MS-Teams channel.

NOTE : I already have created MS-Teams channel and I have links associated with this channel.

1

1 Answers

1
votes

Could you please take a look at Webhooks and Connectors?. Connectors allow you to post the notifications from an external service to the Teams channel. You can build your own connector by following this guide.