{
  "name": "Post RSS feed items from yesterday to Slack",
  "nodes": [
    {
      "id": null,
      "name": "Build our message",
      "type": "n8n-nodes-base.function",
      "position": [
        1160,
        400
      ]
    },
    {
      "id": null,
      "name": "Every Morning",
      "type": "n8n-nodes-base.cron",
      "position": [
        380,
        420
      ]
    },
    {
      "id": null,
      "name": "Get Yesterdays Date",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        560,
        420
      ]
    },
    {
      "id": null,
      "name": "Get the RSS Feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        740,
        420
      ]
    },
    {
      "id": null,
      "name": "If it was published after yesterday",
      "type": "n8n-nodes-base.if",
      "position": [
        940,
        420
      ]
    },
    {
      "id": null,
      "name": "Post to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1340,
        400
      ]
    }
  ],
  "connections": {
    "Every Morning": {
      "main": [
        [
          {
            "node": "Get Yesterdays Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get the RSS Feed": {
      "main": [
        [
          {
            "node": "If it was published after yesterday",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build our message": {
      "main": [
        [
          {
            "node": "Post to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Yesterdays Date": {
      "main": [
        [
          {
            "node": "Get the RSS Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If it was published after yesterday": {
      "main": [
        [
          {
            "node": "Build our message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}