circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsSlackCreateIncidentChannel

Example Usage

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

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

Fields

Last updated