GitHub 저장소가 포크될 때 Pipedrive에 새로운 리드 추가
중급
이것은Sales, Engineering분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 If, Set, Pipedrive, HttpRequest, GithubTrigger 등의 노드를 사용하며. GitHub仓库被复刻时在Pipedrive中추가新线索
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •GitHub Personal Access Token
사용된 노드 (8)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
},
"nodes": [
{
"id": "a84fa822-fd74-45db-93c6-f51be75ef307",
"name": "사용자 존재 확인",
"type": "n8n-nodes-base.if",
"position": [
920,
340
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"name\"]}}",
"operation": "isNotEmpty"
}
]
}
},
"typeVersion": 1
},
{
"id": "500ef1bd-8965-4245-81d7-14c3897b4275",
"name": "사용자 ID 설정",
"type": "n8n-nodes-base.set",
"position": [
1480,
320
],
"parameters": {
"values": {
"string": [
{
"name": "PipedrivePersonId",
"value": "={{ $json[\"id\"] }}"
}
]
},
"options": {}
},
"typeVersion": 1
},
{
"id": "ab1a1335-92c8-41f8-b008-5b19530f08e9",
"name": "리드 생성",
"type": "n8n-nodes-base.pipedrive",
"position": [
1740,
320
],
"parameters": {
"title": "=Repo '{{$node[\"On fork\"].json[\"body\"][\"repository\"][\"full_name\"]}}' forked by {{$json[\"name\"]}}",
"resource": "lead",
"person_id": "={{$json[\"PipedrivePersonId\"]}}",
"associateWith": "person",
"additionalFields": {}
},
"credentials": {
"pipedriveApi": {
"id": "1",
"name": "Pipedrive account"
}
},
"typeVersion": 1
},
{
"id": "4fd06c6a-4975-4a6a-95f3-bb48f3e9bdf6",
"name": "포크 시",
"type": "n8n-nodes-base.githubTrigger",
"position": [
180,
340
],
"webhookId": "ff05ca29-9ed3-4b97-a4ce-4f9b1c05255f",
"parameters": {
"owner": "John-n8n",
"events": [
"fork"
],
"repository": "DemoRepo"
},
"credentials": {
"githubApi": {
"id": "7",
"name": "GitHub account"
}
},
"typeVersion": 1
},
{
"id": "86554078-ce7c-4dd3-b36f-d1bf22530f7b",
"name": "사용자 생성",
"type": "n8n-nodes-base.pipedrive",
"position": [
1200,
440
],
"parameters": {
"name": "={{ $node[\"On fork\"].json[\"body\"].forkee.owner.login }}",
"resource": "person",
"additionalFields": {
"email": [
"={{$node[\"Get Github user information\"].email}}"
]
}
},
"credentials": {
"pipedriveApi": {
"id": "1",
"name": "Pipedrive account"
}
},
"typeVersion": 1
},
{
"id": "c4a8dae8-d6f3-4309-8fa5-78d69cf1b1e8",
"name": "github URL로 노트 생성",
"type": "n8n-nodes-base.pipedrive",
"position": [
1980,
320
],
"parameters": {
"content": "=Github user url: {{ $node[\"On fork\"].json[\"body\"].sender.html_url }}",
"resource": "note",
"additionalFields": {
"lead_id": "={{ $json[\"id\"] }}"
}
},
"credentials": {
"pipedriveApi": {
"id": "1",
"name": "Pipedrive account"
}
},
"typeVersion": 1
},
{
"id": "8dfa3e8e-29d8-4098-825d-8ec915ca6f3f",
"name": "Github 사용자 정보 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
340
],
"parameters": {
"url": "={{$json[\"body\"].sender.url}}",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "githubApi"
},
"credentials": {
"githubApi": {
"id": "7",
"name": "GitHub account"
}
},
"typeVersion": 2
},
{
"id": "c4c2538a-28e8-4c75-856d-000a727a4f13",
"name": "이메일로 Pipedrive에서 포크한 사용자 검색",
"type": "n8n-nodes-base.pipedrive",
"position": [
680,
340
],
"parameters": {
"term": "={{ $json[\"email\"]}}",
"resource": "person",
"operation": "search",
"additionalFields": {
"fields": "email"
}
},
"credentials": {
"pipedriveApi": {
"id": "1",
"name": "Pipedrive account"
}
},
"typeVersion": 1,
"alwaysOutputData": true
}
],
"connections": {
"4fd06c6a-4975-4a6a-95f3-bb48f3e9bdf6": {
"main": [
[
{
"node": "8dfa3e8e-29d8-4098-825d-8ec915ca6f3f",
"type": "main",
"index": 0
}
]
]
},
"ab1a1335-92c8-41f8-b008-5b19530f08e9": {
"main": [
[
{
"node": "c4a8dae8-d6f3-4309-8fa5-78d69cf1b1e8",
"type": "main",
"index": 0
}
]
]
},
"86554078-ce7c-4dd3-b36f-d1bf22530f7b": {
"main": [
[
{
"node": "500ef1bd-8965-4245-81d7-14c3897b4275",
"type": "main",
"index": 0
}
]
]
},
"500ef1bd-8965-4245-81d7-14c3897b4275": {
"main": [
[
{
"node": "ab1a1335-92c8-41f8-b008-5b19530f08e9",
"type": "main",
"index": 0
}
]
]
},
"a84fa822-fd74-45db-93c6-f51be75ef307": {
"main": [
[
{
"node": "500ef1bd-8965-4245-81d7-14c3897b4275",
"type": "main",
"index": 0
}
],
[
{
"node": "86554078-ce7c-4dd3-b36f-d1bf22530f7b",
"type": "main",
"index": 0
}
]
]
},
"8dfa3e8e-29d8-4098-825d-8ec915ca6f3f": {
"main": [
[
{
"node": "c4c2538a-28e8-4c75-856d-000a727a4f13",
"type": "main",
"index": 0
}
]
]
},
"c4c2538a-28e8-4c75-856d-000a727a4f13": {
"main": [
[
{
"node": "a84fa822-fd74-45db-93c6-f51be75ef307",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 영업, 엔지니어링
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
CSV를 JSON으로 변환기 (에러 처리 및 Slack 알림)
에러 처리 및 Slack 알림 기능을 포함한 CSV에서 JSON 변환기
If
Set
Code
+
If
Set
Code
18 노드n8n Team
엔지니어링
회의 실시간 인사이트를 위한 AI 에이전트
AI스마트体用于会议实时洞察
If
Set
Webhook
+
If
Set
Webhook
19 노드Mark Shcherbakov
영업
OpenAI, Google Sheets, Jina AI 및 Slack을 활용한 AI 기반 정보 모니터링
AI 기반 정보 모니터링 워크플로우로 OpenAI, Google Sheets, Jina AI 및 Slack을 통합합니다
If
Set
Code
+
If
Set
Code
31 노드Dataki
영업
Pipedrive에 제품 추가 시 Stripe에 새 제품 추가
Pipedrive中추가제품时在Stripe中추가新제품
Set
Merge
Item Lists
+
Set
Merge
Item Lists
7 노드n8n Team
영업
Snowflake 데이터 로드
CSV 데이터를 Snowflake에 로드하기
Set
Snowflake
Http Request
+
Set
Snowflake
Http Request
5 노드n8n Team
엔지니어링
시각 기반 AI 대리자 크롤러 - Google 스프레드시트, ScrapingBee 및 Gemini 사용
✨ 시각적 AI 대리자 크롤러 - 구글 스프레드시트, ScrapingBee, Gemini 사용
Set
Markdown
Split Out
+
Set
Markdown
Split Out
29 노드Dataki
영업
워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형5
저자
n8n Team
@n8n-teamMeet the official n8n team. We specialize in building workflows that transform intricate tasks into seamless operations.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유