Google 스프레드시트에서 n8n 사용자 초대 자동화
중급
이것은IT Ops분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, Code, Merge, HttpRequest, GoogleSheets 등의 노드를 사용하며. Google 스프레드시트에서 n8n 사용자 초대 자동화
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "e634e668fe1fc93a75c4f2a7fc0dad807ca318b79654157eadb9578496acbc76",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "58c6003f-3311-448b-a949-4fbc22b38e2e",
"name": "'Test workflow' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-560,
80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "67e4f66c-256f-4e45-b98e-d2872a416ff5",
"name": "모든 사용자 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
80,
100
],
"parameters": {
"url": "={{ $json.n8n_url }}",
"options": {
"pagination": {
"pagination": {
"parameters": {
"parameters": [
{
"name": "cursor",
"value": "={{ $response.body.nextCursor }}"
}
]
},
"completeExpression": "={{ !$response.body.nextCursor }}",
"paginationCompleteWhen": "other"
}
}
},
"sendQuery": true,
"authentication": "predefinedCredentialType",
"queryParameters": {
"parameters": [
{
"name": "limit",
"value": "5"
}
]
},
"nodeCredentialType": "n8nApi"
},
"credentials": {
"n8nApi": {
"id": "dzYjDgtEXtpRPKhe",
"name": "n8n account"
},
"httpHeaderAuth": {
"id": "iiLmD473RYjGLbCA",
"name": "Squarespace API key - Apps script"
}
},
"typeVersion": 4.2
},
{
"id": "2a66ddc7-5fde-4e2b-9ad6-7c68968214ae",
"name": "모든 행 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
80,
-180
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/15A3ZWzIBfONL4U_1XGJvtsS8HtMQ69qrpxd5C5L6Akg/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "15A3ZWzIBfONL4U_1XGJvtsS8HtMQ69qrpxd5C5L6Akg",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/15A3ZWzIBfONL4U_1XGJvtsS8HtMQ69qrpxd5C5L6Akg/edit?usp=drivesdk",
"cachedResultName": "n8n-submission"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JgI9maibw5DnBXRP",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "f220c6db-eafb-4bb5-9cbe-43edcf563a67",
"name": "미사용자 가져오기",
"type": "n8n-nodes-base.merge",
"position": [
620,
-100
],
"parameters": {
"mode": "combine",
"options": {},
"advanced": true,
"joinMode": "keepNonMatches",
"mergeByFields": {
"values": [
{
"field1": "Email Address",
"field2": "email"
}
]
},
"outputDataFrom": "input1"
},
"typeVersion": 3
},
{
"id": "906e8dde-4c58-4e93-9e07-3064a5dd60dd",
"name": "사용자 초대",
"type": "n8n-nodes-base.httpRequest",
"position": [
1100,
-100
],
"parameters": {
"url": "={{ $('Edit Fields').item.json.n8n_url }}",
"method": "POST",
"options": {},
"jsonBody": "={{ [$json] }}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "n8nApi"
},
"credentials": {
"n8nApi": {
"id": "dzYjDgtEXtpRPKhe",
"name": "n8n account"
},
"httpHeaderAuth": {
"id": "iiLmD473RYjGLbCA",
"name": "Squarespace API key - Apps script"
}
},
"typeVersion": 4.2
},
{
"id": "195d0c33-611a-4a16-b62c-8ba1f4f31e19",
"name": "예약 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-560,
-160
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "dd453b5b-f238-43b1-8c44-2c3ed3a3d7ba",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
-220,
-20
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c3a7a1ee-d1a2-4a29-b4b3-dcadf0fc16e2",
"name": "n8n_url",
"type": "string",
"value": "https://{n8n-url}/api/v1/users"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "07e678c7-7c98-4f09-89d8-5e4d7d442a8f",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-280,
-160
],
"parameters": {
"color": 4,
"width": 230,
"height": 300,
"content": "## Edit this node 👇\nChange n8n_url to your instance URL\nhttps://docs.n8n.io/api/authentication/#call-the-api-using-your-key"
},
"typeVersion": 1
},
{
"id": "2bfb10b6-220b-4c73-a15f-190412f2dda2",
"name": "사용자 목록 생성",
"type": "n8n-nodes-base.set",
"position": [
880,
-100
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "36282722-07ec-47b1-ab08-c649b7901ed7",
"name": "email",
"type": "string",
"value": "={{ $json['Email Address'] }}"
},
{
"id": "9b073e1d-8c16-45b1-b333-97dfe635eb73",
"name": "role",
"type": "string",
"value": "global:member"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "221ca946-e305-4283-bca1-4289b8a7db28",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
-300
],
"parameters": {
"color": 4,
"width": 371.1995072042308,
"height": 600.88409546716,
"content": "## Invite users to n8n from Google sheets\nThis workflow will get all Users from n8n and compare against the rows from Google sheets and create new users\n\nInvitation emails will be sent once the new users created\n\nYou can run the workflow on demand or by schedule\n\n## Spreadsheet template\n\nThe sheet columns are inspire from Squarespace newsletter block connection, but you can change the node to adapt new columns format\n\nClone the [sample sheet here](https://docs.google.com/spreadsheets/d/1wi2Ucb4b35e0-fuf-96sMnyzTft0ADz3MwdE_cG_WnQ/edit?usp=sharing)\n- Submitted On\t\n- Email Address\t\n- Name"
},
"typeVersion": 1
},
{
"id": "c956e102-7fe3-4ee4-90e0-32cb11556c2c",
"name": "모든 페이지별 결과 결합",
"type": "n8n-nodes-base.code",
"position": [
320,
100
],
"parameters": {
"jsCode": "let results = [];\nfor (let i = 0; i < $input.all().length; i++) {\n results = results.concat($input.all()[i].json.data);\n}\n\nreturn results;"
},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"dd453b5b-f238-43b1-8c44-2c3ed3a3d7ba": {
"main": [
[
{
"node": "2a66ddc7-5fde-4e2b-9ad6-7c68968214ae",
"type": "main",
"index": 0
},
{
"node": "67e4f66c-256f-4e45-b98e-d2872a416ff5",
"type": "main",
"index": 0
}
]
]
},
"2a66ddc7-5fde-4e2b-9ad6-7c68968214ae": {
"main": [
[
{
"node": "f220c6db-eafb-4bb5-9cbe-43edcf563a67",
"type": "main",
"index": 0
}
]
]
},
"67e4f66c-256f-4e45-b98e-d2872a416ff5": {
"main": [
[
{
"node": "c956e102-7fe3-4ee4-90e0-32cb11556c2c",
"type": "main",
"index": 0
}
]
]
},
"f220c6db-eafb-4bb5-9cbe-43edcf563a67": {
"main": [
[
{
"node": "2bfb10b6-220b-4c73-a15f-190412f2dda2",
"type": "main",
"index": 0
}
]
]
},
"195d0c33-611a-4a16-b62c-8ba1f4f31e19": {
"main": [
[
{
"node": "dd453b5b-f238-43b1-8c44-2c3ed3a3d7ba",
"type": "main",
"index": 0
}
]
]
},
"2bfb10b6-220b-4c73-a15f-190412f2dda2": {
"main": [
[
{
"node": "906e8dde-4c58-4e93-9e07-3064a5dd60dd",
"type": "main",
"index": 0
}
]
]
},
"c956e102-7fe3-4ee4-90e0-32cb11556c2c": {
"main": [
[
{
"node": "f220c6db-eafb-4bb5-9cbe-43edcf563a67",
"type": "main",
"index": 1
}
]
]
},
"58c6003f-3311-448b-a949-4fbc22b38e2e": {
"main": [
[
{
"node": "dd453b5b-f238-43b1-8c44-2c3ed3a3d7ba",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Squarespace 코드注入을 Github에 백업합니다.
Squarespace 코드注入을 Github에 백업합니다.
If
Set
Code
+
If
Set
Code
17 노드bangank36
엔지니어링
Shopify 모든 주문을 Google 스프레드시트에 가져오기
Shopify의 모든 주문을 Google 스프레드시트에 가져옵니다.
If
Set
Code
+
If
Set
Code
11 노드bangank36
기타
Shopify 주문 자동 이행 프로세스
Shopify 주문 자동 처리 프로세스
Set
Filter
Shopify
+
Set
Filter
Shopify
13 노드bangank36
인공지능
CSV를 HubSpot에 업로드기 (동적 필드 맵핑 및 Google 스프레드시트 통합)
동적 필드 맵핑과 Google Sheets 통합을 포함한 CSV에서 HubSpot 업로드
If
Set
Code
+
If
Set
Code
36 노드PollupAI
인공지능
Squarespace 모든 주문을 Google 스프레드시트에 가져오기
Squarespace의 모든 주문을 Google 스프레드시트에 가져옵니다.
Set
Split Out
Http Request
+
Set
Split Out
Http Request
8 노드bangank36
영업
Meraki丢包및延迟告警至Microsoft Teams
Meraki丢包과延迟告警推送至Microsoft Teams
Set
Code
Merge
+
Set
Code
Merge
23 노드Gavin
IT 운영
워크플로우 정보
난이도
중급
노드 수11
카테고리1
노드 유형8
저자
bangank36
@bangank36Automation specialist with 10+ years of experience helping SME website owners streamline their workflows—specializing in Squarespace, Shopify, and WordPress. Book an initial consultation for custom n8n automation using my link.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유