-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdaily-quotes-workflow.json
More file actions
88 lines (88 loc) · 1.87 KB
/
daily-quotes-workflow.json
File metadata and controls
88 lines (88 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Daily Email Quotes",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-272,
-32
],
"id": "a3f6f579-afd2-4b30-ad86-4646a11fd15d",
"name": "When clicking 'Execute workflow'"
},
{
"parameters": {
"url": "http://zenquotes.io/api/random",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-64,
-32
],
"id": "a6a4eb25-6f82-47bc-8f52-95bf1136ebe4",
"name": "HTTP Request"
},
{
"parameters": {
"sendTo": "your-email@example.com",
"subject": "Daily Inspirational Quote",
"message": "=Here's your daily dose of inspiration:\n\n{{ $json.q }}\n\n— {{ $json.a }}",
"options": {}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
144,
-32
],
"id": "f310eca3-b32b-4838-b3cf-d84ff05c047a",
"name": "Send a message",
"credentials": {
"gmailOAuth2": {
"id": "YOUR_GMAIL_CREDENTIAL_ID",
"name": "Gmail account"
}
}
}
],
"pinData": {},
"connections": {
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Send a message",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "EXAMPLE_VERSION_ID",
"meta": {
"templateCredsSetupCompleted": false,
"instanceId": "EXAMPLE_INSTANCE_ID"
},
"id": "EXAMPLE_WORKFLOW_ID",
"tags": []
}