n8n-nodes-base 1.72.0 → 1.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/ElasticsearchApi.credentials.js +1 -1
  3. package/dist/credentials/ElasticsearchApi.credentials.js.map +1 -1
  4. package/dist/credentials/LinearOAuth2Api.credentials.js +8 -2
  5. package/dist/credentials/LinearOAuth2Api.credentials.js.map +1 -1
  6. package/dist/credentials/MailerLiteApi.credentials.d.ts +3 -1
  7. package/dist/credentials/MailerLiteApi.credentials.js +26 -0
  8. package/dist/credentials/MailerLiteApi.credentials.js.map +1 -1
  9. package/dist/credentials/OpenAiApi.credentials.js +9 -2
  10. package/dist/credentials/OpenAiApi.credentials.js.map +1 -1
  11. package/dist/credentials/Redis.credentials.js +7 -0
  12. package/dist/credentials/Redis.credentials.js.map +1 -1
  13. package/dist/credentials/SolarWindsIpamApi.credentials.d.ts +18 -0
  14. package/dist/credentials/SolarWindsIpamApi.credentials.js +78 -0
  15. package/dist/credentials/SolarWindsIpamApi.credentials.js.map +1 -0
  16. package/dist/credentials/SolarWindsObservabilityApi.credentials.d.ts +18 -0
  17. package/dist/credentials/SolarWindsObservabilityApi.credentials.js +64 -0
  18. package/dist/credentials/SolarWindsObservabilityApi.credentials.js.map +1 -0
  19. package/dist/credentials/icons/SolarWindsIpam.svg +71 -0
  20. package/dist/credentials/icons/SolarWindsObservability.svg +240 -0
  21. package/dist/known/credentials.json +8 -0
  22. package/dist/methods/defined.json +2 -1
  23. package/dist/methods/referenced.json +1 -0
  24. package/dist/nodes/Affinity/GenericFunctions.js.map +1 -1
  25. package/dist/nodes/Automizy/GenericFunctions.js.map +1 -1
  26. package/dist/nodes/BambooHr/v1/transport/index.js.map +1 -1
  27. package/dist/nodes/Box/GenericFunctions.js.map +1 -1
  28. package/dist/nodes/Cisco/Webex/GenericFunctions.js.map +1 -1
  29. package/dist/nodes/ClickUp/GenericFunctions.js.map +1 -1
  30. package/dist/nodes/Coda/GenericFunctions.js.map +1 -1
  31. package/dist/nodes/CoinGecko/GenericFunctions.js.map +1 -1
  32. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js +2 -2
  33. package/dist/nodes/Elastic/Elasticsearch/Elasticsearch.node.js.map +1 -1
  34. package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js +2 -2
  35. package/dist/nodes/Elastic/Elasticsearch/GenericFunctions.js.map +1 -1
  36. package/dist/nodes/ExecutionData/test/ExecutionData.workflow.json +112 -0
  37. package/dist/nodes/Facebook/FacebookGraphApi.node.js +4 -0
  38. package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
  39. package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js +1 -1
  40. package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js.map +1 -1
  41. package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js +1 -1
  42. package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js.map +1 -1
  43. package/dist/nodes/Files/ExtractFromFile/test/workflow.non_utf8_encoding.json +98 -0
  44. package/dist/nodes/Flow/GenericFunctions.js.map +1 -1
  45. package/dist/nodes/Form/Form.node.d.ts +2 -1
  46. package/dist/nodes/Form/Form.node.js +9 -6
  47. package/dist/nodes/Form/Form.node.js.map +1 -1
  48. package/dist/nodes/Form/interfaces.d.ts +1 -0
  49. package/dist/nodes/Form/interfaces.js.map +1 -1
  50. package/dist/nodes/Form/utils.d.ts +2 -1
  51. package/dist/nodes/Form/utils.js +2 -1
  52. package/dist/nodes/Form/utils.js.map +1 -1
  53. package/dist/nodes/Formstack/FormstackTrigger.node.js.map +1 -1
  54. package/dist/nodes/Freshdesk/Freshdesk.node.js.map +1 -1
  55. package/dist/nodes/GetResponse/GenericFunctions.js.map +1 -1
  56. package/dist/nodes/Git/Git.node.js.map +1 -1
  57. package/dist/nodes/Github/Github.node.js +4 -4
  58. package/dist/nodes/Github/Github.node.js.map +1 -1
  59. package/dist/nodes/Google/Calendar/GenericFunctions.js.map +1 -1
  60. package/dist/nodes/Google/CloudNaturalLanguage/GenericFunctions.js.map +1 -1
  61. package/dist/nodes/Google/Contacts/GenericFunctions.js.map +1 -1
  62. package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
  63. package/dist/nodes/Google/GSuiteAdmin/GenericFunctions.js.map +1 -1
  64. package/dist/nodes/Google/Gmail/Gmail.node.json +1 -1
  65. package/dist/nodes/Google/Gmail/test/v2/drafts.workflow.json +386 -0
  66. package/dist/nodes/Google/Gmail/test/v2/fixtures/labels.json +14 -0
  67. package/dist/nodes/Google/Gmail/test/v2/fixtures/messages.json +240 -0
  68. package/dist/nodes/Google/Gmail/test/v2/labels.workflow.json +163 -0
  69. package/dist/nodes/Google/Gmail/test/v2/messages.workflow.json +1151 -0
  70. package/dist/nodes/Google/Gmail/test/v2/threads.workflow.json +1174 -0
  71. package/dist/nodes/Google/Gmail/v2/GmailV2.node.d.ts +5 -4
  72. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +16 -48
  73. package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
  74. package/dist/nodes/Google/Gmail/v2/MessageDescription.js +2 -2
  75. package/dist/nodes/Google/Gmail/v2/MessageDescription.js.map +1 -1
  76. package/dist/nodes/Google/Gmail/v2/loadOptions.d.ts +4 -0
  77. package/dist/nodes/Google/Gmail/v2/loadOptions.js +50 -0
  78. package/dist/nodes/Google/Gmail/v2/loadOptions.js.map +1 -0
  79. package/dist/nodes/Google/Task/GenericFunctions.js.map +1 -1
  80. package/dist/nodes/Google/YouTube/GenericFunctions.js.map +1 -1
  81. package/dist/nodes/Gotify/GenericFunctions.js.map +1 -1
  82. package/dist/nodes/HelpScout/GenericFunctions.js.map +1 -1
  83. package/dist/nodes/HomeAssistant/HomeAssistant.node.js.map +1 -1
  84. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  85. package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
  86. package/dist/nodes/Hubspot/HubspotTrigger.node.js.map +1 -1
  87. package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
  88. package/dist/nodes/InvoiceNinja/BankTransactionDescription.js +10 -0
  89. package/dist/nodes/InvoiceNinja/BankTransactionDescription.js.map +1 -1
  90. package/dist/nodes/InvoiceNinja/BankTransactionInterface.d.ts +5 -1
  91. package/dist/nodes/InvoiceNinja/InvoiceNinja.node.d.ts +1 -0
  92. package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js +27 -3
  93. package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js.map +1 -1
  94. package/dist/nodes/Keap/GenericFunctions.js.map +1 -1
  95. package/dist/nodes/Linear/GenericFunctions.js +17 -4
  96. package/dist/nodes/Linear/GenericFunctions.js.map +1 -1
  97. package/dist/nodes/Linear/LinearTrigger.node.js +6 -0
  98. package/dist/nodes/Linear/LinearTrigger.node.js.map +1 -1
  99. package/dist/nodes/Magento/GenericFunctions.js.map +1 -1
  100. package/dist/nodes/MailerLite/GenericFunctions.d.ts +2 -1
  101. package/dist/nodes/MailerLite/GenericFunctions.js +43 -11
  102. package/dist/nodes/MailerLite/GenericFunctions.js.map +1 -1
  103. package/dist/nodes/MailerLite/MailerLite.node.d.ts +3 -9
  104. package/dist/nodes/MailerLite/MailerLite.node.js +12 -132
  105. package/dist/nodes/MailerLite/MailerLite.node.js.map +1 -1
  106. package/dist/nodes/MailerLite/MailerLite.svg +33 -0
  107. package/dist/nodes/MailerLite/MailerLiteTrigger.node.d.ts +3 -11
  108. package/dist/nodes/MailerLite/MailerLiteTrigger.node.js +11 -145
  109. package/dist/nodes/MailerLite/MailerLiteTrigger.node.js.map +1 -1
  110. package/dist/nodes/MailerLite/tests/apiResponses.d.ts +237 -0
  111. package/dist/nodes/MailerLite/tests/apiResponses.js +414 -0
  112. package/dist/nodes/MailerLite/tests/apiResponses.js.map +1 -0
  113. package/dist/nodes/MailerLite/tests/v1/MailerLite.v1.workflow.json +460 -0
  114. package/dist/nodes/MailerLite/tests/v2/MailerLite.v2.workflow.json +370 -0
  115. package/dist/nodes/MailerLite/v1/MailerLiteTriggerV1.node.d.ts +13 -0
  116. package/dist/nodes/MailerLite/v1/MailerLiteTriggerV1.node.js +159 -0
  117. package/dist/nodes/MailerLite/v1/MailerLiteTriggerV1.node.js.map +1 -0
  118. package/dist/nodes/MailerLite/v1/MailerLiteV1.node.d.ts +12 -0
  119. package/dist/nodes/MailerLite/v1/MailerLiteV1.node.js +136 -0
  120. package/dist/nodes/MailerLite/v1/MailerLiteV1.node.js.map +1 -0
  121. package/dist/nodes/MailerLite/v1/SubscriberDescription.js.map +1 -0
  122. package/dist/nodes/MailerLite/v2/MailerLite.Interface.d.ts +33 -0
  123. package/dist/nodes/MailerLite/v2/MailerLite.Interface.js +3 -0
  124. package/dist/nodes/MailerLite/v2/MailerLite.Interface.js.map +1 -0
  125. package/dist/nodes/MailerLite/v2/MailerLiteTriggerV2.node.d.ts +13 -0
  126. package/dist/nodes/MailerLite/v2/MailerLiteTriggerV2.node.js +154 -0
  127. package/dist/nodes/MailerLite/v2/MailerLiteTriggerV2.node.js.map +1 -0
  128. package/dist/nodes/MailerLite/v2/MailerLiteV2.node.d.ts +12 -0
  129. package/dist/nodes/MailerLite/v2/MailerLiteV2.node.js +141 -0
  130. package/dist/nodes/MailerLite/v2/MailerLiteV2.node.js.map +1 -0
  131. package/dist/nodes/MailerLite/v2/SubscriberDescription.d.ts +3 -0
  132. package/dist/nodes/MailerLite/v2/SubscriberDescription.js +286 -0
  133. package/dist/nodes/MailerLite/v2/SubscriberDescription.js.map +1 -0
  134. package/dist/nodes/Mailgun/Mailgun.node.js.map +1 -1
  135. package/dist/nodes/Mandrill/Mandrill.node.js.map +1 -1
  136. package/dist/nodes/Matrix/GenericFunctions.js.map +1 -1
  137. package/dist/nodes/Mautic/GenericFunctions.js.map +1 -1
  138. package/dist/nodes/Microsoft/Dynamics/GenericFunctions.js.map +1 -1
  139. package/dist/nodes/Microsoft/OneDrive/GenericFunctions.js.map +1 -1
  140. package/dist/nodes/Microsoft/Teams/v1/GenericFunctions.js.map +1 -1
  141. package/dist/nodes/Microsoft/Teams/v2/transport/index.js.map +1 -1
  142. package/dist/nodes/Microsoft/ToDo/GenericFunctions.js.map +1 -1
  143. package/dist/nodes/MongoDb/MongoDb.node.js +3 -1
  144. package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
  145. package/dist/nodes/Notion/test/node/v2/block/append.workflow.json +535 -0
  146. package/dist/nodes/Notion/test/node/v2/block/getAll.workflow.json +188 -0
  147. package/dist/nodes/Notion/test/node/v2/database/get.workflow.json +90 -0
  148. package/dist/nodes/Notion/test/node/v2/database/getAll.workflow.json +99 -0
  149. package/dist/nodes/Notion/test/node/v2/database/search.workflow.json +265 -0
  150. package/dist/nodes/Notion/test/node/v2/databasePage/create.workflow.json +116 -0
  151. package/dist/nodes/Notion/test/node/v2/databasePage/get.workflow.json +91 -0
  152. package/dist/nodes/Notion/test/node/v2/databasePage/getAll.workflow.json +114 -0
  153. package/dist/nodes/Notion/test/node/v2/databasePage/update.workflow.json +100 -0
  154. package/dist/nodes/Notion/test/node/v2/page/archive.workflow.json +90 -0
  155. package/dist/nodes/Notion/test/node/v2/page/create.workflow.json +111 -0
  156. package/dist/nodes/Notion/test/node/v2/page/search.workflow.json +97 -0
  157. package/dist/nodes/Notion/test/node/v2/user/get.workflow.json +88 -0
  158. package/dist/nodes/Notion/test/node/v2/user/getAll.workflow.json +104 -0
  159. package/dist/nodes/Onfleet/Onfleet.js.map +1 -1
  160. package/dist/nodes/OpenAi/OpenAi.node.js +1 -1
  161. package/dist/nodes/OpenAi/OpenAi.node.js.map +1 -1
  162. package/dist/nodes/PhilipsHue/test/apiResponses.d.ts +115 -0
  163. package/dist/nodes/PhilipsHue/test/apiResponses.js +109 -0
  164. package/dist/nodes/PhilipsHue/test/apiResponses.js.map +1 -0
  165. package/dist/nodes/PhilipsHue/test/workflow.json +227 -0
  166. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +1 -1
  167. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
  168. package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +2 -0
  169. package/dist/nodes/RabbitMQ/RabbitMQ.node.js.map +1 -1
  170. package/dist/nodes/Redis/Redis.node.js.map +1 -1
  171. package/dist/nodes/Redis/RedisTrigger.node.js.map +1 -1
  172. package/dist/nodes/Redis/types.d.ts +10 -0
  173. package/dist/nodes/Redis/types.js +3 -0
  174. package/dist/nodes/Redis/types.js.map +1 -0
  175. package/dist/nodes/Redis/utils.d.ts +5 -6
  176. package/dist/nodes/Redis/utils.js +3 -3
  177. package/dist/nodes/Redis/utils.js.map +1 -1
  178. package/dist/nodes/Salesforce/GenericFunctions.js.map +1 -1
  179. package/dist/nodes/Slack/Slack.node.json +1 -0
  180. package/dist/nodes/Slack/V2/FileDescription.js +2 -2
  181. package/dist/nodes/Slack/V2/FileDescription.js.map +1 -1
  182. package/dist/nodes/Slack/V2/MessageDescription.js +2 -2
  183. package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
  184. package/dist/nodes/Slack/V2/SlackV2.node.js +9 -0
  185. package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
  186. package/dist/nodes/Slack/test/v2/node/channel/archive.workflow.json +89 -0
  187. package/dist/nodes/Slack/test/v2/node/channel/create.workflow.json +119 -0
  188. package/dist/nodes/Slack/test/v2/node/channel/get.workflow.json +127 -0
  189. package/dist/nodes/Slack/test/v2/node/channel/getAll.workflow.json +181 -0
  190. package/dist/nodes/Slack/test/v2/node/channel/history.workflow.json +254 -0
  191. package/dist/nodes/Slack/test/v2/node/file/upload.workflow.json +147 -0
  192. package/dist/nodes/Slack/test/v2/node/message/delete.workflow.json +92 -0
  193. package/dist/nodes/Slack/test/v2/node/message/getPermalink.workflow.json +91 -0
  194. package/dist/nodes/Slack/test/v2/node/message/post.workflow.json +143 -0
  195. package/dist/nodes/Slack/test/v2/node/message/search.workflow.json +262 -0
  196. package/dist/nodes/Slack/test/v2/node/message/update.workflow.json +142 -0
  197. package/dist/nodes/Slack/test/v2/node/user/updateProfile.workflow.json +106 -0
  198. package/dist/nodes/UProc/ToolDescription.js +1 -3
  199. package/dist/nodes/UProc/ToolDescription.js.map +1 -1
  200. package/dist/types/credentials.json +6 -4
  201. package/dist/types/nodes.json +14 -12
  202. package/dist/utils/sendAndWait/email-templates.js +1 -1
  203. package/dist/utils/sendAndWait/email-templates.js.map +1 -1
  204. package/dist/utils/sendAndWait/utils.d.ts +20 -2
  205. package/dist/utils/sendAndWait/utils.js +197 -11
  206. package/dist/utils/sendAndWait/utils.js.map +1 -1
  207. package/package.json +6 -4
  208. package/dist/nodes/MailerLite/SubscriberDescription.js.map +0 -1
  209. package/dist/nodes/MailerLite/mailerLite.png +0 -0
  210. /package/dist/nodes/MailerLite/{SubscriberDescription.d.ts → v1/SubscriberDescription.d.ts} +0 -0
  211. /package/dist/nodes/MailerLite/{SubscriberDescription.js → v1/SubscriberDescription.js} +0 -0
