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 →
{
"id": "191",
"name": "Create a screenshot of a website and send it to a telegram channel",
"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
}
],
"active": false,
"settings": {},
"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.
telegramApiuprocApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create a screenshot of a website and send it to a 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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
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.
Create A Website Screenshot And Send Via Telegram Channel. Uses manualTrigger, telegram, uproc. Event-driven trigger; 3 nodes.
Get SSL Certificate. Uses manualTrigger, functionItem, uproc, telegram. Event-driven trigger; 5 nodes.
Do you want to check the SSL certificate expiration dates of your customers or servers?
Cron Routines With Telegram. Uses manualTrigger, telegram, mySql. Event-driven trigger; 7 nodes.