V3IncidentsCommunicationCardsCreateSlackChannelRequest
PreviousV3IncidentsCommunicationCardsCreateCommunicationCardRequestNextV3IncidentsCommunicationCardsUpdateCommunicationCardRequest
Last updated
Request body for creating a Slack channel in a communication card.
import { V3IncidentsCommunicationCardsCreateSlackChannelRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsCommunicationCardsCreateSlackChannelRequest = {
channelName: "<value>",
incidentId: "<id>",
};channelName
string
✔️
N/A
incidentId
string
✔️
N/A
Last updated