Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3IncidentsCommunicationCardsCreateSlackChannelRequest

Request body for creating a Slack channel in a communication card.

Example Usage

import { V3IncidentsCommunicationCardsCreateSlackChannelRequest } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsCommunicationCardsCreateSlackChannelRequest = {
  channelName: "<value>",
  incidentId: "<id>",
};

Fields

Field
Type
Required
Description

channelName

string

✔️

N/A

incidentId

string

✔️

N/A

Last updated