{
  "name": "03-rss-filtr-mail",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -528,
        48
      ],
      "id": "70c7968d-8ae4-4c05-ab7a-32c39bbe84e3",
      "name": "When clicking ‘Execute workflow’"
    },
    {
      "parameters": {
        "url": "https://techcrunch.com/feed/",
        "options": {}
      },
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1.2,
      "position": [
        -304,
        -48
      ],
      "id": "5c4110df-2f81-43a1-a00b-f58e570330c0",
      "name": "RSS Read"
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict",
            "version": 3
          },
          "conditions": [
            {
              "id": "ad957c5e-17b7-4f70-93aa-0971daf812ac",
              "leftValue": "={{ $json.title }}",
              "rightValue": "the",
              "operator": {
                "type": "string",
                "operation": "contains"
              }
            },
            {
              "id": "8e8ac90d-358e-4165-ba8e-e99f83e9239b",
              "leftValue": "",
              "rightValue": "",
              "operator": {
                "type": "string",
                "operation": "equals",
                "name": "filter.operator.equals"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.filter",
      "typeVersion": 2.3,
      "position": [
        -96,
        -48
      ],
      "id": "73def479-9fbe-4d36-9f71-ba7a5d7e46e8",
      "name": "Filter"
    },
    {
      "parameters": {
        "sendTo": "twoj-adres@example.com",
        "subject": "Newsy",
        "emailType": "text",
        "message": "={{ $json.title }}\n{{ $json.link }}",
        "options": {
          "appendAttribution": false
        }
      },
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 2.2,
      "position": [
        112,
        -48
      ],
      "id": "23a58c23-8765-41d2-b08a-8f1bfcbc0c84",
      "name": "Send a message"
    },
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 7
            }
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        -528,
        -160
      ],
      "id": "495d7c92-d800-44a1-880f-d31407b1cd04",
      "name": "Schedule Trigger"
    }
  ],
  "connections": {
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate"
  },
  "meta": {
    "templateCredsSetupCompleted": true
  }
}
