{
  "name": "Send daily currency exchange rate updates via CurrencyFreaks API and Gmail",
  "nodes": [
    {
      "id": "fa7e8916-7e89-4981-a95b-970b419c4189",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -500,
        -120
      ]
    },
    {
      "id": "390155b0-6040-40fd-ab6f-284c579f29bb",
      "name": "Set API Key & Preferred Currencies",
      "type": "n8n-nodes-base.set",
      "position": [
        -280,
        -120
      ]
    },
    {
      "id": "f90d7646-8bba-426f-ba8e-c2e6e7f23b69",
      "name": "Get Latest Rate",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -60,
        -120
      ]
    },
    {
      "id": "0d270093-d04a-486a-92df-8b10104dc0e3",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        540,
        -120
      ]
    },
    {
      "id": "52c25dd1-6ae8-49f7-9858-a452e53e5f9b",
      "name": "Set Recipient Email",
      "type": "n8n-nodes-base.set",
      "position": [
        140,
        -120
      ]
    },
    {
      "id": "eb16bc9f-ab43-4ae9-a243-95c27230a9b8",
      "name": "Set E-mail Subject",
      "type": "n8n-nodes-base.set",
      "position": [
        340,
        -120
      ]
    },
    {
      "id": "08160c70-de91-48e2-9bff-aa87bc24975b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -500
      ],
      "parameters": {
        "width": 640,
        "height": 320,
        "content": "#### Daily Currency Update Workflow (n8n)\n\n- Trigger: ScheduleTrigger node (configurable interval)\n- Set Variables: API Key, Preferred Currencies (PKR, GBP, EUR, USD, BDT, INR)\n- HTTP Request: Fetch l"
      }
    }
  ],
  "connections": {
    "Send a message": {
      "main": [
        []
      ]
    },
    "Get Latest Rate": {
      "main": [
        [
          {
            "node": "Set Recipient Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set API Key & Preferred Currencies",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set E-mail Subject": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Recipient Email": {
      "main": [
        [
          {
            "node": "Set E-mail Subject",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set API Key & Preferred Currencies": {
      "main": [
        [
          {
            "node": "Get Latest Rate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}