Microsoft Teams integration

It is possible to send Cyberwatch data to a Microsoft Teams channel using Integrations.

Connector creation

To receive Cyberwatch data on a Teams channel, you need:

  1. Create a Teams channel on which you want to receive data.
  2. Go to the channel parameters to add a connector.
  3. Select the incoming webhook connector.
  4. Return to the connector to configure it.
  5. Click on Create. Then copy the URL given to you.

For more information on configuring this webhook, please refer to the Microsoft documentation.

Configuration on Cyberwatch

For the configuration of the integration on Cyberwatch, go to Integration. Afterward, you will need to:

  1. Create a new integration by clicking on + Add
  2. Select one of the integration templates created beforehand as an example.
  3. Then add the URL you copied earlier into the URL of the request box.

Choosing an integration template will automatically fill in the other fields in the form. However, if you prefer, you can create your own integrations and send the data you want. These templates are provided as examples.

If you decide to create your own integrations, please include at least the header accepted by Microsoft Teams:

{
  "content-type": "Application/JSON"
}

For more information about integration, please refer to our documentation.


Back to top