{
  "name": "Send a daily sales report to WhatsApp from Google Sheets with MoltFlow",
  "nodes": [
    {
      "id": "l1000001-0000-4000-0c00-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 300,
        "content": "## Daily Sales Report → WhatsApp\nGet a daily WhatsApp summary of your sales data from Google Sheets, powered by [MoltFlow](https://molt.waiflow.app).\n\n**How it works:**\n1. Runs every day at 6 PM\n2. Re"
      }
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 250,
        "content": "## Setup (5 min)\n1. Create a [MoltFlow account](https://molt.waiflow.app) and connect WhatsApp\n2. Create a Google Sheet with columns: **Date**, **Product**, **Amount**, **Customer**\n3. Connect Google "
      }
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000001",
      "name": "Every Day 6 PM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000002",
      "name": "Read Sales Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000003",
      "name": "Build Report",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000004",
      "name": "Send Report via WhatsApp",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "l1000001-0000-4000-0c00-000000000005",
      "name": "Done",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        0
      ]
    }
  ],
  "connections": {
    "Build Report": {
      "main": [
        [
          {
            "node": "Send Report via WhatsApp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every Day 6 PM": {
      "main": [
        [
          {
            "node": "Read Sales Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Sales Data": {
      "main": [
        [
          {
            "node": "Build Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Report via WhatsApp": {
      "main": [
        [
          {
            "node": "Done",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}