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

V3WorkflowsSlackCreateIncidentChannel

Example Usage

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

let value: V3WorkflowsSlackCreateIncidentChannel = {
  name: "slack_create_incident_channel",
  data: {
    autoName: true,
  },
};

Fields

Field
Type
Required
Description

name

✔️

N/A

data

✔️

N/A

Last updated