{
  "name": "Automatically create Facebook ads from Google Sheets",
  "nodes": [
    {
      "id": "d82a3afd-4d22-4886-b175-d2f78ec54f94",
      "name": "Get image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        20
      ]
    },
    {
      "id": "9aaf29e7-17f9-453f-88fb-cd9f90611706",
      "name": "Upload Ad image",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        700,
        20
      ]
    },
    {
      "id": "d1539410-3b66-4790-a20d-ec48276bc61d",
      "name": "Facebook Ad Creative",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        920,
        20
      ]
    },
    {
      "id": "0481e563-bffb-4c97-addc-74ff3620270f",
      "name": "Create an Ad",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        1140,
        20
      ]
    },
    {
      "id": "762da443-fcc0-4dc7-b024-b90b9ec563ba",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -180,
        20
      ]
    },
    {
      "id": "42c1cf13-b87d-4700-bee6-655fcc7afe8c",
      "name": "Create an Ad Set",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        260,
        20
      ]
    },
    {
      "id": "7f42f413-b004-4ee3-9f1e-8bcb943e8088",
      "name": "Update Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1360,
        20
      ]
    },
    {
      "id": "1bbafbf9-5848-4009-b6b5-49e1ea6a2471",
      "name": "Specify variables",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        20
      ]
    }
  ],
  "connections": {
    "Get image": {
      "main": [
        [
          {
            "node": "Upload Ad image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create an Ad": {
      "main": [
        [
          {
            "node": "Update Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Ad image": {
      "main": [
        [
          {
            "node": "Facebook Ad Creative",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create an Ad Set": {
      "main": [
        [
          {
            "node": "Get image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Specify variables": {
      "main": [
        [
          {
            "node": "Create an Ad Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Facebook Ad Creative": {
      "main": [
        [
          {
            "node": "Create an Ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Specify variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}