Create Microsoft Teams Group Chat

Organize your incident communication using Microsoft Teams group chats. Using our Runbook Step, you can automatically create a new Teams group chat, based on any conditions you have set.. This feature offers key advantages over traditional Teams channels by providing greater flexibility in managing incident participants. Group chats allow you to quickly add or remove team members as the incident evolves, streamlining your response process. If your organization needs faster collaboration setup, wants to reduce channel clutter, or requires dynamic participant management, group chats are an excellent alternative.

Configuring the step

"Create Microsoft Teams incident channel" step

"Create Microsoft Teams incident group chat" step

This step comes with the following configurable fields:

  • Name - A configurable name for the step. This shows up in the Runbook details tab for each incident and has no impact on actual execution
  • Group chat name format - The name/format for the group chat being created. It supports Template Variables and Markdown

Group chat naming conventions

Some examples of group chat naming conventions our customers use:

  • incident-{{ number }} will, for example, become incident-42. This is the default
  • -inc-{{ date }} will become -inc-2019-10-22
  • {{ incident.severity }}-incident-{{ name }}-{{ date }} will become sev1-incident-bobbys-big-spill-2019-10-22
  • -inc-{{ date | replace: '-', '' }} will become -inc-20191022