V3ExtensionsMSTeamsCreateOrUpdateMSTeamsConfigRequest
The request body for creating or updating an MS Teams extension configuration.
Fields
CustomIncidentAlertState
➖
A user-friendly way to configure which incident action alerts are active. This is translated by the backend into the 'triggers.custom' array.
ID
*string
➖
The MongoDB ObjectID of the extension document. Should be included for updates.
OrganizationID
*string
➖
The MongoDB ObjectID of the organization this extension belongs to.
DefaultConversationName
string
✔️
The display name for the default conversation/channel.
DefaultConversationID
string
✔️
The unique identifier for the default MS Teams conversation/channel.
IsActive
bool
✔️
A master switch to enable or disable the entire integration.
IsDefaultActive
bool
✔️
Determines if notifications should be sent to the default channel.
IsCustomChannelsActive
bool
✔️
Determines if notifications should be sent to custom-configured channels.
Triggers
✔️
Configuration for which alerts are sent to the MS Teams channel.
TenantID
string
✔️
The Azure AD Tenant ID of the organization that owns this extension.
FromID
string
✔️
The Azure AD Object ID of the user who created this extension.
ConnectedTeams
✔️
A list of all MS Teams (teams) connected to this organization.
Last updated