haops_create_channel
Creates a new channel in a HAOps project using project slug and name, with optional description, type, and verbose response.
Instructions
Create a new channel in a HAOps project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Channel name | |
| type | No | Channel type (optional, default: custom) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| description | No | Channel description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) |