---
title: "Comandos Channel"
url: "https://openclaw.ia.br/comandos/channel/"
markdown_url: "https://openclaw.ia.br/comandos/channel.MD"
description: "Gerenciamento de canais de mensagem."
date: ""
author: ""
---

# Comandos Channel

Gerenciamento de canais de mensagem.


# Comandos Channel

Gerencie conexões com WhatsApp, Telegram, etc.

## Adicionar Canal

```bash
# WhatsApp
openclaw channel add whatsapp

# Telegram
openclaw channel add telegram --token BOT_TOKEN

# Discord
openclaw channel add discord --token BOT_TOKEN

# Slack
openclaw channel add slack
```

## Listar Canais

```bash
openclaw channel list
```

## Status

```bash
openclaw channel status
openclaw channel status whatsapp
```

## Reconectar

```bash
# Reconectar específico
openclaw channel reconnect whatsapp

# Reconectar todos
openclaw channel reconnect --all
```

## Remover

```bash
openclaw channel remove whatsapp
```

## Configuração

```bash
# Ver config do canal
openclaw channel config whatsapp

# Editar
openclaw channel config whatsapp --edit
```
