{
  "name": "Automated replies to X threads with Airtop browser automation",
  "nodes": [
    {
      "id": "87c5b743-acfe-4af6-8f35-2166a3e688cc",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -260,
        -280
      ]
    },
    {
      "id": "84aecc2b-8edc-4488-b26c-113f50e86f0d",
      "name": "Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        180,
        -180
      ]
    },
    {
      "id": "9a5eb1d6-9a68-43ce-bd7c-a279ab6c12db",
      "name": "Window",
      "type": "n8n-nodes-base.airtop",
      "position": [
        400,
        -280
      ]
    },
    {
      "id": "1e6bada8-3db1-488f-bacd-e1e6727099ef",
      "name": "Type response",
      "type": "n8n-nodes-base.airtop",
      "position": [
        840,
        -280
      ]
    },
    {
      "id": "406eb773-9f71-4adc-89d1-47f7e4add4ee",
      "name": "Wait 8 secs",
      "type": "n8n-nodes-base.wait",
      "position": [
        620,
        -280
      ]
    },
    {
      "id": "136d7419-9445-481c-9d58-937eccdf8bc6",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -260,
        -80
      ]
    },
    {
      "id": "dcdb51f4-2161-4bb6-b56b-4b901ccd7b37",
      "name": "Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        -40,
        -180
      ]
    },
    {
      "id": "80652bee-1a09-4402-8aaf-61a32b78a4e8",
      "name": "Click Reply button",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1280,
        -280
      ]
    },
    {
      "id": "b23a93df-c297-46b7-b926-21e35966c4ea",
      "name": "Terminate session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        400,
        -80
      ]
    },
    {
      "id": "6696dd4b-a13c-4104-9dcb-5e56919e25db",
      "name": "Post-action screenshot",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1060,
        -280
      ]
    },
    {
      "id": "2b6bac96-0f02-4e55-ac54-0cf78e211cd7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        -540
      ],
      "parameters": {
        "width": 660,
        "height": 800,
        "content": "README\n# Automating X Post Responses\n\n## Use Case\nAutomatically responding to X (formerly Twitter) posts can help you engage with potential customers at scale, saving time while maintaining a personal"
      }
    }
  ],
  "connections": {
    "Window": {
      "main": [
        [
          {
            "node": "Wait 8 secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Session": {
      "main": [
        [
          {
            "node": "Window",
            "type": "main",
            "index": 0
          },
          {
            "node": "Terminate session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parameters": {
      "main": [
        [
          {
            "node": "Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 8 secs": {
      "main": [
        [
          {
            "node": "Type response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Type response": {
      "main": [
        [
          {
            "node": "Post-action screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Click Reply button": {
      "main": [
        []
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post-action screenshot": {
      "main": [
        [
          {
            "node": "Click Reply button",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}