{
  "name": "Instagram reels creation with GPT-4o-mini and Sisif.ai",
  "nodes": [
    {
      "id": "d76dcc93-ddc5-4d2c-91e4-5f316e8c774a",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2060,
        -60
      ]
    },
    {
      "id": "ab64859d-5ff3-4ee7-bff0-7045057129e9",
      "name": "Create Sisif Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -960,
        -60
      ]
    },
    {
      "id": "3ceaee8a-2f0c-4419-9566-96e257faf189",
      "name": "Wait 10s",
      "type": "n8n-nodes-base.wait",
      "position": [
        -680,
        -60
      ]
    },
    {
      "id": "d446c5f8-b75a-4335-8efe-b628b4c36868",
      "name": "Check Video Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -480,
        -60
      ]
    },
    {
      "id": "f6902563-9d3e-48f3-97ab-fd1a4acd5900",
      "name": "Video Ready?",
      "type": "n8n-nodes-base.if",
      "position": [
        -240,
        -60
      ]
    },
    {
      "id": "d3039e4d-0025-4fea-820c-be504fb2e332",
      "name": "Prepare Final Data",
      "type": "n8n-nodes-base.function",
      "position": [
        220,
        -80
      ]
    },
    {
      "id": "4201a3d1-9fe8-4096-bb08-9fcbfe040baf",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -1320,
        160
      ]
    },
    {
      "id": "efdf357d-df86-4bed-a859-7627f42a69fe",
      "name": "Idea creator",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -1500,
        -60
      ]
    },
    {
      "id": "dcb0d350-4e17-42eb-b7ca-8a4ad2d23524",
      "name": "Set Reels Config",
      "type": "n8n-nodes-base.set",
      "position": [
        -1800,
        -60
      ]
    },
    {
      "id": "9dd623aa-d761-460a-9375-600c7c8501d7",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1500,
        160
      ]
    },
    {
      "id": "1b77f2d7-b45b-483a-99eb-62ff8343c548",
      "name": "🟡 How this workflow works",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1180,
        -640
      ],
      "parameters": {
        "width": 1320,
        "height": 840,
        "content": "## Automate Instagram Reels video creation with OpenAI & Sisif.ai\n\n### Who’s it for\nCreators, marketers & agencies needing hands-free Instagram Reels automation.\n\n### How it works\n1. Generates a trend"
      }
    },
    {
      "id": "69d7bbf9-84b0-4d75-93c1-652593dce0d8",
      "name": "⬜️ Variables to edit",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1880,
        -220
      ],
      "parameters": {
        "width": 280,
        "height": 320,
        "content": "**Edit these in ➜ Set Reels Config**\n\n• `reels_topic`\n• `style`\n• `duration` (seconds)\n• `resolution` (e.g. 540x960)"
      }
    }
  ],
  "connections": {
    "Wait 10s": {
      "main": [
        [
          {
            "node": "Check Video Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Idea creator": {
      "main": [
        [
          {
            "node": "Create Sisif Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video Ready?": {
      "main": [
        [
          {
            "node": "Prepare Final Data",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 10s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Reels Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Reels Config": {
      "main": [
        [
          {
            "node": "Idea creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Idea creator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Check Video Status": {
      "main": [
        [
          {
            "node": "Video Ready?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Sisif Video": {
      "main": [
        [
          {
            "node": "Wait 10s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Idea creator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}