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.

¿What is a service hook?

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.

¿How to create a service hook?

On Azure DevOps project settings, go to service hooks on the sidebar menu:

Service Hooks menu option

Then, click the add button in the service hooks to create a new one:

Add button

Choose the service which going to be integrated and press next:

Service List window

After clicking next, a subscription window will show up, select an event and necessary filters to specify the trigger activation:

Trigger definition

To finish, add the webhook URL from the service selected, the webhook URL is generated on the app that will receive the notification.

App webhook URL

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.

Last updated

Was this helpful?