This workflow follows the Emailsend → 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": "Lumen - Contact Form Handler",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "lumen-contact",
"responseMode": "responseNode",
"options": {
"allowedOrigins": "https://www.lumenadl.com,https://lumenadl.com"
}
},
"id": "webhook-1",
"name": "Contact Form Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
250,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={ {\"success\": true, \"message\": \"Thanks! We'll be in touch shortly.\"} }",
"options": {
"responseHeaders": {
"entries": [
{
"name": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
}
},
"id": "respond-1",
"name": "Send Success Response",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
500,
300
]
},
{
"parameters": {
"sendTo": "hello@lumenadl.com",
"subject": "=New Lumen Enquiry: {{ $json.body.name }} - {{ $json.body.service }}",
"message": "=<h2>New enquiry from lumenadl.com</h2><table style='border-collapse:collapse;width:100%;max-width:500px;'><tr style='border-bottom:1px solid #eee;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Name</td><td style='padding:12px;'>{{ $json.body.name }}</td></tr><tr style='border-bottom:1px solid #eee;background:#faf8f5;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Email</td><td style='padding:12px;'>{{ $json.body.email || 'Not provided' }}</td></tr><tr style='border-bottom:1px solid #eee;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Phone</td><td style='padding:12px;'>{{ $json.body.phone || 'Not provided' }}</td></tr><tr style='border-bottom:1px solid #eee;background:#faf8f5;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Business</td><td style='padding:12px;'>{{ $json.body.business || 'Not provided' }}</td></tr><tr style='border-bottom:1px solid #eee;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Service</td><td style='padding:12px;'>{{ $json.body.service }}</td></tr><tr style='background:#faf8f5;'><td style='padding:12px;font-weight:bold;color:#2D2420;'>Message</td><td style='padding:12px;'>{{ $json.body.message || 'None' }}</td></tr></table><br><p style='color:#888;font-size:12px;'>Submitted: {{ $json.body.submitted || $now.toISO() }}</p>",
"options": {
"appendAttribution": false
}
},
"id": "email-1",
"name": "Email Notification",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
500,
500
]
},
{
"parameters": {
"chatId": "6059709311",
"text": "=\ud83d\udd14 *New Lumen Lead*\n\n*Name:* {{ $json.body.name }}\n*Phone:* {{ $json.body.phone || 'N/A' }}\n*Email:* {{ $json.body.email || 'N/A' }}\n*Service:* {{ $json.body.service }}\n*Business:* {{ $json.body.business || 'N/A' }}\n*Message:* {{ $json.body.message || 'None' }}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"id": "telegram-1",
"name": "Telegram Alert to Troy",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
500,
700
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Contact Form Webhook": {
"main": [
[
{
"node": "Send Success Response",
"type": "main",
"index": 0
},
{
"node": "Email Notification",
"type": "main",
"index": 0
},
{
"node": "Telegram Alert to Troy",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "Lumen"
}
]
}
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.
telegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Lumen - Contact Form Handler. Uses emailSend, telegram. Webhook trigger; 4 nodes.
Source: https://github.com/13V/Lumen/blob/33dce773459eb76a72539d3e1e94a99b1a5c97ca/n8n-workflows/lumen-contact-form.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.
새론금융 SNS 자동화 리드관리. Uses googleSheets, emailSend, telegram. Webhook trigger; 4 nodes.
qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.
This n8n workflow provides comprehensive network vulnerability scanning with automated CVE enrichment and professional report generation. It performs Nmap scans, queries the National Vulnerability Dat
This n8n workflow automates task creation and scheduled reminders for users via a Telegram bot, ensuring timely notifications across multiple channels like email and Slack. It streamlines task managem
This smart onboarding automation handles new customer signups by: