New in SymfonyInsight: Microsoft Teams analysis results notifications
September 8, 2020 • Published by Titouan Galopin
One of the main goal of SymfonyInsight is to help you maintain high quality in your project over long periods of time. To do so, integrating the information SymfonyInsight gives you in your processes is key.
SymfonyInsight already integrates natively with GitHub and Slack, and has the ability to be used in Bitbucket and GitLab as well using the SDK. You can even use a custom webhook to create a completely custom integration with any tool you would like.
Starting from today, you can also use Microsoft Teams natively on SymfonyInsight by using a few lines of configuration:
1 2 3 4 5 6 7 8 9
notifications:
- type: teams
# The Teams WebHook URL (see the documentation for more details)
url: https://outlook.office.com/webhook/XXXXXXXXXX@XXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXX
# On which event SymfonyInsight should post notifications
on_success: true # Notify when an analysis succeeded
on_failure: true # Notify when an analysis failed or errored
You can read the dedicated documentation to learn more about this new feature.
And as always, if you have any issue, feel free to contact us at the support!
Enjoy!
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.