8
n8n 한국어amn8n.com

X - 스레드 내 응답

중급

이것은AI, Marketing분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, Wait, Airtop, FormTrigger, ExecuteWorkflowTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Airtop 브라우저 자동화를 사용한 X 스레드 자동 응답

사전 요구사항
  • AI 서비스 API Key(예: OpenAI, Anthropic 등)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "62A1O15JXFJXEhYH",
  "meta": {
    "instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
    "templateCredsSetupCompleted": true
  },
  "name": "X - Response in thread",
  "tags": [],
  "nodes": [
    {
      "id": "87c5b743-acfe-4af6-8f35-2166a3e688cc",
      "name": "다른 워크플로우에서 실행 시",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -260,
        -280
      ],
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "airtop_profile"
            },
            {
              "name": "thread_url"
            },
            {
              "name": "reply_text"
            }
          ]
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "84aecc2b-8edc-4488-b26c-113f50e86f0d",
      "name": "세션",
      "type": "n8n-nodes-base.airtop",
      "position": [
        180,
        -180
      ],
      "parameters": {
        "profileName": "={{ $('Parameters').item.json.airtop_profile }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "9a5eb1d6-9a68-43ce-bd7c-a279ab6c12db",
      "name": "창",
      "type": "n8n-nodes-base.airtop",
      "position": [
        400,
        -280
      ],
      "parameters": {
        "url": "={{ $('Parameters').item.json.thread_url }}",
        "resource": "window",
        "sessionId": "={{ $('Session').item.json.sessionId }}",
        "getLiveView": true,
        "disableResize": true,
        "additionalFields": {
          "waitUntil": "complete"
        },
        "screenResolution": "1300x100"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1e6bada8-3db1-488f-bacd-e1e6727099ef",
      "name": "응답 입력",
      "type": "n8n-nodes-base.airtop",
      "position": [
        840,
        -280
      ],
      "parameters": {
        "text": "={{ $('Parameters').item.json.reply_text }}",
        "resource": "interaction",
        "windowId": "={{ $('Window').item.json.data.windowId }}",
        "operation": "type",
        "sessionId": "={{ $('Session').item.json.sessionId }}",
        "additionalFields": {
          "visualScope": "scan"
        },
        "elementDescription": "The input field labeled \"Post your reply\" located directly next to the \"Reply\" button"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "406eb773-9f71-4adc-89d1-47f7e4add4ee",
      "name": "8초 대기",
      "type": "n8n-nodes-base.wait",
      "position": [
        620,
        -280
      ],
      "webhookId": "03bcdb30-5811-4a9d-9e45-6ab8df7a06a1",
      "parameters": {
        "amount": 8
      },
      "typeVersion": 1.1
    },
    {
      "id": "136d7419-9445-481c-9d58-937eccdf8bc6",
      "name": "폼 제출 시",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -260,
        -80
      ],
      "webhookId": "959eabb9-4266-4f5c-94ea-38b56110a559",
      "parameters": {
        "options": {},
        "formTitle": "Reply to Thread",
        "formFields": {
          "values": [
            {
              "fieldLabel": "airtop_profile",
              "requiredField": true
            },
            {
              "fieldLabel": "thread_url",
              "requiredField": true
            },
            {
              "fieldLabel": "reply_text",
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "dcdb51f4-2161-4bb6-b56b-4b901ccd7b37",
      "name": "매개변수",
      "type": "n8n-nodes-base.set",
      "position": [
        -40,
        -180
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "3069dadb-7312-4a34-bfee-cbc921893b8c",
              "name": "airtop_profile",
              "type": "string",
              "value": "={{ $json.airtop_profile }}"
            },
            {
              "id": "22160dd8-ac64-4f95-b946-0d0095607ccd",
              "name": "thread_url",
              "type": "string",
              "value": "={{ $json.thread_url }}"
            },
            {
              "id": "7bced294-83ff-40c7-ab6a-89c5ed759643",
              "name": "reply_text",
              "type": "string",
              "value": "={{ $json.reply_text }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "80652bee-1a09-4402-8aaf-61a32b78a4e8",
      "name": "답글 버튼 클릭",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1280,
        -280
      ],
      "parameters": {
        "resource": "interaction",
        "windowId": "={{ $('Window').item.json.windowId }}",
        "sessionId": "={{ $('Session').item.json.sessionId }}",
        "additionalFields": {
          "visualScope": "page"
        },
        "elementDescription": "Gray rounded button \"Reply\" located directly below the main tweet"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b23a93df-c297-46b7-b926-21e35966c4ea",
      "name": "세션 종료",
      "type": "n8n-nodes-base.airtop",
      "position": [
        400,
        -80
      ],
      "parameters": {
        "operation": "terminate"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6696dd4b-a13c-4104-9dcb-5e56919e25db",
      "name": "실행 후 스크린샷",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1060,
        -280
      ],
      "parameters": {
        "resource": "window",
        "operation": "takeScreenshot"
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "2b6bac96-0f02-4e55-ac54-0cf78e211cd7",
      "name": "스티커 메모",
      "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 touch.\n\n## What This Automation Does\nThis automation replies to specified X posts using the following input parameters:\n\n- `airtop_profile`: The name of your [Airtop Profile](https://portal.airtop.ai/browser-profiles) connected to X.\n- `thread_url`: The URL of the X post to reply to. [Example](https://x.com/thepatwalls/status/1921932138401726866)\n- `reply_text`: The message you want to post as a reply.\n\n## How It Works\n1. Creates a browser session using Airtop.\n2. Navigates to the specified X post.\n3. Types and submits the reply text.\n\n## Setup Requirements\n1. [Airtop API Key](https://portal.airtop.ai/api-keys) — free to generate.\n2. An [Airtop Profile](https://portal.airtop.ai/browser-profiles) connected to X (requires one-time login).\n\n## Next Steps\n- **Combine with X Monitoring**: Use this with the X monitoring automation to create a fully automated engagement pipeline.\n- **Extend to Other Platforms**: Adapt the automation for use on LinkedIn, Reddit, or any web community.\n\n\n"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "00e92561-05c3-4ba2-a34f-8b042f71bfb1",
  "connections": {
    "9a5eb1d6-9a68-43ce-bd7c-a279ab6c12db": {
      "main": [
        [
          {
            "node": "406eb773-9f71-4adc-89d1-47f7e4add4ee",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "84aecc2b-8edc-4488-b26c-113f50e86f0d": {
      "main": [
        [
          {
            "node": "9a5eb1d6-9a68-43ce-bd7c-a279ab6c12db",
            "type": "main",
            "index": 0
          },
          {
            "node": "b23a93df-c297-46b7-b926-21e35966c4ea",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "dcdb51f4-2161-4bb6-b56b-4b901ccd7b37": {
      "main": [
        [
          {
            "node": "84aecc2b-8edc-4488-b26c-113f50e86f0d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "406eb773-9f71-4adc-89d1-47f7e4add4ee": {
      "main": [
        [
          {
            "node": "1e6bada8-3db1-488f-bacd-e1e6727099ef",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1e6bada8-3db1-488f-bacd-e1e6727099ef": {
      "main": [
        [
          {
            "node": "6696dd4b-a13c-4104-9dcb-5e56919e25db",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "80652bee-1a09-4402-8aaf-61a32b78a4e8": {
      "main": [
        []
      ]
    },
    "136d7419-9445-481c-9d58-937eccdf8bc6": {
      "main": [
        [
          {
            "node": "dcdb51f4-2161-4bb6-b56b-4b901ccd7b37",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6696dd4b-a13c-4104-9dcb-5e56919e25db": {
      "main": [
        [
          {
            "node": "80652bee-1a09-4402-8aaf-61a32b78a4e8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "87c5b743-acfe-4af6-8f35-2166a3e688cc": {
      "main": [
        [
          {
            "node": "dcdb51f4-2161-4bb6-b56b-4b901ccd7b37",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 인공지능, 마케팅

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수11
카테고리2
노드 유형6
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자

Airtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34