2017-04-20 06:25:56 -04:00
# Microsoft Teams service
2017-04-04 11:10:21 -04:00
## On Microsoft Teams
2018-08-27 23:39:46 -04:00
To enable Microsoft Teams integration you must create an incoming webhook integration on Microsoft Teams by following the steps described in this [document ](https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook ).
2017-04-04 11:10:21 -04:00
## On GitLab
After you set up Microsoft Teams, it's time to set up GitLab.
Navigate to the [Integrations page ](project_services.md#accessing-the-project-services )
and select the **Microsoft Teams Notification** service to configure it.
There, you will see a checkbox with the following events that can be triggered:
- Push
- Issue
- Confidential issue
- Merge request
- Note
- Tag push
- Pipeline
- Wiki page
At the end fill in your Microsoft Teams details:
| Field | Description |
| ----- | ----------- |
2018-09-19 12:03:00 -04:00
| **Webhook** | The incoming webhook URL which you have to set up on Microsoft Teams. |
2017-04-04 11:10:21 -04:00
| **Notify only broken pipelines** | If you choose to enable the **Pipeline** event and you want to be only notified about failed pipelines. |
After you are all done, click **Save changes** for the changes to take effect.
2017-04-20 06:25:56 -04:00
![Microsoft Teams configuration ](img/microsoft_teams_configuration.png )