Files
Dokploy-ts-sdk/docs/models/operations/notificationtestslackconnectionrequest.md
2025-09-26 02:33:10 +00:00

646 B

NotificationTestSlackConnectionRequest

Example Usage

import { NotificationTestSlackConnectionRequest } from "dokploy/models/operations";

let value: NotificationTestSlackConnectionRequest = {
  webhookUrl: "https://exhausted-baseboard.org",
  channel: "<value>",
};

Fields

Field Type Required Description
webhookUrl string ✔️ N/A
channel string ✔️ N/A