send-telegram

Installation
SKILL.md

Send Telegram Message

Goal

Send any message to Dhruv's Telegram (chat ID: 637313836) via n8n workflow.

How to Use

Method 1: Via n8n MCP (preferred)

Use the mcp__claude_ai_n8n__execute_workflow tool:

workflowId: fkErsg4iulUvpcsa
inputs: { "type": "chat", "chatInput": "<your message here>" }

Method 2: Direct API (fallback if MCP fails)

python3 -c "
import urllib.request, json, ssl
ctx = ssl.create_default_context()
Related skills
Installs
21
GitHub Stars
10
First Seen
Mar 6, 2026