Subscribers can sign up to receive status notifications in their own Microsoft Teams channels.

Multiple subscriptions can be created to receive notifications in multiple Microsoft Teams channels.

Each subscriber can granularly choose which components to receive notifications for.

Subscriptions can be created directly from your status page

Create a webhook for a Teams channel

Official instructions from Microsoft: Adding an incoming webhook to a Teams channel

  1. Right-click a channel and select Workflows.
  2. Enter webhook in the search field and select Post to a channel when a webhook request is received.
  3. Name the workflow.
  4. Select the Team and Channel to receive notifications.
  5. Click Add workflow.
  6. Copy the webhook address.
  7. Subscribe to updates on the status page using the webhook address.

Customize Microsoft Teams Settings

Configure your Microsoft Teams settings in the Dashboard from the Notifications/MS Teams tab.

Customize Microsoft Teams Notifications With Variables

Insert variables in notification templates by wrapping them with *| and |*

Example: *|INCIDENTTITLE|*

Maintenance and incident notifications each have their own set of available variables.

Incident

  • STATUSPAGENAME
  • STATUSPAGEURL
  • INCIDENTTITLE
  • INCIDENTURL
  • AFFECTEDCOMPONENTS (Warning: Could be very long)
  • AFFECTEDCONTAINERS (Warning: Could be very long)
  • TODAYSDATE (Example: 10/30/2015)
  • CURRENTSTATUS
  • CURRENTSTATE
  • PREVIOUSSTATUS
  • PREVIOUSSTATE
  • INCIDENTMESSAGE
  • TIMESTART
  • TIMERESOLVE

Maintenance

  • STATUSPAGENAME
  • STATUSPAGEURL
  • MAINTENANCETITLE
  • MAINTENANCEURL
  • AFFECTEDCOMPONENTS (Warning: Could be very long)
  • AFFECTEDCONTAINERS (Warning: Could be very long)
  • MAINTENANCEMESSAGE
  • TIMESTART
  • TIMEEND

Default Message Templates

The default message templates for Microsoft Teams notifications

Incident:

[*|STATUSPAGENAME|*]: [*|CURRENTSTATE|*] *|INCIDENTTITLE|* – *|INCIDENTMESSAGE|* (*|STATUSPAGEURL|*)

Maintenance:

[*|STATUSPAGENAME|*]: [Maintenance] *|MAINTENANCETITLE|* – *|MAINTENANCEMESSAGE|* (*|STATUSPAGEURL|*)