This workflow follows the Emailsend → HTTP Request 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": "E-D\u00e9cor - Support Client",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 10
}
]
}
},
"id": "check-messages",
"name": "V\u00e9rifier messages",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "GET",
"url": "https://web-version-mmbcbxtvs-electrons-projects-7ac943c4.vercel.app/api/contact",
"options": {}
},
"id": "fetch-messages",
"name": "R\u00e9cup\u00e9rer messages",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
450,
300
]
},
{
"parameters": {
"conditions": {
"number": [
{
"value": "={{ $json.messages }}",
"operation": "larger",
"number2": 0
}
]
}
},
"id": "has-messages",
"name": "Nouveaux messages?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"to": "electronbusiness07@gmail.com",
"subject": "Nouveau message client - E-D\u00e9cor",
"body": "Vous avez un nouveau message:\n\nNom: {{ $json.name }}\nEmail: {{ $json.email }}\nMessage: {{ $json.message }}\n\nConnectez-vous pour r\u00e9pondre.",
"options": {}
},
"id": "notify-admin-support",
"name": "Notifier support",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
850,
300
]
},
{
"parameters": {
"to": "{{ $json.email }}",
"subject": "Re\u00e7u - E-D\u00e9cor",
"body": "Bonjour {{ $json.name }},\n\nNous avons bien re\u00e7u votre message et vous r\u00e9pondrons sous 24h.\n\nMerci pour votre int\u00e9r\u00eat envers E-D\u00e9cor!\n\nL'\u00e9quipe E-D\u00e9cor",
"options": {}
},
"id": "auto-reply",
"name": "R\u00e9ponse automatique",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
850,
400
]
}
],
"connections": {
"V\u00e9rifier messages": {
"main": [
[
{
"node": "R\u00e9cup\u00e9rer messages",
"type": "main",
"index": 0
}
]
]
},
"R\u00e9cup\u00e9rer messages": {
"main": [
[
{
"node": "Nouveaux messages?",
"type": "main",
"index": 0
}
]
]
},
"Nouveaux messages?": {
"main": [
[
{
"node": "Notifier support",
"type": "main",
"index": 0
}
],
[
{
"node": "R\u00e9ponse automatique",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"id": "e-decor-support"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.
Source: https://github.com/IlarionDossouyovo/E-Decor/blob/5ecef35fb3b5255e5dd5a8f5de66f6c41f58ecad/n8n-workflows/02-support-client.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.
CEO_MORNING_REPORT. Uses httpRequest, emailSend, twilioSms. Scheduled trigger; 4 nodes.
29-fluxo-caixa-projecao-semanal. Uses httpRequest, emailSend. Scheduled trigger; 4 nodes.
Workflow-Api-Health-Check. Uses httpRequest, emailSend. Scheduled trigger; 4 nodes.
This workflow is an improvement of this workflow by Greg Brzezinka.
N8N-Self-Updater. Uses ssh, emailSend, httpRequest. Scheduled trigger; 27 nodes.