---
title: slack
---

Commands for Slack integrations.

## send_message

Send a message to Slack

**Usage:**

```bash
dart run impaktfull_cli slack send_message [options]
```

| Option | Description | Required | Default | Allowed |
|---|---|---|---|---|
| `--message` | The message to send to Slack | Yes |  |  |
| `--channelName` | The channel to send the message to (if empty `SLACK_SEND_MESSAGE_CHANNEL` env variable should be set) | No |  |  |

