c

cortex-plugin-whatsapp-telegram

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
communicationcortex-plugindevelopmentesmmessagingnotifications

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-whatsapp-telegram
Website RepositoryLicense: MITEntry: mod.ts

Configuration

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 number
  • message (string, required) — Message content

telegram_send

Send a Telegram message.

  • chat_id (string, required) — Telegram chat ID
  • message (string, required) — Message content
  • parse_mode (enum: HTML, Markdown, text, default: text) — Parse mode

telegram_read

Read recent Telegram messages.

  • chat_id (string, required) — Telegram chat ID
  • limit (number, default: 20) — Maximum messages

bridge_send_alert

Send alert to all configured platforms.

  • message (string, required) — Alert message
  • priority (enum: info, warning, critical, required) — Alert priority
  • platforms (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

FieldTypeRequiredDescription
whatsappApiKeysecretNoWhatsApp Business API key
whatsappPhoneIdtextNoWhatsApp phone number ID
telegramBotTokensecretNoTelegram bot token
telegramDefaultChatIdtextNoDefault Telegram chat ID

License

MIT

Published June 15, 2026 · Updated June 15, 2026