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
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
[]components.V3ExtensionsMSTeamsSquadCastServiceMapping
An array of specific services to route to this channel. Used when 'is_all_services' is false.
MsteamsChannelID
The unique identifier of the target channel in MS Teams.
MsteamsChannelName
The display name of the target channel in MS Teams.
Last updated 4 days ago