{
  "name": "Post hourly crypto market summaries via Coingecko to X and to email",
  "nodes": [
    {
      "id": "cf645e1c-7d1e-4328-a4d4-39b59b461713",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -920,
        -320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "faf71292-35db-43c1-9ccd-415e9fc16658",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "83f563bd-29a6-4f41-8c34-bbbd4fdccaa8",
      "name": "Crypto Hourly Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1360,
        -180
      ]
    },
    {
      "id": "2bd0e8b2-d21f-40dd-a3ca-135bc3009bc2",
      "name": "Fetch Bitcoin Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -740,
        -180
      ]
    },
    {
      "id": "fb7dd2a6-5148-4c18-bcf4-adc33075f753",
      "name": "Format Crypto Message",
      "type": "n8n-nodes-base.code",
      "position": [
        -320,
        -180
      ]
    },
    {
      "id": "c11431a5-3061-4736-ac7a-143f622f973e",
      "name": "Post Crypto Update on X",
      "type": "n8n-nodes-base.twitter",
      "position": [
        120,
        -300
      ]
    },
    {
      "id": "31306f80-46f9-4dfc-86cd-039463f8dd9c",
      "name": "Send Crypto Update Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        120,
        -20
      ]
    }
  ],
  "connections": {
    "Fetch Bitcoin Data": {
      "main": [
        [
          {
            "node": "Format Crypto Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crypto Hourly Trigger": {
      "main": [
        [
          {
            "node": "Fetch Bitcoin Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Crypto Message": {
      "main": [
        [
          {
            "node": "Post Crypto Update on X",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Crypto Update Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post Crypto Update on X": {
      "main": [
        []
      ]
    }
  }
}