# NotificationTestSlackConnectionRequest ## Example Usage ```typescript import { NotificationTestSlackConnectionRequest } from "dokploy/models/operations"; let value: NotificationTestSlackConnectionRequest = { webhookUrl: "https://exhausted-baseboard.org", channel: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `webhookUrl` | *string* | :heavy_check_mark: | N/A | | `channel` | *string* | :heavy_check_mark: | N/A |