mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
19 lines
646 B
Markdown
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 | |