{
  "name": "Scheduled daily affirmations via email and Telegram using Cron",
  "nodes": [
    {
      "id": "1c7b92ef-c3b8-456b-9732-2b2517bd0d33",
      "name": "README - Template Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1ccaa156-e893-402f-92c7-00650f3d502e",
      "name": "Cron: Trigger Daily at 7 AM",
      "type": "n8n-nodes-base.cron",
      "position": [
        -368,
        272
      ]
    },
    {
      "id": "ee4ea726-e77b-4a5b-be2a-30a933fb584a",
      "name": "Set: Configuration (edit me)",
      "type": "n8n-nodes-base.set",
      "position": [
        -48,
        272
      ]
    },
    {
      "id": "0e53b915-f601-4d59-ac2a-4407321d0579",
      "name": "Code: Pick Random Affirmation",
      "type": "n8n-nodes-base.code",
      "position": [
        256,
        272
      ]
    },
    {
      "id": "df92af24-63f2-4f06-a2b5-c95efc770c43",
      "name": "IF: Telegram Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        544,
        384
      ]
    },
    {
      "id": "0e71dab6-50b7-4d69-a3f7-f1e859fe5071",
      "name": "Email: Send Affirmation",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        848,
        272
      ]
    },
    {
      "id": "a27509fc-57c0-4f17-8575-c15bda10b211",
      "name": "Telegram: Send Affirmation",
      "type": "n8n-nodes-base.telegram",
      "position": [
        848,
        512
      ]
    },
    {
      "id": "2b7e064e-bc38-4d89-bd5e-f3b99e858fe9",
      "name": "Setup Tips",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1504,
        592
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "IF: Telegram Enabled?": {
      "main": [
        [
          {
            "node": "Telegram: Send Affirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron: Trigger Daily at 7 AM": {
      "main": [
        [
          {
            "node": "Set: Configuration (edit me)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set: Configuration (edit me)": {
      "main": [
        [
          {
            "node": "Code: Pick Random Affirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code: Pick Random Affirmation": {
      "main": [
        [
          {
            "node": "Email: Send Affirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}