-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathn8n-workflow.json
More file actions
50 lines (50 loc) · 1.25 KB
/
n8n-workflow.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-368,
-160
],
"id": "e9ae8356-f119-47b5-a282-3063cbb4718e",
"name": "When clicking ‘Execute workflow’"
},
{
"parameters": {
"url": "https://api.apify.com/v2/acts/akash9078~youtube-transcript-extractor/run-sync-get-dataset-items?token=apify_api_key",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"language\": \"en\",\n \"videoUrl\": \"https://youtu.be/dQw4w9WgXcQ\"\n}",
"options": {}
},
"id": "d945c450-f852-4507-98ce-2f5eda6ecdd3",
"name": "YouTube Transcript Extractor",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-144,
-160
]
}
],
"connections": {
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "YouTube Transcript Extractor",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "b6d0384ceaa512c62c6ed3d552d6788e2c507d509518a50872d7cdc005f831f6"
}
}