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

19 lines
646 B
Markdown

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