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:
- Create a Teams channel on which you want to receive data.
- Go to the channel parameters (…) to add a new Workflows
- Select Post to a chat when a webhook request is received workflow
- Finish configuring the Workflow
- Click on Add workflow. Then copy the URL given to you
For more information and details 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:
- Create a new integration by clicking on + Add
- Select one of the “Microsoft Teams” integration templates as an example
- 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.