Web Scraping & Data Extraction

0624 HTTP Schedule Send Scheduled

0624 HTTP Schedule Send Scheduled

Scheduled
Medium
7
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
5

Node Types

http Request
Get Elastic Alert, Send Email Notification
2 nodes
schedule Trigger
Schedule Trigger
1 node
if
Response is not empty
1 node
no Op
No Operation, do nothing, No Operation, end of loop
2 nodes
split In Batches
Loop Over Each Alert Items
1 node

Workflow JSON

4.22 KB
{
  "name": "0624 HTTP Schedule Send Scheduled",
  "nodes": [
    {
      "id": "e4929773-39f9-4b8a-b462-235c37514479",
      "name": "Get Elastic Alert",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        620,
        440
      ],
      "parameters": {
        "url": "https://your-prism-elastic-api-endpoint.com/alerts",
        "options": {}
      },
      "typeVersion": 2
    },
    {
      "id": "973a8254-5ec0-4ea0-95b5-7e6a0f0625ab",
      "name": "Send Email Notification",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1440,
        220
      ],
      "parameters": {
        "url": "https://graph.microsoft.com/v1.0/me/sendMail",
        "options": {
          "bodyContentType": "json"
        },
        "requestMethod": "POST",
        "authentication": "oAuth2",
        "jsonParameters": true,
        "bodyParametersJson": "={\n  \"message\": {\n    \"subject\": \"PRISM Elastic Alert: {{$json[\"alert_name\"]}}\",\n    \"body\": {\n   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.