Telegram Send Message with custom JSON
npm install @topvisor/n8n-nodes-telegram-send-message-customsendMessage
sendPhoto
telegramApi credentials with custom JSON.
reply_markup in JSON (inline keyboard, reply keyboard etc):
json
{
"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`