V3ExtensionsMSTeamsChannelConfiguration
Last updated
Defines a mapping from a Squadcast Team/Service to a specific MS Teams channel.
ID
*string
➖
The MongoDB ObjectID for this specific channel configuration entry.
SquadcastTeamID
string
✔️
The MongoDB ObjectID of the corresponding team in Squadcast.
SquadcastTeamName
string
✔️
The name of the corresponding team in Squadcast.
IsAllServices
bool
✔️
If true, alerts for all services in the Squadcast Team are sent to this channel.
Services
✔️
An array of specific services to route to this channel. Used when 'is_all_services' is false.
MsteamsChannelID
string
✔️
The unique identifier of the target channel in MS Teams.
MsteamsChannelName
string
✔️
The display name of the target channel in MS Teams.
Last updated