Marketplace
Channelsmessagingoff by default

WhatsApp

Connect the agent to WhatsApp over Baileys — text, images, and stickers.

A WhatsApp channel plugin built on Baileys. Pairing is done by scanning a QR code on first run; auth state is persisted locally.

Supports inbound images, JID-based whitelisting, and the sticker tools (Learn / Send / Unlearn Sticker). Disabled by default — enable it from the dashboard, then pair.

Download from Koris

Run this from the koris repository root:

pnpm hub:pull whatsapp

Trusted senders can also download it from chat:

/channels download whatsapp

If the plugin is already installed, add --force to overwrite it.

Downloaded files go to plugins/channels/whatsapp/

Channels are downloaded as bundled artifacts from the channels-latest release.

Setup & Configuration Guidance

  • Connect your agent to WhatsApp via Baileys with QR code pairing. Click Download to install from Koris Hub.
  • WhatsApp channel is installed locally. Click Activate above to enable it and pair your device.
  • WhatsApp pairing uses a QR code. Check the server's terminal output for a QR code to scan with WhatsApp on your phone.
  • Reply to senders not on the whitelist, as untrusted (no tools or learned skills).

Configuration Fields

NameTypeRequiredDescription
whitelisttextWhitelist (comma-separated numbers)
allow_unlisted_sendersbooleanReply to senders not on the whitelist, as untrusted (no tools or learned skills).
View sourceImprove this entry