Description | This document demonstrates how to send alert notifications to a Microsoft channel with the automation action type 'Microsoft Teams Notification'. |
Scope |
FortiOS. |
Solution |
The configuration consists of two components:
To add the Incoming Webhook connector in a Microsoft Teams channel:
On the FortiGate side:
Configuring a Webhook Automation Stitch on the FortiGate:
config system automation-action edit "TEAMS_ACTION" set description '' set action-type microsoft-teams-notification set minimum-interval 0 set message-type text set message "%%log%%" set uri "URL from Teams that was saved earlier " next end
config system automation-stitch edit "TEAMS" set trigger "Configuration Change" config actions edit 1 set action "TEAMS_ACTION" set required enable next end next end
The following is an example of the output produced by the above FortiGate Automation Stitch in Microsoft Teams:
|