MakersFuel

Employee Channels

Channels are how your AI employee communicates with users. MakerClaw supports multiple chat platforms through a unified gateway system, allowing your employee to be available wherever your users are.


Overview of available communication channels

How Channels Work

All webhook-based channels share a single gateway, eliminating per-channel port configuration complexity. Your employee can connect to multiple platforms simultaneously while maintaining conversation context.

Key Concepts

ConceptDescription
GatewayUnified HTTP server handling all webhook traffic
Bot TokenAuthentication credential for each platform
Allow ListApproved user IDs who can interact with your employee
CommandsAuto-registered at startup; menus sync automatically

Supported Platforms

Recommended for Beginners

PlatformSetup TimeNotes
Telegram~5 minEasiest setup, recommended starting point

Standard Platforms

PlatformSetup TimeNotes
Discord~15 minRequires Message Content Intent
Slack~15 minDual-token setup (bot + app)
WhatsApp~10 minQR code scanning or bridge URL
Email~20 minSMTP configuration required

Advanced Platforms

PlatformSetup TimeNotes
Matrix~20 minHomeserver details and access token
LINE~25 minWebhook URL and token configuration
DingTalk~20 minAppID and AppSecret credentials
WeCom~25 minToken + AES encryption key
Feishu~25 minWebSocket/SDK mode (separate from HTTP gateway)
QQ~20 minAppID and AppSecret

Quick Start: Telegram

Telegram is the easiest way to get started. Here's the quickest path to a working employee:

  1. Create a bot — Message @BotFather and send /newbot
  2. Copy your token — Save the token BotFather gives you
  3. Get your user ID — Message @userinfobot and copy your ID
  4. Configure in MakersFuel — Add token and user ID to your employee's Telegram channel
  5. Start chatting — Find your bot on Telegram and send a message!

For detailed instructions, see Telegram Setup Guide.

Multi-Channel Setup

Your employee can use multiple channels simultaneously.


Employee with multiple channels enabled

Benefits

BenefitDescription
ReachMeet users on their preferred platform
FlexibilityDifferent channels for different use cases
RedundancyBackup if one channel has issues

Important Notes

  • Each channel requires a unique bot token — you cannot share tokens between employees
  • Your employee maintains context across all channels
  • Skills and tools apply to all connected channels
  • Disable unused channels to reduce resource usage

Channel Status

Monitor your channel connections in the employee dashboard.


Channel connection status indicators

StatusMeaning
🟢 ConnectedChannel is active and responding
🟡 ConnectingChannel is being set up
🔴 ErrorConnection failed — check configuration
DisabledChannel is turned off

Comparison

FeatureTelegramDiscordSlackWhatsAppEmail
Setup DifficultyEasyMediumMediumMediumMedium
Real-timeYesYesYesYesPeriodic
File SharingYesYesYesYesYes
Group SupportYesYesYesYesNo
CommandsYesSlashSlashNoNo
Rich FormattingMarkdownMarkdownMarkdownLimitedHTML

Troubleshooting

Common Issues

IssueSolution
"Bot token already in use"Each employee needs unique tokens
"Bot not responding"Verify token, check employee is Running
"Connection error"Check platform-specific requirements
"Messages not delivered"Verify bot permissions and channel access

Getting Help

  1. Check the platform-specific setup guide
  2. Verify all required credentials are correct
  3. Restart your employee after configuration changes
  4. Contact support if issues persist

Setup Guides

Next Steps

What did you think of this content?