AutomationFlowsWeb Scraping › Schedule Client Support Email Notifications

Schedule Client Support Email Notifications

Original n8n title: E-décor - Support Client

E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★☆☆☆ complexity5 nodesHTTP RequestEmail Send
Web Scraping Trigger: Cron / scheduled Nodes: 5 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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"
}
Pro

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 →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

CEO_MORNING_REPORT. Uses httpRequest, emailSend, twilioSms. Scheduled trigger; 4 nodes.

HTTP Request, Email Send, Twilio Sms
Web Scraping

29-fluxo-caixa-projecao-semanal. Uses httpRequest, emailSend. Scheduled trigger; 4 nodes.

HTTP Request, Email Send
Web Scraping

Workflow-Api-Health-Check. Uses httpRequest, emailSend. Scheduled trigger; 4 nodes.

HTTP Request, Email Send
Web Scraping

This workflow is an improvement of this workflow by Greg Brzezinka.

HTTP Request, Email Send, XML +1
Web Scraping

N8N-Self-Updater. Uses ssh, emailSend, httpRequest. Scheduled trigger; 27 nodes.

Ssh, Email Send, HTTP Request