8
n8n 한국어amn8n.com

API Ninjas를 통해 인터랙티브 양식 인터페이스를 사용하여 요리를 찾기

초급

이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Form, FormTrigger, HttpRequest 등의 노드를 사용하며. API Ninjas의 상호작용 표单 인터페이스를 사용하여 요리를 찾습니다.

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b"
  },
  "nodes": [
    {
      "id": "4a3b7b39-71a7-4a59-8c91-0ebf9fef29b2",
      "name": "워크플로우 설명",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -250,
        -250
      ],
      "parameters": {
        "color": 5,
        "width": 272,
        "height": 912,
        "content": "## Workflow overview\n\nSimple recipe finder app. User enters an ingredient or dish into a form. Workflow calls API Ninjas Recipe API and shows the recipe result back on the form page.\n\n### Setup\n- **Form Trigger - Recipe Finder**: the entry form with a `query` field.\n- **Fetch Recipe from API Ninjas**: API call node using header auth.\n- **Show Recipe Result**: returns title, ingredients, instructions in formatted text.\n\n### Flow\n1. Form trigger waits for input.\n2. Passes query to API Ninjas.\n3. Fetches recipe.\n4. Shows formatted recipe back to user.\n\n### Notes\nQuick demo of how to build a recipe finder workflow in n8n. Expand easily with more features like multiple recipes, emails, or saving results."
      },
      "typeVersion": 1
    },
    {
      "id": "891b66aa-1620-4867-b27c-b978588a5462",
      "name": "API Ninjas에서 레시피 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        208,
        0
      ],
      "parameters": {
        "url": "https://api.api-ninjas.com/v1/recipe",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "query",
              "value": "={{ $json.query }}"
            }
          ]
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "IU0D73p4jW1pvQE8",
          "name": "API Ninjas Credential"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "51dbc266-c345-4334-9349-f66a45ff5350",
      "name": "폼 트리거 - 레시피 파인더",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "7361e34a-fc0e-4125-8b89-6c5774c86b0b",
      "parameters": {
        "options": {},
        "formTitle": "Find a recipe",
        "formFields": {
          "values": [
            {
              "fieldLabel": "query"
            }
          ]
        },
        "responseMode": "lastNode"
      },
      "typeVersion": 2.2
    },
    {
      "id": "2bbcb8e8-b63f-45a8-b141-07300ef724ba",
      "name": "레시피 결과 표시",
      "type": "n8n-nodes-base.form",
      "position": [
        448,
        0
      ],
      "webhookId": "51c635a1-9803-4fc0-a3b2-a7058cbd7356",
      "parameters": {
        "options": {},
        "operation": "completion",
        "completionTitle": "={{ $json.title }}",
        "completionMessage": "=<h3>Ingredients</h3>\n{{ $json.ingredients }}\n\n\n<h3>Instructions</h3>\n{{ $json.instructions }}"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "891b66aa-1620-4867-b27c-b978588a5462": {
      "main": [
        [
          {
            "node": "2bbcb8e8-b63f-45a8-b141-07300ef724ba",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "51dbc266-c345-4334-9349-f66a45ff5350": {
      "main": [
        [
          {
            "node": "891b66aa-1620-4867-b27c-b978588a5462",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 개인 생산성, 멀티모달 AI

유료인가요?

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

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

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

저자
Milan Vasarhelyi - SmoothWork

Milan Vasarhelyi - SmoothWork

@vasarmilan

We help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34