This workflow follows the HTTP Request → Telegram recipe pattern — see all workflows that pair these two integrations.
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 →
{
"name": "InnovateMailer - Smart Follow-up",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
250,
300
],
"parameters": {
"path": "email-followup",
"method": "POST"
}
},
{
"name": "Check Opens",
"type": "n8n-nodes-base.httpRequest",
"position": [
450,
300
],
"parameters": {
"url": "https://mail.innovatehub.site/api/tracking/={{$json.emailId}}",
"method": "GET"
}
},
{
"name": "If Not Opened",
"type": "n8n-nodes-base.if",
"position": [
650,
300
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json.openCount}}",
"operation": "equal",
"value2": 0
}
]
}
}
},
{
"name": "Send Reminder",
"type": "n8n-nodes-base.telegram",
"position": [
850,
250
],
"parameters": {
"chatId": "1104423387",
"text": "\ud83d\udce7 Follow-up needed!\n\nEmail to {{$node.Webhook.json.recipient}} hasn't been opened after {{$node.Webhook.json.daysWaited}} days.\n\nSubject: {{$node.Webhook.json.subject}}"
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Check Opens",
"type": "main",
"index": 0
}
]
]
},
"Check Opens": {
"main": [
[
{
"node": "If Not Opened",
"type": "main",
"index": 0
}
]
]
},
"If Not Opened": {
"main": [
[
{
"node": "Send Reminder",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
InnovateMailer - Smart Follow-up. Uses httpRequest, telegram. Webhook trigger; 4 nodes.
Source: https://github.com/innovatehubph/innovatemailer/blob/b888bcd9ccc03bba0d1d755b0fd7e57e4cbf5bfa/n8n-workflows/email-followup.json — 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.
Proxmox VM Lifecycle Automation. Uses telegram, httpRequest. Webhook trigger; 9 nodes.
qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.
PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.
[](https://www.linkedin.com/in/mosaab-yassir-lafrimi/)[](https://t.me/joevenner)