Communication & Messaging

send file to kindle through telegram bot

send file to kindle through telegram bot

Manual
High
8
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
8
Node Types
6

Node Types

telegram Trigger
receive file message from telegram bot
1 node
if
check if there is a file in the message
1 node
telegram
reply to warn that file is missing, reply to telegram chat that the file has been sent successfully
2 nodes
code
rename file to as attachment out email
1 node
microsoft Outlook
send email with the file as attchament to kindle
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes

Workflow JSON

6.28 KB
{
  "id": "okMME97B70fXzK5U",
  "meta": {
    "instanceId": "2ed3d505bdd5b40b1b0ebc27913bd00ac94bca7476c7375336a42d5c4724f977",
    "templateCredsSetupCompleted": true
  },
  "name": "send file to kindle through telegram bot",
  "tags": [],
  "nodes": [
    {
      "id": "6e581437-28dc-4573-88f2-ce44ec497819",
      "name": "receive file message from telegram bot",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        460,
        520
      ],
      "webhookId": "5d8d9b97-672d-461a-83c5-1665136494dd",
      "parameters": {
        "updates": [
          "message"
        ],
        "additionalFields": {
          "download": true
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "6eb48c62-69a9-4bd2-a6ab-cffb5cde03df",
      "name": "check if there is a file in the message",
      "type": "n8n-nodes-base.if",
      "position": [
        680,
        520
      ],
      "parameters": {
        "options": {
          "ignoreCase": false
        },
 ...

Showing first 1000 characters. Click "Expand" to view the full JSON.