Microsoft Teams

This output is used to write a notification/chat message to Microsoft Teams via a Webhook.

ParameterDefaultMeaning
urlThe Microsoft Teams webhook
timezoneUTCThe timezone to send all dates/times in
content%MThe text content of the message, including event substitutions
messageoptionalThe full JSON sent to the server. Note that this overrides the value of 'content'.

Example

[
   {
       "method": "teams_webhook",
       "url": "<Teams Webhook URL>",
       "content": "%M From Main System"
   }
]

The above example would send a Teams notification to a specific group..

Other Modules

Return to the list of output modules.