@@ -0,0 +1,1151 @@
1
+ {
2
+ "name": "Gmail test - messages",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "type": "n8n-nodes-base.manualTrigger",
7
+ "typeVersion": 1,
8
+ "position": [0, 0],
9
+ "id": "765640dd-529f-4319-a435-a1b5411cf761",
10
+ "name": "When clicking ‘Test workflow’"
11
+ },
12
+ {
13
+ "parameters": {
14
+ "operation": "getAll",
15
+ "limit": 2,
16
+ "filters": {}
17
+ },
18
+ "type": "n8n-nodes-base.gmail",
19
+ "typeVersion": 2.1,
20
+ "position": [780, -600],
21
+ "id": "51f7694c-0d4c-4f84-9e4f-8a8fe8db18c9",
22
+ "name": "Gmail - Messages - All (simplified)",
23
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
24
+ "credentials": {
25
+ "gmailOAuth2": {
26
+ "id": "22",
27
+ "name": "Gmail 0auth"
28
+ }
29
+ }
30
+ },
31
+ {
32
+ "parameters": {
33
+ "operation": "getAll",
34
+ "limit": 2,
35
+ "simple": false,
36
+ "filters": {
37
+ "includeSpamTrash": true,
38
+ "labelIds": ["CHAT"],
39
+ "q": "test",
40
+ "readStatus": "both",
41
+ "receivedAfter": "2024-12-17T00:00:00",
42
+ "receivedBefore": "2024-12-26T00:00:00",
43
+ "sender": "Test Sender"
44
+ },
45
+ "options": {
46
+ "dataPropertyAttachmentsPrefixName": "attachment_",
47
+ "downloadAttachments": true
48
+ }
49
+ },
50
+ "type": "n8n-nodes-base.gmail",
51
+ "typeVersion": 2.1,
52
+ "position": [780, -400],
53
+ "id": "2ea8db65-5e60-47dc-bdca-1981bee1b63e",
54
+ "name": "Gmail - Messages - All",
55
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
56
+ "credentials": {
57
+ "gmailOAuth2": {
58
+ "id": "22",
59
+ "name": "Gmail 0auth"
60
+ }
61
+ }
62
+ },
63
+ {
64
+ "parameters": {
65
+ "sendTo": "test@n8n.io",
66
+ "subject": "Test Subject",
67
+ "message": "Test Message",
68
+ "options": {
69
+ "appendAttribution": true,
70
+ "attachmentsUi": {
71
+ "attachmentsBinary": [{}, {}]
72
+ },
73
+ "bccList": "test-bcc@n8n.io",
74
+ "ccList": "test-cc@n8n.io",
75
+ "senderName": "Test Sender",
76
+ "replyTo": "test-reply-to@n8n.io",
77
+ "replyToSenderOnly": true
78
+ }
79
+ },
80
+ "type": "n8n-nodes-base.gmail",
81
+ "typeVersion": 2.1,
82
+ "position": [1060, 1380],
83
+ "id": "da96a339-2df5-465f-a253-5302160ef921",
84
+ "name": "Gmail - Messages - Send",
85
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
86
+ "credentials": {
87
+ "gmailOAuth2": {
88
+ "id": "22",
89
+ "name": "Gmail 0auth"
90
+ }
91
+ }
92
+ },
93
+ {
94
+ "parameters": {
95
+ "operation": "sendAndWait",
96
+ "sendTo": "test@n8n.io",
97
+ "subject": "Test Subject",
98
+ "message": "Test Message"
99
+ },
100
+ "type": "n8n-nodes-base.gmail",
101
+ "typeVersion": 2.1,
102
+ "position": [780, 1580],
103
+ "id": "b12181b3-a98d-44ba-bb71-a22ce4e4c663",
104
+ "name": "Gmail - Messages - Send and Wait for Approval",
105
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
106
+ "credentials": {
107
+ "gmailOAuth2": {
108
+ "id": "22",
109
+ "name": "Gmail 0auth"
110
+ }
111
+ }
112
+ },
113
+ {
114
+ "parameters": {
115
+ "operation": "addLabels",
116
+ "messageId": "test",
117
+ "labelIds": ["CHAT"]
118
+ },
119
+ "type": "n8n-nodes-base.gmail",
120
+ "typeVersion": 2.1,
121
+ "position": [780, -220],
122
+ "id": "2f83b7ac-3e7a-466d-b269-88928da60d3a",
123
+ "name": "Gmail - Messages - Add Label",
124
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
125
+ "credentials": {
126
+ "gmailOAuth2": {
127
+ "id": "22",
128
+ "name": "Gmail 0auth"
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "parameters": {
134
+ "operation": "delete",
135
+ "messageId": "test"
136
+ },
137
+ "type": "n8n-nodes-base.gmail",
138
+ "typeVersion": 2.1,
139
+ "position": [780, 180],
140
+ "id": "aba867fa-bf92-4ba9-b96f-c0f74d37c144",
141
+ "name": "Gmail - Messages - Delete",
142
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
143
+ "credentials": {
144
+ "gmailOAuth2": {
145
+ "id": "22",
146
+ "name": "Gmail 0auth"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "parameters": {
152
+ "operation": "get",
153
+ "messageId": "test"
154
+ },
155
+ "type": "n8n-nodes-base.gmail",
156
+ "typeVersion": 2.1,
157
+ "position": [780, 380],
158
+ "id": "029494b2-caf2-4a1e-b496-1ab3ac96987a",
159
+ "name": "Gmail - Messages - Get (simplified)",
160
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
161
+ "credentials": {
162
+ "gmailOAuth2": {
163
+ "id": "22",
164
+ "name": "Gmail 0auth"
165
+ }
166
+ }
167
+ },
168
+ {
169
+ "parameters": {
170
+ "operation": "get",
171
+ "messageId": "test",
172
+ "simple": false,
173
+ "options": {}
174
+ },
175
+ "type": "n8n-nodes-base.gmail",
176
+ "typeVersion": 2.1,
177
+ "position": [780, 580],
178
+ "id": "86a77799-6d7b-4dd6-9afa-be3cd64e82df",
179
+ "name": "Gmail - Messages - Get",
180
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
181
+ "credentials": {
182
+ "gmailOAuth2": {
183
+ "id": "22",
184
+ "name": "Gmail 0auth"
185
+ }
186
+ }
187
+ },
188
+ {
189
+ "parameters": {
190
+ "operation": "markAsRead",
191
+ "messageId": "test"
192
+ },
193
+ "type": "n8n-nodes-base.gmail",
194
+ "typeVersion": 2.1,
195
+ "position": [780, 760],
196
+ "id": "aedc33d9-cc57-4bc1-8811-8aa5fe02a363",
197
+ "name": "Gmail - Messages - Mark as Read",
198
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
199
+ "credentials": {
200
+ "gmailOAuth2": {
201
+ "id": "22",
202
+ "name": "Gmail 0auth"
203
+ }
204
+ }
205
+ },
206
+ {
207
+ "parameters": {
208
+ "operation": "markAsUnread",
209
+ "messageId": "test"
210
+ },
211
+ "type": "n8n-nodes-base.gmail",
212
+ "typeVersion": 2.1,
213
+ "position": [780, 980],
214
+ "id": "a463ad5e-3fac-40c9-b9bf-0705d28aa68d",
215
+ "name": "Gmail - Messages - Mark as Unread",
216
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
217
+ "credentials": {
218
+ "gmailOAuth2": {
219
+ "id": "22",
220
+ "name": "Gmail 0auth"
221
+ }
222
+ }
223
+ },
224
+ {
225
+ "parameters": {
226
+ "operation": "removeLabels",
227
+ "messageId": "test",
228
+ "labelIds": ["CHAT"]
229
+ },
230
+ "type": "n8n-nodes-base.gmail",
231
+ "typeVersion": 2.1,
232
+ "position": [780, -20],
233
+ "id": "97996089-0116-4c86-b24c-5848661efc9c",
234
+ "name": "Gmail - Messages - Remove Label",
235
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
236
+ "credentials": {
237
+ "gmailOAuth2": {
238
+ "id": "22",
239
+ "name": "Gmail 0auth"
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "parameters": {
245
+ "operation": "reply",
246
+ "messageId": "test",
247
+ "message": "Test reply",
248
+ "options": {
249
+ "appendAttribution": false,
250
+ "bccList": "test-bcc@n8n.io",
251
+ "senderName": "Test Sender Name",
252
+ "replyToSenderOnly": false
253
+ }
254
+ },
255
+ "type": "n8n-nodes-base.gmail",
256
+ "typeVersion": 2.1,
257
+ "position": [780, 1200],
258
+ "id": "aa43df3d-5de3-4663-9211-401e3040a4de",
259
+ "name": "Gmail - Messages - Reply",
260
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
261
+ "credentials": {
262
+ "gmailOAuth2": {
263
+ "id": "22",
264
+ "name": "Gmail 0auth"
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "parameters": {
270
+ "operation": "toJson",
271
+ "options": {}
272
+ },
273
+ "type": "n8n-nodes-base.convertToFile",
274
+ "typeVersion": 1.1,
275
+ "position": [920, 1380],
276
+ "id": "6820a547-12dc-4146-8483-a43adf695b40",
277
+ "name": "Attachment"
278
+ },
279
+ {
280
+ "parameters": {
281
+ "assignments": {
282
+ "assignments": [
283
+ {
284
+ "id": "0a4e38fe-ed38-400e-afb1-9d430f167d54",
285
+ "name": "attachment",
286
+ "value": true,
287
+ "type": "boolean"
288
+ }
289
+ ]
290
+ },
291
+ "options": {}
292
+ },
293
+ "type": "n8n-nodes-base.set",
294
+ "typeVersion": 3.4,
295
+ "position": [780, 1380],
296
+ "id": "72bd5e27-dd43-48ad-be97-634caf883dd5",
297
+ "name": "Edit Fields"
298
+ }
299
+ ],
300
+ "pinData": {
301
+ "Gmail - Messages - All (simplified)": [
302
+ {
303
+ "json": {
304
+ "id": "a1b2c3d4e5f6g7h8",
305
+ "threadId": "a1b2c3d4e5f6g7h8",
306
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
307
+ "payload": {
308
+ "partId": "",
309
+ "mimeType": "multipart/alternative",
310
+ "filename": "",
311
+ "body": { "size": 0 },
312
+ "parts": [
313
+ {
314
+ "partId": "0",
315
+ "mimeType": "text/plain",
316
+ "filename": "",
317
+ "headers": [
318
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
319
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
320
+ ],
321
+ "body": {
322
+ "size": 1234,
323
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
324
+ }
325
+ },
326
+ {
327
+ "partId": "1",
328
+ "mimeType": "text/html",
329
+ "filename": "",
330
+ "headers": [
331
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
332
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
333
+ ],
334
+ "body": {
335
+ "size": 5678,
336
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
337
+ }
338
+ }
339
+ ]
340
+ },
341
+ "sizeEstimate": 67890,
342
+ "historyId": "54321",
343
+ "internalDate": "1733405400000",
344
+ "labels": [],
345
+ "Delivered-To": "exampleuser@gmail.com",
346
+ "Received": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
347
+ "X-Google-Smtp-Source": "ABC12345+EXAMPLE123456789",
348
+ "X-Received": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
349
+ "ARC-Seal": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456=",
350
+ "ARC-Message-Signature": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345=",
351
+ "ARC-Authentication-Results": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com",
352
+ "Return-Path": "<promo@promotion.example.com>",
353
+ "Date": "Thu, 5 Dec 2024 08:30:00 -0800",
354
+ "From": "Holiday Deals <promo@promotion.example.com>",
355
+ "To": "exampleuser@gmail.com",
356
+ "Message-ID": "<12345abc67890@promotion.example.com>",
357
+ "Subject": "Exclusive Holiday Discounts!",
358
+ "MIME-Version": "1.0",
359
+ "Content-Type": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
360
+ }
361
+ },
362
+ {
363
+ "json": {
364
+ "id": "a1b2c3d4e5f6g7h8",
365
+ "threadId": "a1b2c3d4e5f6g7h8",
366
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
367
+ "payload": {
368
+ "partId": "",
369
+ "mimeType": "multipart/alternative",
370
+ "filename": "",
371
+ "body": { "size": 0 },
372
+ "parts": [
373
+ {
374
+ "partId": "0",
375
+ "mimeType": "text/plain",
376
+ "filename": "",
377
+ "headers": [
378
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
379
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
380
+ ],
381
+ "body": {
382
+ "size": 1234,
383
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
384
+ }
385
+ },
386
+ {
387
+ "partId": "1",
388
+ "mimeType": "text/html",
389
+ "filename": "",
390
+ "headers": [
391
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
392
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
393
+ ],
394
+ "body": {
395
+ "size": 5678,
396
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
397
+ }
398
+ }
399
+ ]
400
+ },
401
+ "sizeEstimate": 67890,
402
+ "historyId": "54321",
403
+ "internalDate": "1733405400000",
404
+ "labels": [],
405
+ "Delivered-To": "exampleuser@gmail.com",
406
+ "Received": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
407
+ "X-Google-Smtp-Source": "ABC12345+EXAMPLE123456789",
408
+ "X-Received": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
409
+ "ARC-Seal": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456=",
410
+ "ARC-Message-Signature": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345=",
411
+ "ARC-Authentication-Results": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com",
412
+ "Return-Path": "<promo@promotion.example.com>",
413
+ "Date": "Thu, 5 Dec 2024 08:30:00 -0800",
414
+ "From": "Holiday Deals <promo@promotion.example.com>",
415
+ "To": "exampleuser@gmail.com",
416
+ "Message-ID": "<12345abc67890@promotion.example.com>",
417
+ "Subject": "Exclusive Holiday Discounts!",
418
+ "MIME-Version": "1.0",
419
+ "Content-Type": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
420
+ }
421
+ }
422
+ ],
423
+ "Gmail - Messages - All": [
424
+ {
425
+ "json": {
426
+ "id": "a1b2c3d4e5f6g7h8",
427
+ "threadId": "a1b2c3d4e5f6g7h8",
428
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
429
+ "sizeEstimate": 67890,
430
+ "headers": {
431
+ "mime-version": "MIME-Version: 1.0",
432
+ "date": "Date: Fri, 13 Dec 2024 11:15:01 +0100",
433
+ "message-id": "Message-ID: <CAEGAProwudGnKXxqrhMjOuxamTh7yArjwP7OD9UBq-Jpkb0X9w@mail.gmail.com>",
434
+ "subject": "Subject: Test draft",
435
+ "from": "From: node qa <node8qa@gmail.com>",
436
+ "to": "To: test@gmail.com",
437
+ "content-type": "Content-Type: multipart/alternative; boundary=\"0000000000009d58b60629241a22\""
438
+ },
439
+ "html": "<div dir=\"ltr\">draft body<br></div>\n",
440
+ "text": "draft body\n",
441
+ "textAsHtml": "<p>draft body</p>",
442
+ "subject": "Test draft",
443
+ "date": "2024-12-13T10:15:01.000Z",
444
+ "to": {
445
+ "value": [{ "address": "test@gmail.com", "name": "" }],
446
+ "html": "<span class=\"mp_address_group\"><a href=\"mailto:test@gmail.com\" class=\"mp_address_email\">test@gmail.com</a></span>",
447
+ "text": "test@gmail.com"
448
+ },
449
+ "from": {
450
+ "value": [{ "address": "node8qa@gmail.com", "name": "node qa" }],
451
+ "html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">node qa</span> &lt;<a href=\"mailto:node8qa@gmail.com\" class=\"mp_address_email\">node8qa@gmail.com</a>&gt;</span>",
452
+ "text": "\"node qa\" <node8qa@gmail.com>"
453
+ },
454
+ "messageId": "<CAEGAProwudGnKXxqrhMjOuxamTh7yArjwP7OD9UBq-Jpkb0X9w@mail.gmail.com>"
455
+ }
456
+ },
457
+ {
458
+ "json": {
459
+ "id": "z9y8x7w6v5u4t3s2",
460
+ "threadId": "z9y8x7w6v5u4t3s2",
461
+ "labelIds": ["UNREAD", "CATEGORY_SOCIAL", "INBOX"],
462
+ "sizeEstimate": 54321,
463
+ "headers": {
464
+ "mime-version": "MIME-Version: 1.0",
465
+ "date": "Date: Fri, 13 Dec 2024 11:15:01 +0100",
466
+ "message-id": "Message-ID: <CAEGAProwudGnKXxqrhMjOuxamTh7yArjwP7OD9UBq-Jpkb0X9w@mail.gmail.com>",
467
+ "subject": "Subject: Test draft",
468
+ "from": "From: node qa <node8qa@gmail.com>",
469
+ "to": "To: test@gmail.com",
470
+ "content-type": "Content-Type: multipart/alternative; boundary=\"0000000000009d58b60629241a22\""
471
+ },
472
+ "html": "<div dir=\"ltr\">draft body<br></div>\n",
473
+ "text": "draft body\n",
474
+ "textAsHtml": "<p>draft body</p>",
475
+ "subject": "Test draft",
476
+ "date": "2024-12-13T10:15:01.000Z",
477
+ "to": {
478
+ "value": [{ "address": "test@gmail.com", "name": "" }],
479
+ "html": "<span class=\"mp_address_group\"><a href=\"mailto:test@gmail.com\" class=\"mp_address_email\">test@gmail.com</a></span>",
480
+ "text": "test@gmail.com"
481
+ },
482
+ "from": {
483
+ "value": [{ "address": "node8qa@gmail.com", "name": "node qa" }],
484
+ "html": "<span class=\"mp_address_group\"><span class=\"mp_address_name\">node qa</span> &lt;<a href=\"mailto:node8qa@gmail.com\" class=\"mp_address_email\">node8qa@gmail.com</a>&gt;</span>",
485
+ "text": "\"node qa\" <node8qa@gmail.com>"
486
+ },
487
+ "messageId": "<CAEGAProwudGnKXxqrhMjOuxamTh7yArjwP7OD9UBq-Jpkb0X9w@mail.gmail.com>"
488
+ }
489
+ }
490
+ ],
491
+ "Gmail - Messages - Send": [
492
+ {
493
+ "json": {
494
+ "id": "a1b2c3d4e5f6g7h8",
495
+ "threadId": "a1b2c3d4e5f6g7h8",
496
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
497
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
498
+ "payload": {
499
+ "partId": "",
500
+ "mimeType": "multipart/alternative",
501
+ "filename": "",
502
+ "headers": [
503
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
504
+ {
505
+ "name": "Received",
506
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
507
+ },
508
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
509
+ {
510
+ "name": "X-Received",
511
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
512
+ },
513
+ {
514
+ "name": "ARC-Seal",
515
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
516
+ },
517
+ {
518
+ "name": "ARC-Message-Signature",
519
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
520
+ },
521
+ {
522
+ "name": "ARC-Authentication-Results",
523
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
524
+ },
525
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
526
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
527
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
528
+ { "name": "To", "value": "exampleuser@gmail.com" },
529
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
530
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
531
+ { "name": "MIME-Version", "value": "1.0" },
532
+ {
533
+ "name": "Content-Type",
534
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
535
+ }
536
+ ],
537
+ "body": { "size": 0 },
538
+ "parts": [
539
+ {
540
+ "partId": "0",
541
+ "mimeType": "text/plain",
542
+ "filename": "",
543
+ "headers": [
544
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
545
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
546
+ ],
547
+ "body": {
548
+ "size": 1234,
549
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
550
+ }
551
+ },
552
+ {
553
+ "partId": "1",
554
+ "mimeType": "text/html",
555
+ "filename": "",
556
+ "headers": [
557
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
558
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
559
+ ],
560
+ "body": {
561
+ "size": 5678,
562
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
563
+ }
564
+ }
565
+ ]
566
+ },
567
+ "sizeEstimate": 67890,
568
+ "historyId": "54321",
569
+ "internalDate": "1733405400000"
570
+ }
571
+ }
572
+ ],
573
+ "Gmail - Messages - Send and Wait for Approval": [{ "json": {} }],
574
+ "Gmail - Messages - Add Label": [
575
+ {
576
+ "json": {
577
+ "id": "a1b2c3d4e5f6g7h8",
578
+ "threadId": "a1b2c3d4e5f6g7h8",
579
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
580
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
581
+ "payload": {
582
+ "partId": "",
583
+ "mimeType": "multipart/alternative",
584
+ "filename": "",
585
+ "headers": [
586
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
587
+ {
588
+ "name": "Received",
589
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
590
+ },
591
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
592
+ {
593
+ "name": "X-Received",
594
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
595
+ },
596
+ {
597
+ "name": "ARC-Seal",
598
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
599
+ },
600
+ {
601
+ "name": "ARC-Message-Signature",
602
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
603
+ },
604
+ {
605
+ "name": "ARC-Authentication-Results",
606
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
607
+ },
608
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
609
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
610
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
611
+ { "name": "To", "value": "exampleuser@gmail.com" },
612
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
613
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
614
+ { "name": "MIME-Version", "value": "1.0" },
615
+ {
616
+ "name": "Content-Type",
617
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
618
+ }
619
+ ],
620
+ "body": { "size": 0 },
621
+ "parts": [
622
+ {
623
+ "partId": "0",
624
+ "mimeType": "text/plain",
625
+ "filename": "",
626
+ "headers": [
627
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
628
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
629
+ ],
630
+ "body": {
631
+ "size": 1234,
632
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
633
+ }
634
+ },
635
+ {
636
+ "partId": "1",
637
+ "mimeType": "text/html",
638
+ "filename": "",
639
+ "headers": [
640
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
641
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
642
+ ],
643
+ "body": {
644
+ "size": 5678,
645
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
646
+ }
647
+ }
648
+ ]
649
+ },
650
+ "sizeEstimate": 67890,
651
+ "historyId": "54321",
652
+ "internalDate": "1733405400000"
653
+ }
654
+ }
655
+ ],
656
+ "Gmail - Messages - Delete": [{ "json": { "success": true } }],
657
+ "Gmail - Messages - Get (simplified)": [
658
+ {
659
+ "json": {
660
+ "id": "a1b2c3d4e5f6g7h8",
661
+ "threadId": "a1b2c3d4e5f6g7h8",
662
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
663
+ "payload": {
664
+ "partId": "",
665
+ "mimeType": "multipart/alternative",
666
+ "filename": "",
667
+ "body": { "size": 0 },
668
+ "parts": [
669
+ {
670
+ "partId": "0",
671
+ "mimeType": "text/plain",
672
+ "filename": "",
673
+ "headers": [
674
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
675
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
676
+ ],
677
+ "body": {
678
+ "size": 1234,
679
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
680
+ }
681
+ },
682
+ {
683
+ "partId": "1",
684
+ "mimeType": "text/html",
685
+ "filename": "",
686
+ "headers": [
687
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
688
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
689
+ ],
690
+ "body": {
691
+ "size": 5678,
692
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
693
+ }
694
+ }
695
+ ]
696
+ },
697
+ "sizeEstimate": 67890,
698
+ "historyId": "54321",
699
+ "internalDate": "1733405400000",
700
+ "labels": [],
701
+ "Delivered-To": "exampleuser@gmail.com",
702
+ "Received": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
703
+ "X-Google-Smtp-Source": "ABC12345+EXAMPLE123456789",
704
+ "X-Received": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)",
705
+ "ARC-Seal": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456=",
706
+ "ARC-Message-Signature": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345=",
707
+ "ARC-Authentication-Results": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com",
708
+ "Return-Path": "<promo@promotion.example.com>",
709
+ "Date": "Thu, 5 Dec 2024 08:30:00 -0800",
710
+ "From": "Holiday Deals <promo@promotion.example.com>",
711
+ "To": "exampleuser@gmail.com",
712
+ "Message-ID": "<12345abc67890@promotion.example.com>",
713
+ "Subject": "Exclusive Holiday Discounts!",
714
+ "MIME-Version": "1.0",
715
+ "Content-Type": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
716
+ }
717
+ }
718
+ ],
719
+ "Gmail - Messages - Get": [
720
+ { "json": { "headers": { "": "��-zf���'���" }, "html": false } }
721
+ ],
722
+ "Gmail - Messages - Mark as Read": [
723
+ {
724
+ "json": {
725
+ "id": "a1b2c3d4e5f6g7h8",
726
+ "threadId": "a1b2c3d4e5f6g7h8",
727
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
728
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
729
+ "payload": {
730
+ "partId": "",
731
+ "mimeType": "multipart/alternative",
732
+ "filename": "",
733
+ "headers": [
734
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
735
+ {
736
+ "name": "Received",
737
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
738
+ },
739
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
740
+ {
741
+ "name": "X-Received",
742
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
743
+ },
744
+ {
745
+ "name": "ARC-Seal",
746
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
747
+ },
748
+ {
749
+ "name": "ARC-Message-Signature",
750
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
751
+ },
752
+ {
753
+ "name": "ARC-Authentication-Results",
754
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
755
+ },
756
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
757
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
758
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
759
+ { "name": "To", "value": "exampleuser@gmail.com" },
760
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
761
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
762
+ { "name": "MIME-Version", "value": "1.0" },
763
+ {
764
+ "name": "Content-Type",
765
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
766
+ }
767
+ ],
768
+ "body": { "size": 0 },
769
+ "parts": [
770
+ {
771
+ "partId": "0",
772
+ "mimeType": "text/plain",
773
+ "filename": "",
774
+ "headers": [
775
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
776
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
777
+ ],
778
+ "body": {
779
+ "size": 1234,
780
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
781
+ }
782
+ },
783
+ {
784
+ "partId": "1",
785
+ "mimeType": "text/html",
786
+ "filename": "",
787
+ "headers": [
788
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
789
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
790
+ ],
791
+ "body": {
792
+ "size": 5678,
793
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
794
+ }
795
+ }
796
+ ]
797
+ },
798
+ "sizeEstimate": 67890,
799
+ "historyId": "54321",
800
+ "internalDate": "1733405400000"
801
+ }
802
+ }
803
+ ],
804
+ "Gmail - Messages - Mark as Unread": [
805
+ {
806
+ "json": {
807
+ "id": "a1b2c3d4e5f6g7h8",
808
+ "threadId": "a1b2c3d4e5f6g7h8",
809
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
810
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
811
+ "payload": {
812
+ "partId": "",
813
+ "mimeType": "multipart/alternative",
814
+ "filename": "",
815
+ "headers": [
816
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
817
+ {
818
+ "name": "Received",
819
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
820
+ },
821
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
822
+ {
823
+ "name": "X-Received",
824
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
825
+ },
826
+ {
827
+ "name": "ARC-Seal",
828
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
829
+ },
830
+ {
831
+ "name": "ARC-Message-Signature",
832
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
833
+ },
834
+ {
835
+ "name": "ARC-Authentication-Results",
836
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
837
+ },
838
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
839
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
840
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
841
+ { "name": "To", "value": "exampleuser@gmail.com" },
842
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
843
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
844
+ { "name": "MIME-Version", "value": "1.0" },
845
+ {
846
+ "name": "Content-Type",
847
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
848
+ }
849
+ ],
850
+ "body": { "size": 0 },
851
+ "parts": [
852
+ {
853
+ "partId": "0",
854
+ "mimeType": "text/plain",
855
+ "filename": "",
856
+ "headers": [
857
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
858
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
859
+ ],
860
+ "body": {
861
+ "size": 1234,
862
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
863
+ }
864
+ },
865
+ {
866
+ "partId": "1",
867
+ "mimeType": "text/html",
868
+ "filename": "",
869
+ "headers": [
870
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
871
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
872
+ ],
873
+ "body": {
874
+ "size": 5678,
875
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
876
+ }
877
+ }
878
+ ]
879
+ },
880
+ "sizeEstimate": 67890,
881
+ "historyId": "54321",
882
+ "internalDate": "1733405400000"
883
+ }
884
+ }
885
+ ],
886
+ "Gmail - Messages - Remove Label": [
887
+ {
888
+ "json": {
889
+ "id": "a1b2c3d4e5f6g7h8",
890
+ "threadId": "a1b2c3d4e5f6g7h8",
891
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
892
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
893
+ "payload": {
894
+ "partId": "",
895
+ "mimeType": "multipart/alternative",
896
+ "filename": "",
897
+ "headers": [
898
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
899
+ {
900
+ "name": "Received",
901
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
902
+ },
903
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
904
+ {
905
+ "name": "X-Received",
906
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
907
+ },
908
+ {
909
+ "name": "ARC-Seal",
910
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
911
+ },
912
+ {
913
+ "name": "ARC-Message-Signature",
914
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
915
+ },
916
+ {
917
+ "name": "ARC-Authentication-Results",
918
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
919
+ },
920
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
921
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
922
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
923
+ { "name": "To", "value": "exampleuser@gmail.com" },
924
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
925
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
926
+ { "name": "MIME-Version", "value": "1.0" },
927
+ {
928
+ "name": "Content-Type",
929
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
930
+ }
931
+ ],
932
+ "body": { "size": 0 },
933
+ "parts": [
934
+ {
935
+ "partId": "0",
936
+ "mimeType": "text/plain",
937
+ "filename": "",
938
+ "headers": [
939
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
940
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
941
+ ],
942
+ "body": {
943
+ "size": 1234,
944
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
945
+ }
946
+ },
947
+ {
948
+ "partId": "1",
949
+ "mimeType": "text/html",
950
+ "filename": "",
951
+ "headers": [
952
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
953
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
954
+ ],
955
+ "body": {
956
+ "size": 5678,
957
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
958
+ }
959
+ }
960
+ ]
961
+ },
962
+ "sizeEstimate": 67890,
963
+ "historyId": "54321",
964
+ "internalDate": "1733405400000"
965
+ }
966
+ }
967
+ ],
968
+ "Gmail - Messages - Reply": [
969
+ {
970
+ "json": {
971
+ "id": "a1b2c3d4e5f6g7h8",
972
+ "threadId": "a1b2c3d4e5f6g7h8",
973
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
974
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
975
+ "payload": {
976
+ "partId": "",
977
+ "mimeType": "multipart/alternative",
978
+ "filename": "",
979
+ "headers": [
980
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
981
+ {
982
+ "name": "Received",
983
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
984
+ },
985
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
986
+ {
987
+ "name": "X-Received",
988
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
989
+ },
990
+ {
991
+ "name": "ARC-Seal",
992
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
993
+ },
994
+ {
995
+ "name": "ARC-Message-Signature",
996
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
997
+ },
998
+ {
999
+ "name": "ARC-Authentication-Results",
1000
+ "value": "i=1; mx.example.com; dkim=pass header.i=@promotion.example.com; spf=pass smtp.mailfrom=promo@promotion.example.com; dmarc=pass header.from=example.com"
1001
+ },
1002
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
1003
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
1004
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
1005
+ { "name": "To", "value": "exampleuser@gmail.com" },
1006
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
1007
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
1008
+ { "name": "MIME-Version", "value": "1.0" },
1009
+ {
1010
+ "name": "Content-Type",
1011
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
1012
+ }
1013
+ ],
1014
+ "body": { "size": 0 },
1015
+ "parts": [
1016
+ {
1017
+ "partId": "0",
1018
+ "mimeType": "text/plain",
1019
+ "filename": "",
1020
+ "headers": [
1021
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
1022
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
1023
+ ],
1024
+ "body": {
1025
+ "size": 1234,
1026
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
1027
+ }
1028
+ },
1029
+ {
1030
+ "partId": "1",
1031
+ "mimeType": "text/html",
1032
+ "filename": "",
1033
+ "headers": [
1034
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
1035
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
1036
+ ],
1037
+ "body": {
1038
+ "size": 5678,
1039
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
1040
+ }
1041
+ }
1042
+ ]
1043
+ },
1044
+ "sizeEstimate": 67890,
1045
+ "historyId": "54321",
1046
+ "internalDate": "1733405400000"
1047
+ }
1048
+ }
1049
+ ]
1050
+ },
1051
+ "connections": {
1052
+ "When clicking ‘Test workflow’": {
1053
+ "main": [
1054
+ [
1055
+ {
1056
+ "node": "Gmail - Messages - All (simplified)",
1057
+ "type": "main",
1058
+ "index": 0
1059
+ },
1060
+ {
1061
+ "node": "Gmail - Messages - All",
1062
+ "type": "main",
1063
+ "index": 0
1064
+ },
1065
+ {
1066
+ "node": "Gmail - Messages - Send and Wait for Approval",
1067
+ "type": "main",
1068
+ "index": 0
1069
+ },
1070
+ {
1071
+ "node": "Gmail - Messages - Add Label",
1072
+ "type": "main",
1073
+ "index": 0
1074
+ },
1075
+ {
1076
+ "node": "Gmail - Messages - Delete",
1077
+ "type": "main",
1078
+ "index": 0
1079
+ },
1080
+ {
1081
+ "node": "Gmail - Messages - Get (simplified)",
1082
+ "type": "main",
1083
+ "index": 0
1084
+ },
1085
+ {
1086
+ "node": "Gmail - Messages - Get",
1087
+ "type": "main",
1088
+ "index": 0
1089
+ },
1090
+ {
1091
+ "node": "Gmail - Messages - Mark as Read",
1092
+ "type": "main",
1093
+ "index": 0
1094
+ },
1095
+ {
1096
+ "node": "Gmail - Messages - Mark as Unread",
1097
+ "type": "main",
1098
+ "index": 0
1099
+ },
1100
+ {
1101
+ "node": "Gmail - Messages - Remove Label",
1102
+ "type": "main",
1103
+ "index": 0
1104
+ },
1105
+ {
1106
+ "node": "Gmail - Messages - Reply",
1107
+ "type": "main",
1108
+ "index": 0
1109
+ },
1110
+ {
1111
+ "node": "Edit Fields",
1112
+ "type": "main",
1113
+ "index": 0
1114
+ }
1115
+ ]
1116
+ ]
1117
+ },
1118
+ "Attachment": {
1119
+ "main": [
1120
+ [
1121
+ {
1122
+ "node": "Gmail - Messages - Send",
1123
+ "type": "main",
1124
+ "index": 0
1125
+ }
1126
+ ]
1127
+ ]
1128
+ },
1129
+ "Edit Fields": {
1130
+ "main": [
1131
+ [
1132
+ {
1133
+ "node": "Attachment",
1134
+ "type": "main",
1135
+ "index": 0
1136
+ }
1137
+ ]
1138
+ ]
1139
+ }
1140
+ },
1141
+ "active": false,
1142
+ "settings": {
1143
+ "executionOrder": "v1"
1144
+ },
1145
+ "versionId": "f497669f-aced-4f80-8e59-381d1c9422c7",
1146
+ "meta": {
1147
+ "instanceId": "27cc9b56542ad45b38725555722c50a1c3fee1670bbb67980558314ee08517c4"
1148
+ },
1149
+ "id": "jOoDfyAYzh3NAli3",
1150
+ "tags": []
1151
+ }