랜덤 문자 생성기
중급
이것은Engineering, Building Blocks분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 Set, Form, Html, Crypto, Summarize 등의 노드를 사용하며. 사용자 상호작용형 양식을 통해 사용자 정의 랜덤 문자 생성
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "43hulIlfnB1UAXxn",
"meta": {
"instanceId": "135b9ed6d0f8a3f531d9011b0173000ad0dac1ffc90258e867f38c270f30c9dc",
"templateCredsSetupCompleted": true
},
"name": "random-string-generator",
"tags": [],
"nodes": [
{
"id": "9025bee8-18c5-4e9f-be2d-50ec77ba1730",
"name": "랜덤 문자열 생성",
"type": "n8n-nodes-base.crypto",
"position": [
200,
-20
],
"parameters": {
"action": "generate",
"encodingType": "base64",
"stringLength": "={{ $('rand_generator_form').item.json.length }}"
},
"executeOnce": false,
"retryOnFail": false,
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "f82ca3f1-25b8-4d84-8dc9-055364aac3a7",
"name": "rand_generator_form",
"type": "n8n-nodes-base.formTrigger",
"position": [
-240,
-20
],
"webhookId": "7e236f55-0d8a-4f7f-b4a2-ac0ae7db691d",
"parameters": {
"options": {
"buttonLabel": "Generate now"
},
"formTitle": "rand pass generator",
"formFields": {
"values": [
{
"fieldType": "number",
"fieldLabel": "length",
"placeholder": "16",
"requiredField": true
},
{
"fieldType": "number",
"fieldLabel": "copies",
"placeholder": "5",
"requiredField": true
}
]
},
"responseMode": "lastNode"
},
"typeVersion": 2.2
},
{
"id": "042211a5-364c-43d5-a4e1-d3842c3c90d3",
"name": "결과 표시",
"type": "n8n-nodes-base.form",
"position": [
1080,
-20
],
"webhookId": "0bfef085-f443-41ff-84da-811f21e7200e",
"parameters": {
"operation": "completion",
"respondWith": "showText",
"responseText": "={{ $json.html }}"
},
"typeVersion": 1
},
{
"id": "2d8f8a46-8260-4f03-b48a-aff708c17297",
"name": "HTML 형식 변환",
"type": "n8n-nodes-base.html",
"position": [
860,
-20
],
"parameters": {
"html": "<!DOCTYPE html>\n\n<html>\n<head>\n <meta charset=\"UTF-8\" />\n <title>random strings</title>\n</head>\n<body>\n <div class=\"container\">\n <h2>{{ $('rand_generator_form').item.json.copies }}X {{ $('rand_generator_form').item.json.length }}-char random strings</H2>\n \n <ul>{{ $json.concatenated_data }}</ul>\n </div>\n</body>\n</html>\n\n<style>\ncontainer {\n background-color: #ffffff;\n text-align: center;\n padding: 16px;\n border-radius: 8px;\n}\n\nh1 {\n color: #ff6d5a;\n font-size: 24px;\n font-weight: bold;\n padding: 8px;\n}\n\nh2 {\n color: #909399;\n font-size: 18px;\n font-weight: bold;\n padding: 8px;\n}\n</style>\n\n<script>\nconsole.log(\"Hello World!\");\n</script>"
},
"typeVersion": 1.2
},
{
"id": "8a133d07-aad9-4b34-94f2-dfe624602a3d",
"name": "항목 연결",
"type": "n8n-nodes-base.summarize",
"position": [
640,
-20
],
"parameters": {
"options": {},
"fieldsToSummarize": {
"values": [
{
"field": "data",
"separateBy": "\n",
"aggregation": "concatenate"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "5373a3a2-fe56-4278-95f5-ddee17ad2e5c",
"name": "항목 형식 지정",
"type": "n8n-nodes-base.set",
"position": [
420,
-20
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ac0116d7-11bb-4a51-8660-d4c276e52ba3",
"name": "data",
"type": "string",
"value": "=<li>{{ $json.data }}</li>"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "2a9c823c-8fdc-42a3-8787-384373cb695d",
"name": "중복 항목",
"type": "n8n-nodes-base.set",
"position": [
-20,
-20
],
"parameters": {
"options": {},
"assignments": {
"assignments": []
},
"duplicateItem": true,
"duplicateCount": "={{ $json.copies -1}}"
},
"typeVersion": 3.4
},
{
"id": "fdcbc663-20b4-4d19-ad61-a28b92f1c137",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-360,
-180
],
"parameters": {
"width": 1640,
"height": 600,
"content": "## random-string generator\n\n### Summary\nThis n8n workflow generates random strings containing only alphanumeric characters. \nYou can specify the length of the string and how many copies you like to generate.\n\n\n\n\n\n\n\n\n\n\n\n### Nodes used\n* formTrigger\n* set\n* crypto\n* summarize (concatenate)\n* HTML\n* form (form ending)\n\n### Notes\n* Dups operation is used to generate multipe copies as specified.\n* n8n Form apparently can't display HTML properly yet."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b5495b3b-4ce9-4050-a952-6403342eb547",
"connections": {
"2a9c823c-8fdc-42a3-8787-384373cb695d": {
"main": [
[
{
"node": "9025bee8-18c5-4e9f-be2d-50ec77ba1730",
"type": "main",
"index": 0
}
]
]
},
"5373a3a2-fe56-4278-95f5-ddee17ad2e5c": {
"main": [
[
{
"node": "8a133d07-aad9-4b34-94f2-dfe624602a3d",
"type": "main",
"index": 0
}
]
]
},
"2d8f8a46-8260-4f03-b48a-aff708c17297": {
"main": [
[
{
"node": "042211a5-364c-43d5-a4e1-d3842c3c90d3",
"type": "main",
"index": 0
}
]
]
},
"8a133d07-aad9-4b34-94f2-dfe624602a3d": {
"main": [
[
{
"node": "2d8f8a46-8260-4f03-b48a-aff708c17297",
"type": "main",
"index": 0
}
]
]
},
"f82ca3f1-25b8-4d84-8dc9-055364aac3a7": {
"main": [
[
{
"node": "2a9c823c-8fdc-42a3-8787-384373cb695d",
"type": "main",
"index": 0
}
]
]
},
"9025bee8-18c5-4e9f-be2d-50ec77ba1730": {
"main": [
[
{
"node": "5373a3a2-fe56-4278-95f5-ddee17ad2e5c",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 엔지니어링, 빌딩 블록
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
적응형 RAG
自适应RAG策略:쿼리分类与检索(Gemini및Qdrant)
Set
Switch
Summarize
+
Set
Switch
Summarize
39 노드dmr
엔지니어링
AI 대리인과 n8n 양식 기반의 대화식 인터뷰
AI 대리인과 n8n 양식을 기반으로 한 대화식 인터뷰
If
Set
Form
+
If
Set
Form
40 노드Jimleuk
제품
n8n 인스턴스의 공공 IP 주소 가져오기
n8n 인스턴스의 공공 IP 주소 가져오기
Set
Webhook
Aggregate
+
Set
Webhook
Aggregate
6 노드Ger Longstacks
엔지니어링
🤖 Telegram 로봇 Webhook 설정 도구
폼 자동화를 통해 Telegram 로봇 Webhook 설정
Set
Form
Form Trigger
+
Set
Form
Form Trigger
7 노드Un tal Camilo Medina
빌딩 블록
n8n 태그를 폴더로 변환하고 워크플로우를 이동합니다.
n8n 태그를 폴더로 변환하고 워크플로우를 이동합니다.
If
N8n
Set
+
If
N8n
Set
40 노드Imperol
빌딩 블록
텍스트, 음성, 이미지 및 PDF를 지원하는 AI 기반 WhatsApp 챗봇(RAG)
텍스트, 음성, 이미지 및 PDF 지원 AI 기반 WhatsApp 챗봇(RAG)
Set
Code
Switch
+
Set
Code
Switch
35 노드NovaNode
엔지니어링
워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형7
저자
Ger Longstacks
@dims3bodyDevOps expert passionate with automation, be it infrastructure provisioning, cloud operation, or workflow.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유