n8n Workflow

Create A Website Screenshot And Send Via Telegram Channel

This n8n workflow automates tasks using Other Tools. Create A Website Screenshot And Send Via Telegram Channel - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Other Tools. Create A Website Screenshot And Send Via Telegram Channel - ready to import and run in your n8n instance.
Features:
  • Integrates with Other Tools
  • Sends notifications or updates
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "c0582de4-ed13-45f4-b384-0cbf26216016"
        },
        {
            "name": "Telegram",
            "type": "n8n-nodes-base.telegram",
            "position": [
                650,
                300
            ],
            "parameters": {
                "file": "={{$node[\"uProc\"].json[\"message\"][\"result\"]}}",
                "chatId": "",
                "operation": "sendPhoto",
                "additionalFields": []
            },
            "credentials": {
                "telegramApi": "Telegram n8n bot"
            },
            "typeVersion": 1,
            "id": "f45ec438-ff62-4cc2-aec1-af9ab9f29cd1"
        },
        {
            "name": "uProc",
            "type": "n8n-nodes-base.uproc",
            "position": [
                450,
                300
            ],
            "parameters": {
                "url": "https://n8n.io",
                "tool": "getUrlScreenshot",
                "group": "image",
                "width": "1024",
                "fullpage": "yes",
                "additionalOptions": []
            },
            "credentials": {
                "uprocApi": "uProc credentials"
            },
            "typeVersion": 1,
            "id": "2f0296a8-bfa6-4765-acb6-ae184ae03db0"
        }
    ],
    "connections": {
        "uProc": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "uProc",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Telegram API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows