Skip to content

topvisor/n8n-nodes-telegram-send-message-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– n8n-nodes-telegram-send-message-custom

✨ Differences from the standard Telegram Send Message node in n8n:

  • πŸ“ You can provide any data supported by the Telegram API without limitations
    • either manually as a JSON string or as an object
    • or using variables obtained from previous steps
  • πŸ” The Output panel displays raw API request/response data, making debugging more transparent and straightforward

πŸš€ Custom n8n node to send Telegram messages using telegramApi credentials with custom JSON.

For example, adding custom reply_markup in JSON (inline keyboard, reply keyboard etc):

{
  "reply_markup": {
    "inline_keyboard": [
      [
        {
          "text": "🌐 Open Website",
          "url": "https://example.com"
        }
      ],
      [
        {
          "text": "βœ… Confirm",
          "callback_data": "confirm_action"
        }
      ]
    ]
  }
}

πŸ“š See the official Telegram Bot API docs.


βš™οΈ Install

In n8n:
Settings β†’ Community Nodes β†’ Install β†’ @topvisor/n8n-nodes-telegram-send-message-custom


πŸ› οΈ Usage

  1. βž• Add this node in workflow
  2. πŸ”‘ Select your Telegram API credentials
  3. πŸ’¬ Enter Chat ID, Text
  4. 🧩 Paste raw JSON into Custom JSON (supports expressions)

About

Node for n8n to send to Telegram in the any format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published