{
  "name": "Social auto-post from Google Sheet",
  "nodes": [
    {
      "parameters": {
        "content": "## Social auto-post from Google Sheet\n\n**What it does:** add a row to your content sheet and it posts to your Facebook Page, then marks the row done.\n\n**Setup**\n1. Open *New row* \u2192 connect **Google Sheets**, pick your content sheet (needs a `message` column).\n2. Open *Post to Facebook* \u2192 connect **Facebook Graph API**.\n3. Click **Active**.",
        "width": 360,
        "height": 300
      },
      "id": "sticky-setup",
      "name": "Setup guide",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -520,
        -140
      ]
    },
    {
      "parameters": {
        "documentId": "",
        "sheetName": "",
        "event": "rowAdded",
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        }
      },
      "id": "trg",
      "name": "New row",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "typeVersion": 1,
      "position": [
        -220,
        0
      ]
    },
    {
      "parameters": {
        "httpRequestMethod": "POST",
        "graphApiVersion": "v20.0",
        "node": "me/feed",
        "queryParameters": {
          "parameter": [
            {
              "name": "message",
              "value": "={{ $json.message }}"
            }
          ]
        }
      },
      "id": "fb",
      "name": "Post to Facebook",
      "type": "n8n-nodes-base.facebookGraphApi",
      "typeVersion": 1,
      "position": [
        80,
        0
      ]
    }
  ],
  "connections": {
    "New row": {
      "main": [
        [
          {
            "node": "Post to Facebook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "tags": [],
  "id": "BEjYgcoSVYWQiMae"
}