{
  "name": "Generate authentic product reviews with OpenAI for WooCommerce",
  "nodes": [
    {
      "id": "37f90234-8233-495a-b9e5-394de7c76852",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        -624
      ]
    },
    {
      "id": "f91ce677-4b08-43f7-b742-a54f9c48e07c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -768
      ],
      "parameters": {
        "width": 1696,
        "height": 336,
        "content": "## Product AI Comment Generator\n\nThis workflow automatically generates short, natural-sounding product reviews using AI and posts them to your WooCommerce store. It fetches product data via the WooCom"
      }
    },
    {
      "id": "512931cd-db6a-4056-b8bc-4705ea1f7877",
      "name": "Fetch Products from WooCommerce",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        224,
        -624
      ]
    },
    {
      "id": "aef7c79c-96aa-4252-bd69-d2f83b773661",
      "name": "Build Product Comment Prompt",
      "type": "n8n-nodes-base.set",
      "position": [
        464,
        -624
      ]
    },
    {
      "id": "849160e7-9df1-4337-a111-65fc9bd8d5e5",
      "name": "Generate Product Comment (AI)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        752,
        -624
      ]
    },
    {
      "id": "fb93ada6-17e2-46c8-8ca3-b24efcd67c97",
      "name": "Extract AI Output",
      "type": "n8n-nodes-base.set",
      "position": [
        1104,
        -624
      ]
    },
    {
      "id": "3402a419-227b-446d-96dd-7e7bbc6eedd2",
      "name": "Post Review to Product",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1360,
        -624
      ]
    }
  ],
  "connections": {
    "Extract AI Output": {
      "main": [
        [
          {
            "node": "Post Review to Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Product Comment Prompt": {
      "main": [
        [
          {
            "node": "Generate Product Comment (AI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Product Comment (AI)": {
      "main": [
        [
          {
            "node": "Extract AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Products from WooCommerce": {
      "main": [
        [
          {
            "node": "Build Product Comment Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Fetch Products from WooCommerce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}