circle-info
Squadcast is now SolarWinds Incident Response

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