AutomationFlowsSlack & Telegram › Screenshot Website and Send to Telegram

Screenshot Website and Send to Telegram

Original n8n title: Create a Website Screenshot and Send via Telegram Channel

Create A Website Screenshot And Send Via Telegram Channel. Uses manualTrigger, telegram, uproc. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesTelegramUproc
Slack & Telegram Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        650,
        300
      ],
      "parameters": {
        "file": "={{$node[\"uProc\"].json[\"message\"][\"result\"]}}",
        "chatId": "",
        "operation": "sendPhoto",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "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": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "uProc": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "uProc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create A Website Screenshot And Send Via Telegram Channel. Uses manualTrigger, telegram, uproc. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

This n8n workflow template uses uProc's "Get Email by Domain, Firstname and Lastname" tool to discover a professional email address, and then sends that email to a Telegram channel.

Telegram, Uproc
Slack & Telegram

Create a screenshot of a website and send it to a telegram channel. Uses manualTrigger, telegram, uproc. Event-driven trigger; 3 nodes.

Telegram, Uproc
Slack & Telegram

Get SSL Certificate. Uses manualTrigger, functionItem, uproc, telegram. Event-driven trigger; 5 nodes.

Function Item, Uproc, Telegram
Slack & Telegram

Do you want to check the SSL certificate expiration dates of your customers or servers?

Function Item, Uproc, Telegram
Slack & Telegram

Cron Routines With Telegram. Uses manualTrigger, telegram, mySql. Event-driven trigger; 7 nodes.

Telegram, MySQL