c
cortex-plugin-whatsapp-telegram
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
communicationcortex-plugindevelopmentesmmessagingnotifications
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-whatsapp-telegramConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
communicationcortex-plugindevelopmentesmmessagingnotifications
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
WhatsApp/Telegram Bridge
Lightweight messaging bridge for quick queries and notifications across WhatsApp and Telegram.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-whatsapp-telegram
Tools
whatsapp_send
Send a WhatsApp message.
to(string, required) — Recipient phone numbermessage(string, required) — Message content
telegram_send
Send a Telegram message.
chat_id(string, required) — Telegram chat IDmessage(string, required) — Message contentparse_mode(enum: HTML, Markdown, text, default: text) — Parse mode
telegram_read
Read recent Telegram messages.
chat_id(string, required) — Telegram chat IDlimit(number, default: 20) — Maximum messages
bridge_send_alert
Send alert to all configured platforms.
message(string, required) — Alert messagepriority(enum: info, warning, critical, required) — Alert priorityplatforms(string, optional) — Comma-separated: whatsapp,telegram
bridge_status
Check bridge configuration status. No parameters.
bridge_set_webhook
Configure webhook for Telegram.
url(string, required) — Webhook URL
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| whatsappApiKey | secret | No | WhatsApp Business API key |
| whatsappPhoneId | text | No | WhatsApp phone number ID |
| telegramBotToken | secret | No | Telegram bot token |
| telegramDefaultChatId | text | No | Default Telegram chat ID |
License
MIT
Published June 15, 2026 · Updated June 15, 2026