{
"nodes" :[
{
"parameters" : {},
"type" : "n8n-nodes-base.manualTrigger" ,
"typeVersion" : 1 ,
"position" :[ 2032 , 1008 ],
"id" : "a69d1f3a-58b6-4a5d-bc8d-ad1fa9b78c38" ,
"name" : "Manual Trigger"
},
{
"parameters" : {
"jsCode" : "const longText = '글자 수 초과 테스트를 위한 더미 텍스트입니다. '.repeat(1000); \n return { json: { output: longText } };"
},
"type" : "n8n-nodes-base.code" ,
"typeVersion" : 2 ,
"position" :[ 2240 , 1008 ],
"id" : "6a948f8d-76e4-4bd3-9066-b0db03aae52a" ,
"name" : "더미 데이터 생성"
},
{
"parameters" : {
"authentication" : "webhook" ,
"content" : "={{ $json.output }}" ,
"options" : {}
},
"type" : "n8n-nodes-base.discord" ,
"typeVersion" : 2 ,
"position" : [ 2416 , 880 ],
"id" : "7a92094d-d011-4dab-8b0c-107a3ad1ac9d" ,
"name" : "Discord 1차 발송" ,
"alwaysOutputData" : false ,
"onError" : "continueErrorOutput"
},
{
"parameters" : {
"operation" : "toText" ,
"sourceProperty" : "output" ,
"options" : {}
},
"type" : "n8n-nodes-base.convertToFile" ,
"typeVersion" : 1.1 ,
"position" : [ 2736 , 1168 ],
"id" : "acf65c7c-bbd2-4351-97d2-f46ab4b37768" ,
"name" : "텍스트 파일 변환"
},
{
"parameters" : {
"authentication" : "webhook" ,
"content" : "내용이 길어져 파일을 첨부합니다." ,
"options" : {},
"files" : {
"values" :[
{
"inputFieldName" : "=data"
}
]
}
},
"type" : "n8n-nodes-base.discord" ,
"typeVersion" : 2 ,
"position" :[ 2880 , 1168 ],
"id" : "8a37668f-bfe1-45e1-b51a-44c198e6cda7" ,
"name" : "Discord 폴백 발송"
},
{
"parameters" : {
"mode" : "chooseBranch" ,
"useDataOfInput" : 2
},
"type" : "n8n-nodes-base.merge" ,
"typeVersion" : 3.2 ,
"position" : [ 2592 , 1168 ],
"id" : "b71e8096-6b6c-4cee-be5f-a89164fb95e8" ,
"name" : "Merge"
},
{
"parameters" : {
"conditions" : {
"options" : {
"caseSensitive" : true ,
"leftValue" : "" ,
"typeValidation" : "strict" ,
"version" : 3
},
"conditions" :[
{
"id" : "b274de46-201b-4d55-95eb-256118840802" ,
"leftValue" : "={{ $json.error }}" ,
"rightValue" : "" ,
"operator" : {
"type" : "string" ,
"operation" : "exists" ,
"singleValue" : true
}
}
],
"combinator" : "and"
},
"options" : {}
},
"type" : "n8n-nodes-base.if" ,
"typeVersion" : 2.3 ,
"position" :[ 2656 , 864 ],
"id" : "e9f33ccf-bb97-4444-8f42-663883044bca" ,
"name" : "If"
}
],
"connections" : {
"Manual Trigger" : {
"main" : [[
{
"node" : "더미 데이터 생성" ,
"type" : "main" ,
"index" : 0
}
]
]
},
"더미 데이터 생성" : {
"main" : [[
{
"node" : "Discord 1차 발송" ,
"type" : "main" ,
"index" : 0
},
{
"node" : "Merge" ,
"type" : "main" ,
"index" : 1
}
]
]
},
"Discord 1차 발송" : {
"main" : [[
{
"node" : "If" ,
"type" : "main" ,
"index" : 0
}
],[]
]
},
"텍스트 파일 변환" : {
"main" :[[
{
"node" : "Discord 폴백 발송" ,
"type" : "main" ,
"index" : 0
}
]
]
},
"Merge" : {
"main" : [[
{
"node" : "텍스트 파일 변환" ,
"type" : "main" ,
"index" : 0
}
]
]
},
"If" : {
"main" : [[
{
"node" : "Merge" ,
"type" : "main" ,
"index" : 0
}
]
]
}
}
}