{
  "name": "Send a daily Shopify order report with Streamline Connector and Gmail",
  "nodes": [
    {
      "id": "44ff0291-8949-493a-8dbb-201454ab1f92",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        48
      ],
      "parameters": {
        "width": 912,
        "height": 208,
        "content": "# ⚠️ Create your Streamline credential first\n\nEnter your Shop ID when creating the credential. Once saved, select that credential from the dropdown — just like any standard n8n node. You can delete th"
      }
    },
    {
      "id": "b8d4add8-5868-4156-b68b-17c2e3e76c06",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        256
      ],
      "parameters": {
        "width": 912,
        "height": 432,
        "content": "## 🧩 Email Daily Shopify Order Report - Streamline Connector\n### A simple n8n workflow that fetches all orders from your Shopify store using Streamline Connector, then prepares and sends a daily order"
      }
    },
    {
      "id": "b7082b51-1e6b-4194-8086-e400401317c4",
      "name": "split_orders",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        784,
        368
      ]
    },
    {
      "id": "338515e8-2f5c-430f-a96a-5a15d5b42a90",
      "name": "last_24_hours",
      "type": "n8n-nodes-base.filter",
      "position": [
        1136,
        368
      ]
    },
    {
      "id": "adc38812-1d54-4a21-901a-bd142150a36e",
      "name": "prepare_email",
      "type": "n8n-nodes-base.code",
      "position": [
        1392,
        368
      ]
    },
    {
      "id": "1ab38b6f-2392-4143-8906-29455cde1ce3",
      "name": "send_email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1600,
        368
      ]
    },
    {
      "id": "b107a1a6-93e8-41bf-a99e-7a445b67cc4a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        288
      ],
      "parameters": {
        "width": 832,
        "height": 288,
        "content": "## 🚀 Check your email for report!"
      }
    },
    {
      "id": "3d337e0e-120d-484f-89f3-206d53f17d27",
      "name": "every_24h",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        320
      ]
    },
    {
      "id": "9b03d732-becc-4506-890a-8d0e6cf5bed1",
      "name": "daily_order_report",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -80,
        464
      ]
    },
    {
      "id": "59f3b9c4-6d16-4b7a-be7b-e0b449965bf6",
      "name": "Streamline Connector1",
      "type": "n8n-nodes-streamline.streamline",
      "position": [
        528,
        368
      ]
    }
  ],
  "connections": {
    "every_24h": {
      "main": [
        [
          {
            "node": "Streamline Connector1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "split_orders": {
      "main": [
        [
          {
            "node": "last_24_hours",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "last_24_hours": {
      "main": [
        [
          {
            "node": "prepare_email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "prepare_email": {
      "main": [
        [
          {
            "node": "send_email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "daily_order_report": {
      "main": [
        [
          {
            "node": "Streamline Connector1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Streamline Connector1": {
      "main": [
        [
          {
            "node": "split_orders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}