8
n8n 한국어amn8n.com

오디오 메모를 트윈터로 전송

초급

이것은Multimodal AI분야의자동화 워크플로우로, 3개의 노드를 포함합니다.주로 X, GoogleDrive, HttpRequest 등의 노드를 사용하며. 🎙️ Google Drive와 AssemblyAI를 사용하여 음성 메모를 X 트윗으로 변환

사전 요구사항
  • Google Drive API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음

사용된 노드 (3)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "__PLACEHOLDER_INSTANCE_ID__"
  },
  "name": "Voice Note to Tweet",
  "nodes": [
    {
      "id": "watch-drive-folder",
      "name": "Google Drive 폴더 감시",
      "type": "n8n-nodes-base.googleDrive",
      "notes": "📁 Watch for New Voice Notes\n\nMonitors a specific Google Drive folder for uploaded audio files.\n\n🔹 Supported formats: .mp3, .m4a, .wav\n\n💡 Tip: Name files clearly (e.g., 'Tip-about-boundaries.m4a')\n\nTriggers when a new audio file is added.",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 2,
      "notesAlignment": "top"
    },
    {
      "id": "transcribe-audio",
      "name": "AssemblyAI로 텍스트 변환",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "🎙️ Transcribe Audio to Text\n\nSends the voice note to AssemblyAI for speech-to-text conversion.\n\n🔐 Requires:\n- AssemblyAI API key\n- Publicly accessible file (Google Drive link)\n\n💡 Response includes transcript + key phrases.\n\nWait for completion (add delay or webhook if needed).",
      "position": [
        500,
        300
      ],
      "parameters": {},
      "notesAlignment": "top"
    },
    {
      "id": "post-to-x",
      "name": "X(Twitter)에 게시",
      "type": "n8n-nodes-base.x",
      "notes": "🐦 Post to X (Twitter)\n\nPublishes the transcribed text as a tweet.\n\n🔧 Customize:\n- Add hashtags\n- Trim to 280 chars\n- Thread long content\n\n💡 Use a Function node before to clean up text (remove filler words, add emojis).",
      "position": [
        750,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "notesAlignment": "top"
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "callerPolicy": "none",
    "saveDataError": "all",
    "executionOrder": "parallel",
    "saveDataSuccess": "all"
  },
  "connections": {
    "watch-drive-folder": {
      "main": [
        [
          {
            "node": "transcribe-audio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "transcribe-audio": {
      "main": [
        [
          {
            "node": "post-to-x",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 멀티모달 AI

유료인가요?

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

워크플로우 정보
난이도
초급
노드 수3
카테고리1
노드 유형3
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34