Microsoft Teams Notification

Use the Microsoft Teams Notification plugin to send notifications about failed or successful chain runs to a channel in Microsoft Teams. When a chain fails, the Teams notification can include a summary of test results.

To configure the Microsoft Teams Notification step:

  1. Add the Microsoft Teams Notification step to a chain, as described in Create chains.

  2. Enter the plugin configuration details:

    Field Description
    Title Enter a name for the plugin step or accept the default name.
    Microsoft Teams WebHook URL

    Provide the webhook URL for the Microsoft Teams channel to which you want to send notifications.

    To obtain the URL, in Microsoft Teams, create an incoming webhook for the relevant Teams channel. For details, see the Microsoft documentation.

    Locale / Language Select the language of notifications. By default, PulseUno uses the language defined in your system settings.
    Include a summary of any test results

    By default, if the chain run fails, a unit test summary with the link to the chain run page is included in the notification.

    Clear this option if you don't want notifications to include test results.

    Control options

    (Optional) Define the control options for the plugin step:

    • Enable step. By default, the step is enabled to run. Clear this option if you need to deactivate the step.

      Disabled steps are skipped when the chain runs.

    • Fail the step. Specify the conditions for failing the step, such as unit test failures, findings criteria, and/or console log entries.

    • Mark step as unstable. Specify the conditions for making the step unstable, such as unit test failures, findings criteria, and/or console log entries.

    Output variables (Optional) Specify the output variables to be passed to other steps down the chain. For details, see Publish output variables.

Back to top

See also: