> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# iCommerce Messaging Orchestrator

> Run multiple channels (WhatsApp, Slack, Telegram, etc.) together.

# iCommerce Messaging Orchestrator

The multi-channel orchestrator lets you run several messaging gateways from one configuration.

## Entry Point

* CLI: `stateset-channels`
* Source: `stateset-icommerce/cli/bin/stateset-channels.js`

## How It Works

1. Load channel configuration from a YAML file.
2. Start each channel gateway with shared middleware.
3. Route messages into the same agent/session layer.

## Example Config

See `stateset-icommerce/cli/examples/channels.yaml` for a full config example.

## Supported Channels

* WhatsApp
* Telegram
* Slack
* Discord
* Signal
* Google Chat

## Related Documentation

* [WhatsApp Integration](/stateset-icommerce-whatsapp-integration)
* [Messaging Channels with iCommerce](/stateset-icommerce-messaging-channels)
