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,1174 @@
1
+ {
2
+ "name": "My workflow 130",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "type": "n8n-nodes-base.manualTrigger",
7
+ "typeVersion": 1,
8
+ "position": [20, 920],
9
+ "id": "cfa1d2b9-9706-48a2-9dd4-39e4c3c0ccb4",
10
+ "name": "When clicking ‘Test workflow’"
11
+ },
12
+ {
13
+ "parameters": {
14
+ "resource": "thread",
15
+ "limit": 2,
16
+ "filters": {}
17
+ },
18
+ "type": "n8n-nodes-base.gmail",
19
+ "typeVersion": 2.1,
20
+ "position": [800, 320],
21
+ "id": "7b925004-8583-4f43-b1f0-6a37331cabf4",
22
+ "name": "Gmail - Threads - 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
+ "resource": "thread",
34
+ "limit": 2,
35
+ "filters": {
36
+ "includeSpamTrash": true,
37
+ "labelIds": ["CHAT"],
38
+ "q": "has:attachment",
39
+ "readStatus": "unread",
40
+ "receivedAfter": "2024-12-05T00:00:00",
41
+ "receivedBefore": "2024-12-27T00:00:00"
42
+ }
43
+ },
44
+ "type": "n8n-nodes-base.gmail",
45
+ "typeVersion": 2.1,
46
+ "position": [800, 520],
47
+ "id": "22fa66e3-ac89-4289-82c7-e3be3c271d04",
48
+ "name": "Gmail - Threads - All",
49
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
50
+ "credentials": {
51
+ "gmailOAuth2": {
52
+ "id": "22",
53
+ "name": "Gmail 0auth"
54
+ }
55
+ }
56
+ },
57
+ {
58
+ "parameters": {
59
+ "resource": "thread",
60
+ "operation": "addLabels",
61
+ "threadId": "test-thread-id",
62
+ "labelIds": ["CHAT"]
63
+ },
64
+ "type": "n8n-nodes-base.gmail",
65
+ "typeVersion": 2.1,
66
+ "position": [800, 700],
67
+ "id": "b94b2e79-a47d-4e05-a74b-957a9efe46a5",
68
+ "name": "Gmail - Threads - Add Label",
69
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
70
+ "credentials": {
71
+ "gmailOAuth2": {
72
+ "id": "22",
73
+ "name": "Gmail 0auth"
74
+ }
75
+ }
76
+ },
77
+ {
78
+ "parameters": {
79
+ "resource": "thread",
80
+ "operation": "removeLabels",
81
+ "threadId": "test-thread-id",
82
+ "labelIds": ["CHAT"]
83
+ },
84
+ "type": "n8n-nodes-base.gmail",
85
+ "typeVersion": 2.1,
86
+ "position": [800, 900],
87
+ "id": "5322c0f6-e040-4bb4-9014-041662e7a173",
88
+ "name": "Gmail - Threads - Remove Label",
89
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
90
+ "credentials": {
91
+ "gmailOAuth2": {
92
+ "id": "22",
93
+ "name": "Gmail 0auth"
94
+ }
95
+ }
96
+ },
97
+ {
98
+ "parameters": {
99
+ "resource": "thread",
100
+ "operation": "delete",
101
+ "threadId": "test-thread-id"
102
+ },
103
+ "type": "n8n-nodes-base.gmail",
104
+ "typeVersion": 2.1,
105
+ "position": [800, 1100],
106
+ "id": "6f7139f1-9236-4d35-b7ba-48f3e00d11ec",
107
+ "name": "Gmail - Threads - Delete",
108
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
109
+ "credentials": {
110
+ "gmailOAuth2": {
111
+ "id": "22",
112
+ "name": "Gmail 0auth"
113
+ }
114
+ }
115
+ },
116
+ {
117
+ "parameters": {
118
+ "resource": "thread",
119
+ "operation": "get",
120
+ "threadId": "test-thread-id",
121
+ "options": {}
122
+ },
123
+ "type": "n8n-nodes-base.gmail",
124
+ "typeVersion": 2.1,
125
+ "position": [800, 1300],
126
+ "id": "4e7bccd2-e663-4824-b870-bb5fe7ad6c57",
127
+ "name": "Gmail - Threads - Get (simplified)",
128
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
129
+ "credentials": {
130
+ "gmailOAuth2": {
131
+ "id": "22",
132
+ "name": "Gmail 0auth"
133
+ }
134
+ }
135
+ },
136
+ {
137
+ "parameters": {
138
+ "resource": "thread",
139
+ "operation": "get",
140
+ "threadId": "test-thread-id",
141
+ "simple": false,
142
+ "options": {
143
+ "returnOnlyMessages": true
144
+ }
145
+ },
146
+ "type": "n8n-nodes-base.gmail",
147
+ "typeVersion": 2.1,
148
+ "position": [800, 1500],
149
+ "id": "4084a6fd-6770-4aa2-ac4e-6108f9b159a2",
150
+ "name": "Gmail - Threads - Get",
151
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
152
+ "credentials": {
153
+ "gmailOAuth2": {
154
+ "id": "22",
155
+ "name": "Gmail 0auth"
156
+ }
157
+ }
158
+ },
159
+ {
160
+ "parameters": {
161
+ "resource": "thread",
162
+ "operation": "reply",
163
+ "threadId": "test-thread-id",
164
+ "messageId": "=test snippet",
165
+ "message": "Test reply",
166
+ "options": {
167
+ "attachmentsUi": {
168
+ "attachmentsBinary": [
169
+ {
170
+ "property": "data"
171
+ }
172
+ ]
173
+ },
174
+ "bccList": "test-bcc@n8n.io",
175
+ "ccList": "test-cc@n8n.io",
176
+ "senderName": "Test Sender Name",
177
+ "replyToSenderOnly": true
178
+ }
179
+ },
180
+ "type": "n8n-nodes-base.gmail",
181
+ "typeVersion": 2.1,
182
+ "position": [1120, 2080],
183
+ "id": "d5b44033-655a-4e18-99c7-6ee19140967b",
184
+ "name": "Gmail - Threads - Reply",
185
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
186
+ "credentials": {
187
+ "gmailOAuth2": {
188
+ "id": "22",
189
+ "name": "Gmail 0auth"
190
+ }
191
+ }
192
+ },
193
+ {
194
+ "parameters": {
195
+ "resource": "thread",
196
+ "operation": "trash",
197
+ "threadId": "test-thread-id"
198
+ },
199
+ "type": "n8n-nodes-base.gmail",
200
+ "typeVersion": 2.1,
201
+ "position": [800, 1680],
202
+ "id": "1503c357-043c-45f5-bbe8-1d7141a84546",
203
+ "name": "Gmail - Threads - Trash",
204
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
205
+ "credentials": {
206
+ "gmailOAuth2": {
207
+ "id": "22",
208
+ "name": "Gmail 0auth"
209
+ }
210
+ }
211
+ },
212
+ {
213
+ "parameters": {
214
+ "resource": "thread",
215
+ "operation": "untrash",
216
+ "threadId": "test-thread-id"
217
+ },
218
+ "type": "n8n-nodes-base.gmail",
219
+ "typeVersion": 2.1,
220
+ "position": [800, 1880],
221
+ "id": "38c02fc0-2e8e-4a6b-a045-eb45f2811c0a",
222
+ "name": "Gmail - Threads - Untrash",
223
+ "webhookId": "f3cbddc1-3cfa-4217-aa73-f0e5a9309661",
224
+ "credentials": {
225
+ "gmailOAuth2": {
226
+ "id": "22",
227
+ "name": "Gmail 0auth"
228
+ }
229
+ }
230
+ },
231
+ {
232
+ "parameters": {
233
+ "assignments": {
234
+ "assignments": [
235
+ {
236
+ "id": "0a4e38fe-ed38-400e-afb1-9d430f167d54",
237
+ "name": "attachment",
238
+ "value": true,
239
+ "type": "boolean"
240
+ }
241
+ ]
242
+ },
243
+ "options": {}
244
+ },
245
+ "type": "n8n-nodes-base.set",
246
+ "typeVersion": 3.4,
247
+ "position": [800, 2080],
248
+ "id": "d6a20bfa-4bee-4aef-b1b0-198ed73d1b3f",
249
+ "name": "Edit Fields1"
250
+ },
251
+ {
252
+ "parameters": {
253
+ "operation": "toJson",
254
+ "options": {}
255
+ },
256
+ "type": "n8n-nodes-base.convertToFile",
257
+ "typeVersion": 1.1,
258
+ "position": [960, 2080],
259
+ "id": "47d4a53b-6019-444b-9746-f957704cd4e0",
260
+ "name": "Attachment1"
261
+ }
262
+ ],
263
+ "pinData": {
264
+ "Gmail - Threads - All (simplified)": [
265
+ {
266
+ "json": {
267
+ "id": "a1b2c3d4e5f6g7h8",
268
+ "threadId": "a1b2c3d4e5f6g7h8",
269
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
270
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
271
+ "payload": {
272
+ "partId": "",
273
+ "mimeType": "multipart/alternative",
274
+ "filename": "",
275
+ "headers": [
276
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
277
+ {
278
+ "name": "Received",
279
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
280
+ },
281
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
282
+ {
283
+ "name": "X-Received",
284
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
285
+ },
286
+ {
287
+ "name": "ARC-Seal",
288
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
289
+ },
290
+ {
291
+ "name": "ARC-Message-Signature",
292
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
293
+ },
294
+ {
295
+ "name": "ARC-Authentication-Results",
296
+ "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"
297
+ },
298
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
299
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
300
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
301
+ { "name": "To", "value": "exampleuser@gmail.com" },
302
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
303
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
304
+ { "name": "MIME-Version", "value": "1.0" },
305
+ {
306
+ "name": "Content-Type",
307
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
308
+ }
309
+ ],
310
+ "body": { "size": 0 },
311
+ "parts": [
312
+ {
313
+ "partId": "0",
314
+ "mimeType": "text/plain",
315
+ "filename": "",
316
+ "headers": [
317
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
318
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
319
+ ],
320
+ "body": {
321
+ "size": 1234,
322
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
323
+ }
324
+ },
325
+ {
326
+ "partId": "1",
327
+ "mimeType": "text/html",
328
+ "filename": "",
329
+ "headers": [
330
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
331
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
332
+ ],
333
+ "body": {
334
+ "size": 5678,
335
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
336
+ }
337
+ }
338
+ ]
339
+ },
340
+ "sizeEstimate": 67890,
341
+ "historyId": "54321",
342
+ "internalDate": "1733405400000"
343
+ }
344
+ },
345
+ {
346
+ "json": {
347
+ "id": "z9y8x7w6v5u4t3s2",
348
+ "threadId": "z9y8x7w6v5u4t3s2",
349
+ "labelIds": ["UNREAD", "CATEGORY_SOCIAL", "INBOX"],
350
+ "snippet": "Your friend John just shared a new photo with you! Check it out now.",
351
+ "payload": {
352
+ "partId": "",
353
+ "mimeType": "multipart/alternative",
354
+ "filename": "",
355
+ "headers": [
356
+ { "name": "Delivered-To", "value": "exampleuser2@gmail.com" },
357
+ {
358
+ "name": "Received",
359
+ "value": "by 2001:db8::abcd with SMTP id def456ghi789; Fri, 6 Dec 2024 09:45:00 -0800 (PST)"
360
+ },
361
+ { "name": "X-Google-Smtp-Source", "value": "XYZ67890+EXAMPLE0987654321" },
362
+ {
363
+ "name": "X-Received",
364
+ "value": "by 198.51.100.2 with SMTP id 67890def12345; Fri, 6 Dec 2024 09:45:00 -0800 (PST)"
365
+ },
366
+ {
367
+ "name": "ARC-Seal",
368
+ "value": "i=1; a=rsa-sha256; t=1733490900; cv=none; d=example2.com; s=arc-20241206; b=HIJKLMN987654="
369
+ },
370
+ {
371
+ "name": "ARC-Message-Signature",
372
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example2.com; s=arc-20241206; bh=EXAMPLEHASH67890="
373
+ },
374
+ {
375
+ "name": "ARC-Authentication-Results",
376
+ "value": "i=1; mx.example2.com; dkim=pass header.i=@social.example2.com; spf=pass smtp.mailfrom=notifications@social.example2.com; dmarc=pass header.from=example2.com"
377
+ },
378
+ { "name": "Return-Path", "value": "<notifications@social.example2.com>" },
379
+ { "name": "Date", "value": "Fri, 6 Dec 2024 09:45:00 -0800" },
380
+ { "name": "From", "value": "John's Photos <notifications@social.example2.com>" },
381
+ { "name": "To", "value": "exampleuser2@gmail.com" },
382
+ { "name": "Message-ID", "value": "<67890def12345@social.example2.com>" },
383
+ { "name": "Subject", "value": "John shared a new photo with you!" },
384
+ { "name": "MIME-Version", "value": "1.0" },
385
+ {
386
+ "name": "Content-Type",
387
+ "value": "multipart/alternative; boundary=\"----=_Part_67890_12345.1733490900000\""
388
+ }
389
+ ],
390
+ "body": { "size": 0 },
391
+ "parts": [
392
+ {
393
+ "partId": "0",
394
+ "mimeType": "text/plain",
395
+ "filename": "",
396
+ "headers": [
397
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
398
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
399
+ ],
400
+ "body": {
401
+ "size": 4321,
402
+ "data": "U2VlIHRoZSBhdHRhY2hlZCBwaG90byBhbmQgcmVwbHkgdG8gSm9obi4gV2UgaG9wZSB5b3UgbGlrZSBpdCE="
403
+ }
404
+ },
405
+ {
406
+ "partId": "1",
407
+ "mimeType": "text/html",
408
+ "filename": "",
409
+ "headers": [
410
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
411
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
412
+ ],
413
+ "body": {
414
+ "size": 8765,
415
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+U2VlIHRoZSBhdHRhY2hlZCBwaG90byBhbmQgcmVwbHkgdG8gPGI+Sm9obi48L2I+IFdlIGhvcGUgeW91IGxpa2UgaXQhPC9kaXY+"
416
+ }
417
+ }
418
+ ]
419
+ },
420
+ "sizeEstimate": 54321,
421
+ "historyId": "98765",
422
+ "internalDate": "1733490900000"
423
+ }
424
+ }
425
+ ],
426
+ "Gmail - Threads - All": [
427
+ {
428
+ "json": {
429
+ "id": "a1b2c3d4e5f6g7h8",
430
+ "threadId": "a1b2c3d4e5f6g7h8",
431
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
432
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
433
+ "payload": {
434
+ "partId": "",
435
+ "mimeType": "multipart/alternative",
436
+ "filename": "",
437
+ "headers": [
438
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
439
+ {
440
+ "name": "Received",
441
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
442
+ },
443
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
444
+ {
445
+ "name": "X-Received",
446
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
447
+ },
448
+ {
449
+ "name": "ARC-Seal",
450
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
451
+ },
452
+ {
453
+ "name": "ARC-Message-Signature",
454
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
455
+ },
456
+ {
457
+ "name": "ARC-Authentication-Results",
458
+ "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"
459
+ },
460
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
461
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
462
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
463
+ { "name": "To", "value": "exampleuser@gmail.com" },
464
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
465
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
466
+ { "name": "MIME-Version", "value": "1.0" },
467
+ {
468
+ "name": "Content-Type",
469
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
470
+ }
471
+ ],
472
+ "body": { "size": 0 },
473
+ "parts": [
474
+ {
475
+ "partId": "0",
476
+ "mimeType": "text/plain",
477
+ "filename": "",
478
+ "headers": [
479
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
480
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
481
+ ],
482
+ "body": {
483
+ "size": 1234,
484
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
485
+ }
486
+ },
487
+ {
488
+ "partId": "1",
489
+ "mimeType": "text/html",
490
+ "filename": "",
491
+ "headers": [
492
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
493
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
494
+ ],
495
+ "body": {
496
+ "size": 5678,
497
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
498
+ }
499
+ }
500
+ ]
501
+ },
502
+ "sizeEstimate": 67890,
503
+ "historyId": "54321",
504
+ "internalDate": "1733405400000"
505
+ }
506
+ },
507
+ {
508
+ "json": {
509
+ "id": "z9y8x7w6v5u4t3s2",
510
+ "threadId": "z9y8x7w6v5u4t3s2",
511
+ "labelIds": ["UNREAD", "CATEGORY_SOCIAL", "INBOX"],
512
+ "snippet": "Your friend John just shared a new photo with you! Check it out now.",
513
+ "payload": {
514
+ "partId": "",
515
+ "mimeType": "multipart/alternative",
516
+ "filename": "",
517
+ "headers": [
518
+ { "name": "Delivered-To", "value": "exampleuser2@gmail.com" },
519
+ {
520
+ "name": "Received",
521
+ "value": "by 2001:db8::abcd with SMTP id def456ghi789; Fri, 6 Dec 2024 09:45:00 -0800 (PST)"
522
+ },
523
+ { "name": "X-Google-Smtp-Source", "value": "XYZ67890+EXAMPLE0987654321" },
524
+ {
525
+ "name": "X-Received",
526
+ "value": "by 198.51.100.2 with SMTP id 67890def12345; Fri, 6 Dec 2024 09:45:00 -0800 (PST)"
527
+ },
528
+ {
529
+ "name": "ARC-Seal",
530
+ "value": "i=1; a=rsa-sha256; t=1733490900; cv=none; d=example2.com; s=arc-20241206; b=HIJKLMN987654="
531
+ },
532
+ {
533
+ "name": "ARC-Message-Signature",
534
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example2.com; s=arc-20241206; bh=EXAMPLEHASH67890="
535
+ },
536
+ {
537
+ "name": "ARC-Authentication-Results",
538
+ "value": "i=1; mx.example2.com; dkim=pass header.i=@social.example2.com; spf=pass smtp.mailfrom=notifications@social.example2.com; dmarc=pass header.from=example2.com"
539
+ },
540
+ { "name": "Return-Path", "value": "<notifications@social.example2.com>" },
541
+ { "name": "Date", "value": "Fri, 6 Dec 2024 09:45:00 -0800" },
542
+ { "name": "From", "value": "John's Photos <notifications@social.example2.com>" },
543
+ { "name": "To", "value": "exampleuser2@gmail.com" },
544
+ { "name": "Message-ID", "value": "<67890def12345@social.example2.com>" },
545
+ { "name": "Subject", "value": "John shared a new photo with you!" },
546
+ { "name": "MIME-Version", "value": "1.0" },
547
+ {
548
+ "name": "Content-Type",
549
+ "value": "multipart/alternative; boundary=\"----=_Part_67890_12345.1733490900000\""
550
+ }
551
+ ],
552
+ "body": { "size": 0 },
553
+ "parts": [
554
+ {
555
+ "partId": "0",
556
+ "mimeType": "text/plain",
557
+ "filename": "",
558
+ "headers": [
559
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
560
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
561
+ ],
562
+ "body": {
563
+ "size": 4321,
564
+ "data": "U2VlIHRoZSBhdHRhY2hlZCBwaG90byBhbmQgcmVwbHkgdG8gSm9obi4gV2UgaG9wZSB5b3UgbGlrZSBpdCE="
565
+ }
566
+ },
567
+ {
568
+ "partId": "1",
569
+ "mimeType": "text/html",
570
+ "filename": "",
571
+ "headers": [
572
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
573
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
574
+ ],
575
+ "body": {
576
+ "size": 8765,
577
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+U2VlIHRoZSBhdHRhY2hlZCBwaG90byBhbmQgcmVwbHkgdG8gPGI+Sm9obi48L2I+IFdlIGhvcGUgeW91IGxpa2UgaXQhPC9kaXY+"
578
+ }
579
+ }
580
+ ]
581
+ },
582
+ "sizeEstimate": 54321,
583
+ "historyId": "98765",
584
+ "internalDate": "1733490900000"
585
+ }
586
+ }
587
+ ],
588
+ "Gmail - Threads - Add Label": [
589
+ {
590
+ "json": {
591
+ "id": "a1b2c3d4e5f6g7h8",
592
+ "threadId": "a1b2c3d4e5f6g7h8",
593
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
594
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
595
+ "payload": {
596
+ "partId": "",
597
+ "mimeType": "multipart/alternative",
598
+ "filename": "",
599
+ "headers": [
600
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
601
+ {
602
+ "name": "Received",
603
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
604
+ },
605
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
606
+ {
607
+ "name": "X-Received",
608
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
609
+ },
610
+ {
611
+ "name": "ARC-Seal",
612
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
613
+ },
614
+ {
615
+ "name": "ARC-Message-Signature",
616
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
617
+ },
618
+ {
619
+ "name": "ARC-Authentication-Results",
620
+ "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"
621
+ },
622
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
623
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
624
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
625
+ { "name": "To", "value": "exampleuser@gmail.com" },
626
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
627
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
628
+ { "name": "MIME-Version", "value": "1.0" },
629
+ {
630
+ "name": "Content-Type",
631
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
632
+ }
633
+ ],
634
+ "body": { "size": 0 },
635
+ "parts": [
636
+ {
637
+ "partId": "0",
638
+ "mimeType": "text/plain",
639
+ "filename": "",
640
+ "headers": [
641
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
642
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
643
+ ],
644
+ "body": {
645
+ "size": 1234,
646
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
647
+ }
648
+ },
649
+ {
650
+ "partId": "1",
651
+ "mimeType": "text/html",
652
+ "filename": "",
653
+ "headers": [
654
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
655
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
656
+ ],
657
+ "body": {
658
+ "size": 5678,
659
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
660
+ }
661
+ }
662
+ ]
663
+ },
664
+ "sizeEstimate": 67890,
665
+ "historyId": "54321",
666
+ "internalDate": "1733405400000"
667
+ }
668
+ }
669
+ ],
670
+ "Gmail - Threads - Remove Label": [
671
+ {
672
+ "json": {
673
+ "id": "a1b2c3d4e5f6g7h8",
674
+ "threadId": "a1b2c3d4e5f6g7h8",
675
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
676
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
677
+ "payload": {
678
+ "partId": "",
679
+ "mimeType": "multipart/alternative",
680
+ "filename": "",
681
+ "headers": [
682
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
683
+ {
684
+ "name": "Received",
685
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
686
+ },
687
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
688
+ {
689
+ "name": "X-Received",
690
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
691
+ },
692
+ {
693
+ "name": "ARC-Seal",
694
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
695
+ },
696
+ {
697
+ "name": "ARC-Message-Signature",
698
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
699
+ },
700
+ {
701
+ "name": "ARC-Authentication-Results",
702
+ "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"
703
+ },
704
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
705
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
706
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
707
+ { "name": "To", "value": "exampleuser@gmail.com" },
708
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
709
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
710
+ { "name": "MIME-Version", "value": "1.0" },
711
+ {
712
+ "name": "Content-Type",
713
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
714
+ }
715
+ ],
716
+ "body": { "size": 0 },
717
+ "parts": [
718
+ {
719
+ "partId": "0",
720
+ "mimeType": "text/plain",
721
+ "filename": "",
722
+ "headers": [
723
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
724
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
725
+ ],
726
+ "body": {
727
+ "size": 1234,
728
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
729
+ }
730
+ },
731
+ {
732
+ "partId": "1",
733
+ "mimeType": "text/html",
734
+ "filename": "",
735
+ "headers": [
736
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
737
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
738
+ ],
739
+ "body": {
740
+ "size": 5678,
741
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
742
+ }
743
+ }
744
+ ]
745
+ },
746
+ "sizeEstimate": 67890,
747
+ "historyId": "54321",
748
+ "internalDate": "1733405400000"
749
+ }
750
+ }
751
+ ],
752
+ "Gmail - Threads - Delete": [{ "json": { "success": true } }],
753
+ "Gmail - Threads - Get (simplified)": [
754
+ {
755
+ "json": {
756
+ "id": "a1b2c3d4e5f6g7h8",
757
+ "threadId": "a1b2c3d4e5f6g7h8",
758
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
759
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
760
+ "payload": {
761
+ "partId": "",
762
+ "mimeType": "multipart/alternative",
763
+ "filename": "",
764
+ "headers": [
765
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
766
+ {
767
+ "name": "Received",
768
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
769
+ },
770
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
771
+ {
772
+ "name": "X-Received",
773
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
774
+ },
775
+ {
776
+ "name": "ARC-Seal",
777
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
778
+ },
779
+ {
780
+ "name": "ARC-Message-Signature",
781
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
782
+ },
783
+ {
784
+ "name": "ARC-Authentication-Results",
785
+ "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"
786
+ },
787
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
788
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
789
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
790
+ { "name": "To", "value": "exampleuser@gmail.com" },
791
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
792
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
793
+ { "name": "MIME-Version", "value": "1.0" },
794
+ {
795
+ "name": "Content-Type",
796
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
797
+ }
798
+ ],
799
+ "body": { "size": 0 },
800
+ "parts": [
801
+ {
802
+ "partId": "0",
803
+ "mimeType": "text/plain",
804
+ "filename": "",
805
+ "headers": [
806
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
807
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
808
+ ],
809
+ "body": {
810
+ "size": 1234,
811
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
812
+ }
813
+ },
814
+ {
815
+ "partId": "1",
816
+ "mimeType": "text/html",
817
+ "filename": "",
818
+ "headers": [
819
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
820
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
821
+ ],
822
+ "body": {
823
+ "size": 5678,
824
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
825
+ }
826
+ }
827
+ ]
828
+ },
829
+ "sizeEstimate": 67890,
830
+ "historyId": "54321",
831
+ "internalDate": "1733405400000",
832
+ "messages": []
833
+ }
834
+ }
835
+ ],
836
+ "Gmail - Threads - Get": [],
837
+ "Gmail - Threads - Reply": [
838
+ {
839
+ "json": {
840
+ "id": "a1b2c3d4e5f6g7h8",
841
+ "threadId": "a1b2c3d4e5f6g7h8",
842
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
843
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
844
+ "payload": {
845
+ "partId": "",
846
+ "mimeType": "multipart/alternative",
847
+ "filename": "",
848
+ "headers": [
849
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
850
+ {
851
+ "name": "Received",
852
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
853
+ },
854
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
855
+ {
856
+ "name": "X-Received",
857
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
858
+ },
859
+ {
860
+ "name": "ARC-Seal",
861
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
862
+ },
863
+ {
864
+ "name": "ARC-Message-Signature",
865
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
866
+ },
867
+ {
868
+ "name": "ARC-Authentication-Results",
869
+ "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"
870
+ },
871
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
872
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
873
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
874
+ { "name": "To", "value": "exampleuser@gmail.com" },
875
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
876
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
877
+ { "name": "MIME-Version", "value": "1.0" },
878
+ {
879
+ "name": "Content-Type",
880
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
881
+ }
882
+ ],
883
+ "body": { "size": 0 },
884
+ "parts": [
885
+ {
886
+ "partId": "0",
887
+ "mimeType": "text/plain",
888
+ "filename": "",
889
+ "headers": [
890
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
891
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
892
+ ],
893
+ "body": {
894
+ "size": 1234,
895
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
896
+ }
897
+ },
898
+ {
899
+ "partId": "1",
900
+ "mimeType": "text/html",
901
+ "filename": "",
902
+ "headers": [
903
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
904
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
905
+ ],
906
+ "body": {
907
+ "size": 5678,
908
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
909
+ }
910
+ }
911
+ ]
912
+ },
913
+ "sizeEstimate": 67890,
914
+ "historyId": "54321",
915
+ "internalDate": "1733405400000"
916
+ }
917
+ }
918
+ ],
919
+ "Gmail - Threads - Trash": [
920
+ {
921
+ "json": {
922
+ "id": "a1b2c3d4e5f6g7h8",
923
+ "threadId": "a1b2c3d4e5f6g7h8",
924
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
925
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
926
+ "payload": {
927
+ "partId": "",
928
+ "mimeType": "multipart/alternative",
929
+ "filename": "",
930
+ "headers": [
931
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
932
+ {
933
+ "name": "Received",
934
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
935
+ },
936
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
937
+ {
938
+ "name": "X-Received",
939
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
940
+ },
941
+ {
942
+ "name": "ARC-Seal",
943
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
944
+ },
945
+ {
946
+ "name": "ARC-Message-Signature",
947
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
948
+ },
949
+ {
950
+ "name": "ARC-Authentication-Results",
951
+ "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"
952
+ },
953
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
954
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
955
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
956
+ { "name": "To", "value": "exampleuser@gmail.com" },
957
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
958
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
959
+ { "name": "MIME-Version", "value": "1.0" },
960
+ {
961
+ "name": "Content-Type",
962
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
963
+ }
964
+ ],
965
+ "body": { "size": 0 },
966
+ "parts": [
967
+ {
968
+ "partId": "0",
969
+ "mimeType": "text/plain",
970
+ "filename": "",
971
+ "headers": [
972
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
973
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
974
+ ],
975
+ "body": {
976
+ "size": 1234,
977
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
978
+ }
979
+ },
980
+ {
981
+ "partId": "1",
982
+ "mimeType": "text/html",
983
+ "filename": "",
984
+ "headers": [
985
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
986
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
987
+ ],
988
+ "body": {
989
+ "size": 5678,
990
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
991
+ }
992
+ }
993
+ ]
994
+ },
995
+ "sizeEstimate": 67890,
996
+ "historyId": "54321",
997
+ "internalDate": "1733405400000"
998
+ }
999
+ }
1000
+ ],
1001
+ "Gmail - Threads - Untrash": [
1002
+ {
1003
+ "json": {
1004
+ "id": "a1b2c3d4e5f6g7h8",
1005
+ "threadId": "a1b2c3d4e5f6g7h8",
1006
+ "labelIds": ["UNREAD", "CATEGORY_PROMOTIONS", "INBOX"],
1007
+ "snippet": "Don't miss our exclusive holiday discounts on all items! Act now before the sale ends.",
1008
+ "payload": {
1009
+ "partId": "",
1010
+ "mimeType": "multipart/alternative",
1011
+ "filename": "",
1012
+ "headers": [
1013
+ { "name": "Delivered-To", "value": "exampleuser@gmail.com" },
1014
+ {
1015
+ "name": "Received",
1016
+ "value": "by 2001:db8::abcd with SMTP id xyz123abc456; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
1017
+ },
1018
+ { "name": "X-Google-Smtp-Source", "value": "ABC12345+EXAMPLE123456789" },
1019
+ {
1020
+ "name": "X-Received",
1021
+ "value": "by 192.0.2.1 with SMTP id 12345abc67890; Thu, 5 Dec 2024 08:30:00 -0800 (PST)"
1022
+ },
1023
+ {
1024
+ "name": "ARC-Seal",
1025
+ "value": "i=1; a=rsa-sha256; t=1733405400; cv=none; d=example.com; s=arc-20241205; b=ABCDEFG123456="
1026
+ },
1027
+ {
1028
+ "name": "ARC-Message-Signature",
1029
+ "value": "i=1; a=rsa-sha256; c=relaxed/relaxed; d=example.com; s=arc-20241205; bh=EXAMPLEHASH12345="
1030
+ },
1031
+ {
1032
+ "name": "ARC-Authentication-Results",
1033
+ "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"
1034
+ },
1035
+ { "name": "Return-Path", "value": "<promo@promotion.example.com>" },
1036
+ { "name": "Date", "value": "Thu, 5 Dec 2024 08:30:00 -0800" },
1037
+ { "name": "From", "value": "Holiday Deals <promo@promotion.example.com>" },
1038
+ { "name": "To", "value": "exampleuser@gmail.com" },
1039
+ { "name": "Message-ID", "value": "<12345abc67890@promotion.example.com>" },
1040
+ { "name": "Subject", "value": "Exclusive Holiday Discounts!" },
1041
+ { "name": "MIME-Version", "value": "1.0" },
1042
+ {
1043
+ "name": "Content-Type",
1044
+ "value": "multipart/alternative; boundary=\"----=_Part_12345_67890.1733405400000\""
1045
+ }
1046
+ ],
1047
+ "body": { "size": 0 },
1048
+ "parts": [
1049
+ {
1050
+ "partId": "0",
1051
+ "mimeType": "text/plain",
1052
+ "filename": "",
1053
+ "headers": [
1054
+ { "name": "Content-Type", "value": "text/plain; charset=utf-8" },
1055
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
1056
+ ],
1057
+ "body": {
1058
+ "size": 1234,
1059
+ "data": "VGhpcyBpcyBhbiBleGFtcGxlIG1lc3NhZ2UuIFRoYW5rIHlvdSBmb3Igc2hvcHBpbmcgd2l0aCB1cy4="
1060
+ }
1061
+ },
1062
+ {
1063
+ "partId": "1",
1064
+ "mimeType": "text/html",
1065
+ "filename": "",
1066
+ "headers": [
1067
+ { "name": "Content-Type", "value": "text/html; charset=\"utf-8\"" },
1068
+ { "name": "Content-Transfer-Encoding", "value": "quoted-printable" }
1069
+ ],
1070
+ "body": {
1071
+ "size": 5678,
1072
+ "data": "PGRpdiBzdHlsZT0nZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyc+VGhpcyBpcyBhbiBleGFtcGxlIGh0bWwgbWVzc2FnZS4gPGI+VGhhbmsgeW91IGZvciBzaG9wcGluZyB3aXRoIHVzLjwvYj48L2Rpdj4="
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ "sizeEstimate": 67890,
1078
+ "historyId": "54321",
1079
+ "internalDate": "1733405400000"
1080
+ }
1081
+ }
1082
+ ]
1083
+ },
1084
+ "connections": {
1085
+ "When clicking ‘Test workflow’": {
1086
+ "main": [
1087
+ [
1088
+ {
1089
+ "node": "Gmail - Threads - All (simplified)",
1090
+ "type": "main",
1091
+ "index": 0
1092
+ },
1093
+ {
1094
+ "node": "Gmail - Threads - All",
1095
+ "type": "main",
1096
+ "index": 0
1097
+ },
1098
+ {
1099
+ "node": "Gmail - Threads - Add Label",
1100
+ "type": "main",
1101
+ "index": 0
1102
+ },
1103
+ {
1104
+ "node": "Gmail - Threads - Delete",
1105
+ "type": "main",
1106
+ "index": 0
1107
+ },
1108
+ {
1109
+ "node": "Gmail - Threads - Get (simplified)",
1110
+ "type": "main",
1111
+ "index": 0
1112
+ },
1113
+ {
1114
+ "node": "Gmail - Threads - Get",
1115
+ "type": "main",
1116
+ "index": 0
1117
+ },
1118
+ {
1119
+ "node": "Gmail - Threads - Trash",
1120
+ "type": "main",
1121
+ "index": 0
1122
+ },
1123
+ {
1124
+ "node": "Gmail - Threads - Untrash",
1125
+ "type": "main",
1126
+ "index": 0
1127
+ },
1128
+ {
1129
+ "node": "Gmail - Threads - Remove Label",
1130
+ "type": "main",
1131
+ "index": 0
1132
+ },
1133
+ {
1134
+ "node": "Edit Fields1",
1135
+ "type": "main",
1136
+ "index": 0
1137
+ }
1138
+ ]
1139
+ ]
1140
+ },
1141
+ "Edit Fields1": {
1142
+ "main": [
1143
+ [
1144
+ {
1145
+ "node": "Attachment1",
1146
+ "type": "main",
1147
+ "index": 0
1148
+ }
1149
+ ]
1150
+ ]
1151
+ },
1152
+ "Attachment1": {
1153
+ "main": [
1154
+ [
1155
+ {
1156
+ "node": "Gmail - Threads - Reply",
1157
+ "type": "main",
1158
+ "index": 0
1159
+ }
1160
+ ]
1161
+ ]
1162
+ }
1163
+ },
1164
+ "active": false,
1165
+ "settings": {
1166
+ "executionOrder": "v1"
1167
+ },
1168
+ "versionId": "84fb11a4-4166-45bd-bd9f-60fa378d9e68",
1169
+ "meta": {
1170
+ "instanceId": "27cc9b56542ad45b38725555722c50a1c3fee1670bbb67980558314ee08517c4"
1171
+ },
1172
+ "id": "09KDcfGmfDrLInDE",
1173
+ "tags": []
1174
+ }