Service Hooks for Azure DevOps Notifications
In this page we can found information of the service hooks usage to send notifications from Azure DevOps to Slack, Teams or mail.
Last updated
In this page we can found information of the service hooks usage to send notifications from Azure DevOps to Slack, Teams or mail.
Last updated
A service hook is a trigger that allows one to execute a specific task when an event happens on a project.
More information can be found in Integrate with Service Hooks article.
On Azure DevOps project settings, go to service hooks on the sidebar menu:
Then, click the add button in the service hooks to create a new one:
Choose the service which going to be integrated and press next:
After clicking next, a subscription window will show up, select an event and necessary filters to specify the trigger activation:
To finish, add the webhook URL from the service selected, the webhook URL is generated on the app that will receive the notification.
For more information about service hooks, visit WebHooks with Azure DevOps and Create a service hook article.
Note: The events which can be used in the definition of the trigger can be found here.