n8n-nodes-base 1.72.1 → 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,188 @@
1
+ {
2
+ "name": "tests notion",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "id": "4260fdbd-e92f-4712-8114-38b85f8289ea",
7
+ "name": "When clicking ‘Test workflow’",
8
+ "type": "n8n-nodes-base.manualTrigger",
9
+ "typeVersion": 1,
10
+ "position": [820, 360]
11
+ },
12
+ {
13
+ "parameters": {
14
+ "resource": "block",
15
+ "operation": "getAll",
16
+ "blockId": {
17
+ "__rl": true,
18
+ "value": "https://www.notion.so/Block-Test-88188cbb303e4f44847f27d24bd7ad8e?pvs=4#90e03468f8aa457695da02ccad963040",
19
+ "mode": "url"
20
+ },
21
+ "returnAll": true
22
+ },
23
+ "id": "5ab80e6a-c9c4-4cc5-9332-2fc7a3f8ae24",
24
+ "name": "Notion",
25
+ "type": "n8n-nodes-base.notion",
26
+ "typeVersion": 2.2,
27
+ "position": [1040, 360],
28
+ "credentials": {
29
+ "notionApi": {
30
+ "id": "CiZXWkDmjiZzpcL1",
31
+ "name": "Notion account"
32
+ }
33
+ }
34
+ },
35
+ {
36
+ "parameters": {},
37
+ "id": "a664f506-72a5-4e50-80b4-97ed2e6eb334",
38
+ "name": "No Operation, do nothing",
39
+ "type": "n8n-nodes-base.noOp",
40
+ "typeVersion": 1,
41
+ "position": [1260, 360]
42
+ }
43
+ ],
44
+ "pinData": {
45
+ "No Operation, do nothing": [
46
+ {
47
+ "json": {
48
+ "object": "block",
49
+ "parent_id": "90e03468f8aa457695da02ccad963040",
50
+ "id": "b14bdaaf-b7e9-48c9-a7fa-1b9e1e2092ae",
51
+ "parent": {
52
+ "type": "block_id",
53
+ "block_id": "90e03468-f8aa-4576-95da-02ccad963040"
54
+ },
55
+ "last_edited_by": {
56
+ "object": "user",
57
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
58
+ },
59
+ "has_children": true,
60
+ "archived": false,
61
+ "in_trash": false,
62
+ "type": "toggle",
63
+ "root_id": "90e03468f8aa457695da02ccad963040",
64
+ "content": "Drop down First"
65
+ }
66
+ },
67
+ {
68
+ "json": {
69
+ "object": "block",
70
+ "parent_id": "90e03468f8aa457695da02ccad963040",
71
+ "id": "de572f5d-ff5c-4c13-a879-efc20fe47db0",
72
+ "parent": {
73
+ "type": "block_id",
74
+ "block_id": "90e03468-f8aa-4576-95da-02ccad963040"
75
+ },
76
+ "last_edited_by": {
77
+ "object": "user",
78
+ "id": "f215e49c-4677-40c0-9adc-87440d341324"
79
+ },
80
+ "has_children": true,
81
+ "archived": false,
82
+ "in_trash": false,
83
+ "type": "bulleted_list_item",
84
+ "root_id": "90e03468f8aa457695da02ccad963040",
85
+ "content": "Bullet Point Second"
86
+ }
87
+ },
88
+ {
89
+ "json": {
90
+ "object": "block",
91
+ "parent_id": "90e03468f8aa457695da02ccad963040",
92
+ "id": "c98cf981-c967-47f5-9948-4aa1be9ce9d0",
93
+ "parent": {
94
+ "type": "block_id",
95
+ "block_id": "90e03468-f8aa-4576-95da-02ccad963040"
96
+ },
97
+ "last_edited_by": {
98
+ "object": "user",
99
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
100
+ },
101
+ "has_children": false,
102
+ "archived": false,
103
+ "in_trash": false,
104
+ "type": "heading_2",
105
+ "root_id": "90e03468f8aa457695da02ccad963040",
106
+ "content": "Hello World"
107
+ }
108
+ },
109
+ {
110
+ "json": {
111
+ "object": "block",
112
+ "parent_id": "90e03468f8aa457695da02ccad963040",
113
+ "id": "527a0555-a486-401e-93a8-19819615c132",
114
+ "parent": {
115
+ "type": "block_id",
116
+ "block_id": "90e03468-f8aa-4576-95da-02ccad963040"
117
+ },
118
+ "last_edited_by": {
119
+ "object": "user",
120
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
121
+ },
122
+ "has_children": false,
123
+ "archived": false,
124
+ "in_trash": false,
125
+ "type": "child_page",
126
+ "root_id": "90e03468f8aa457695da02ccad963040",
127
+ "content": "Page Third"
128
+ }
129
+ },
130
+ {
131
+ "json": {
132
+ "object": "block",
133
+ "parent_id": "90e03468f8aa457695da02ccad963040",
134
+ "id": "15bfb9cb-4cf0-81b1-a6f1-eac377c4d163",
135
+ "parent": {
136
+ "type": "block_id",
137
+ "block_id": "90e03468-f8aa-4576-95da-02ccad963040"
138
+ },
139
+ "last_edited_by": {
140
+ "object": "user",
141
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
142
+ },
143
+ "has_children": false,
144
+ "archived": false,
145
+ "in_trash": false,
146
+ "type": "paragraph",
147
+ "root_id": "90e03468f8aa457695da02ccad963040",
148
+ "content": ""
149
+ }
150
+ }
151
+ ]
152
+ },
153
+ "connections": {
154
+ "When clicking ‘Test workflow’": {
155
+ "main": [
156
+ [
157
+ {
158
+ "node": "Notion",
159
+ "type": "main",
160
+ "index": 0
161
+ }
162
+ ]
163
+ ]
164
+ },
165
+ "Notion": {
166
+ "main": [
167
+ [
168
+ {
169
+ "node": "No Operation, do nothing",
170
+ "type": "main",
171
+ "index": 0
172
+ }
173
+ ]
174
+ ]
175
+ }
176
+ },
177
+ "active": false,
178
+ "settings": {
179
+ "executionOrder": "v1"
180
+ },
181
+ "versionId": "3edb0c05-7e84-4953-a6a5-86c3c6824403",
182
+ "meta": {
183
+ "templateCredsSetupCompleted": true,
184
+ "instanceId": "be251a83c052a9862eeac953816fbb1464f89dfbf79d7ac490a8e336a8cc8bfd"
185
+ },
186
+ "id": "Ucav6QC99JNMCkd3",
187
+ "tags": []
188
+ }
@@ -0,0 +1,90 @@
1
+ {
2
+ "name": "tests notion",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "id": "4260fdbd-e92f-4712-8114-38b85f8289ea",
7
+ "name": "When clicking ‘Test workflow’",
8
+ "type": "n8n-nodes-base.manualTrigger",
9
+ "typeVersion": 1,
10
+ "position": [820, 360]
11
+ },
12
+ {
13
+ "parameters": {
14
+ "resource": "database",
15
+ "databaseId": {
16
+ "__rl": true,
17
+ "value": "138fb9cb-4cf0-804c-8663-d8ecdd5e692f",
18
+ "mode": "list",
19
+ "cachedResultName": "TEST_DB",
20
+ "cachedResultUrl": "https://www.notion.so/138fb9cb4cf0804c8663d8ecdd5e692f"
21
+ }
22
+ },
23
+ "id": "5ab80e6a-c9c4-4cc5-9332-2fc7a3f8ae24",
24
+ "name": "Notion",
25
+ "type": "n8n-nodes-base.notion",
26
+ "typeVersion": 2.2,
27
+ "position": [1040, 360],
28
+ "credentials": {
29
+ "notionApi": {
30
+ "id": "CiZXWkDmjiZzpcL1",
31
+ "name": "Notion account"
32
+ }
33
+ }
34
+ },
35
+ {
36
+ "parameters": {},
37
+ "id": "a664f506-72a5-4e50-80b4-97ed2e6eb334",
38
+ "name": "No Operation, do nothing",
39
+ "type": "n8n-nodes-base.noOp",
40
+ "typeVersion": 1,
41
+ "position": [1260, 360]
42
+ }
43
+ ],
44
+ "pinData": {
45
+ "No Operation, do nothing": [
46
+ {
47
+ "json": {
48
+ "id": "138fb9cb-4cf0-804c-8663-d8ecdd5e692f",
49
+ "name": "TEST_DB",
50
+ "url": "https://www.notion.so/138fb9cb4cf0804c8663d8ecdd5e692f"
51
+ }
52
+ }
53
+ ]
54
+ },
55
+ "connections": {
56
+ "When clicking ‘Test workflow’": {
57
+ "main": [
58
+ [
59
+ {
60
+ "node": "Notion",
61
+ "type": "main",
62
+ "index": 0
63
+ }
64
+ ]
65
+ ]
66
+ },
67
+ "Notion": {
68
+ "main": [
69
+ [
70
+ {
71
+ "node": "No Operation, do nothing",
72
+ "type": "main",
73
+ "index": 0
74
+ }
75
+ ]
76
+ ]
77
+ }
78
+ },
79
+ "active": false,
80
+ "settings": {
81
+ "executionOrder": "v1"
82
+ },
83
+ "versionId": "9f59436f-17e7-4c9d-a550-a594bb15618f",
84
+ "meta": {
85
+ "templateCredsSetupCompleted": true,
86
+ "instanceId": "be251a83c052a9862eeac953816fbb1464f89dfbf79d7ac490a8e336a8cc8bfd"
87
+ },
88
+ "id": "Ucav6QC99JNMCkd3",
89
+ "tags": []
90
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "name": "tests notion",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "id": "4260fdbd-e92f-4712-8114-38b85f8289ea",
7
+ "name": "When clicking ‘Test workflow’",
8
+ "type": "n8n-nodes-base.manualTrigger",
9
+ "typeVersion": 1,
10
+ "position": [820, 360]
11
+ },
12
+ {
13
+ "parameters": {
14
+ "resource": "database",
15
+ "operation": "getAll",
16
+ "returnAll": true
17
+ },
18
+ "id": "5ab80e6a-c9c4-4cc5-9332-2fc7a3f8ae24",
19
+ "name": "Notion",
20
+ "type": "n8n-nodes-base.notion",
21
+ "typeVersion": 2.2,
22
+ "position": [1040, 360],
23
+ "credentials": {
24
+ "notionApi": {
25
+ "id": "CiZXWkDmjiZzpcL1",
26
+ "name": "Notion account"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "parameters": {},
32
+ "id": "a664f506-72a5-4e50-80b4-97ed2e6eb334",
33
+ "name": "No Operation, do nothing",
34
+ "type": "n8n-nodes-base.noOp",
35
+ "typeVersion": 1,
36
+ "position": [1260, 360]
37
+ }
38
+ ],
39
+ "pinData": {
40
+ "No Operation, do nothing": [
41
+ {
42
+ "json": {
43
+ "id": "138fb9cb-4cf0-804c-8663-d8ecdd5e692f",
44
+ "name": "TEST_DB",
45
+ "url": "https://www.notion.so/138fb9cb4cf0804c8663d8ecdd5e692f"
46
+ }
47
+ },
48
+ {
49
+ "json": {
50
+ "id": "f7216195-e0d4-46cd-a2d3-587a05baf472",
51
+ "name": "ListDatabase",
52
+ "url": "https://www.notion.so/f7216195e0d446cda2d3587a05baf472"
53
+ }
54
+ },
55
+ {
56
+ "json": {
57
+ "id": "e9c354e3-e506-4c42-83e2-d9c81a083f05",
58
+ "name": "n8n-trigger",
59
+ "url": "https://www.notion.so/e9c354e3e5064c4283e2d9c81a083f05"
60
+ }
61
+ }
62
+ ]
63
+ },
64
+ "connections": {
65
+ "When clicking ‘Test workflow’": {
66
+ "main": [
67
+ [
68
+ {
69
+ "node": "Notion",
70
+ "type": "main",
71
+ "index": 0
72
+ }
73
+ ]
74
+ ]
75
+ },
76
+ "Notion": {
77
+ "main": [
78
+ [
79
+ {
80
+ "node": "No Operation, do nothing",
81
+ "type": "main",
82
+ "index": 0
83
+ }
84
+ ]
85
+ ]
86
+ }
87
+ },
88
+ "active": false,
89
+ "settings": {
90
+ "executionOrder": "v1"
91
+ },
92
+ "versionId": "c9094e39-7195-4d4c-9e08-928415e1902b",
93
+ "meta": {
94
+ "templateCredsSetupCompleted": true,
95
+ "instanceId": "be251a83c052a9862eeac953816fbb1464f89dfbf79d7ac490a8e336a8cc8bfd"
96
+ },
97
+ "id": "Ucav6QC99JNMCkd3",
98
+ "tags": []
99
+ }
@@ -0,0 +1,265 @@
1
+ {
2
+ "name": "tests notion",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "id": "4260fdbd-e92f-4712-8114-38b85f8289ea",
7
+ "name": "When clicking ‘Test workflow’",
8
+ "type": "n8n-nodes-base.manualTrigger",
9
+ "typeVersion": 1,
10
+ "position": [820, 360]
11
+ },
12
+ {
13
+ "parameters": {
14
+ "resource": "database",
15
+ "operation": "search",
16
+ "text": "t",
17
+ "limit": 2,
18
+ "simple": false,
19
+ "options": {
20
+ "sort": {
21
+ "sortValue": {
22
+ "direction": "ascending"
23
+ }
24
+ }
25
+ }
26
+ },
27
+ "id": "5ab80e6a-c9c4-4cc5-9332-2fc7a3f8ae24",
28
+ "name": "Notion",
29
+ "type": "n8n-nodes-base.notion",
30
+ "typeVersion": 2.2,
31
+ "position": [1040, 360],
32
+ "credentials": {
33
+ "notionApi": {
34
+ "id": "CiZXWkDmjiZzpcL1",
35
+ "name": "Notion account"
36
+ }
37
+ }
38
+ },
39
+ {
40
+ "parameters": {},
41
+ "id": "a664f506-72a5-4e50-80b4-97ed2e6eb334",
42
+ "name": "No Operation, do nothing",
43
+ "type": "n8n-nodes-base.noOp",
44
+ "typeVersion": 1,
45
+ "position": [1260, 360]
46
+ }
47
+ ],
48
+ "pinData": {
49
+ "No Operation, do nothing": [
50
+ {
51
+ "json": {
52
+ "object": "database",
53
+ "id": "e9c354e3-e506-4c42-83e2-d9c81a083f05",
54
+ "cover": null,
55
+ "icon": null,
56
+ "created_time": "2022-03-07T11:05:00.000Z",
57
+ "created_by": {
58
+ "object": "user",
59
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
60
+ },
61
+ "last_edited_by": {
62
+ "object": "user",
63
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
64
+ },
65
+ "last_edited_time": "2023-09-29T08:00:00.000Z",
66
+ "title": [
67
+ {
68
+ "type": "text",
69
+ "text": {
70
+ "content": "n8n-trigger",
71
+ "link": null
72
+ },
73
+ "annotations": {
74
+ "bold": false,
75
+ "italic": false,
76
+ "strikethrough": false,
77
+ "underline": false,
78
+ "code": false,
79
+ "color": "default"
80
+ },
81
+ "plain_text": "n8n-trigger",
82
+ "href": null
83
+ }
84
+ ],
85
+ "description": [],
86
+ "is_inline": false,
87
+ "properties": {
88
+ "Total": {
89
+ "id": "A%3DdW",
90
+ "name": "Total",
91
+ "type": "formula",
92
+ "formula": {
93
+ "expression": "((({{notion:block_property:n%7DI%5E:00000000-0000-0000-0000-000000000000:fe91914e-2dc5-4510-82f8-399dd9b2daf8}} + {{notion:block_property:MH~%3B:00000000-0000-0000-0000-000000000000:fe91914e-2dc5-4510-82f8-399dd9b2daf8}}) - {{notion:block_property:MwMd:00000000-0000-0000-0000-000000000000:fe91914e-2dc5-4510-82f8-399dd9b2daf8}}) + {{notion:block_property:fJea:00000000-0000-0000-0000-000000000000:fe91914e-2dc5-4510-82f8-399dd9b2daf8}}) - {{notion:block_property:rSrM:00000000-0000-0000-0000-000000000000:fe91914e-2dc5-4510-82f8-399dd9b2daf8}}"
94
+ }
95
+ },
96
+ "Total Incomes": {
97
+ "id": "MH~%3B",
98
+ "name": "Total Incomes",
99
+ "type": "number",
100
+ "number": {
101
+ "format": "number"
102
+ }
103
+ },
104
+ "Total Expenses": {
105
+ "id": "MwMd",
106
+ "name": "Total Expenses",
107
+ "type": "number",
108
+ "number": {
109
+ "format": "number"
110
+ }
111
+ },
112
+ "Created time": {
113
+ "id": "Z%3BGM",
114
+ "name": "Created time",
115
+ "type": "created_time",
116
+ "created_time": {}
117
+ },
118
+ "Last edited time": {
119
+ "id": "%60%5ElG",
120
+ "name": "Last edited time",
121
+ "type": "last_edited_time",
122
+ "last_edited_time": {}
123
+ },
124
+ "Total Transfer-In": {
125
+ "id": "fJea",
126
+ "name": "Total Transfer-In",
127
+ "type": "number",
128
+ "number": {
129
+ "format": "number"
130
+ }
131
+ },
132
+ "Starting Balance": {
133
+ "id": "n%7DI%5E",
134
+ "name": "Starting Balance",
135
+ "type": "number",
136
+ "number": {
137
+ "format": "number"
138
+ }
139
+ },
140
+ "Total Transfer-Out": {
141
+ "id": "rSrM",
142
+ "name": "Total Transfer-Out",
143
+ "type": "number",
144
+ "number": {
145
+ "format": "number"
146
+ }
147
+ },
148
+ "Name": {
149
+ "id": "title",
150
+ "name": "Name",
151
+ "type": "title",
152
+ "title": {}
153
+ }
154
+ },
155
+ "parent": {
156
+ "type": "page_id",
157
+ "page_id": "cc3d2b3c-f31a-4773-ab39-17a60c54567a"
158
+ },
159
+ "url": "https://www.notion.so/e9c354e3e5064c4283e2d9c81a083f05",
160
+ "public_url": null,
161
+ "archived": false,
162
+ "in_trash": false
163
+ }
164
+ },
165
+ {
166
+ "json": {
167
+ "object": "database",
168
+ "id": "138fb9cb-4cf0-804c-8663-d8ecdd5e692f",
169
+ "cover": null,
170
+ "icon": null,
171
+ "created_time": "2024-11-08T07:59:00.000Z",
172
+ "created_by": {
173
+ "object": "user",
174
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
175
+ },
176
+ "last_edited_by": {
177
+ "object": "user",
178
+ "id": "88f72c1a-07ed-4bae-9fa0-231365d813d9"
179
+ },
180
+ "last_edited_time": "2024-11-08T07:59:00.000Z",
181
+ "title": [
182
+ {
183
+ "type": "text",
184
+ "text": {
185
+ "content": "TEST_DB",
186
+ "link": null
187
+ },
188
+ "annotations": {
189
+ "bold": false,
190
+ "italic": false,
191
+ "strikethrough": false,
192
+ "underline": false,
193
+ "code": false,
194
+ "color": "default"
195
+ },
196
+ "plain_text": "TEST_DB",
197
+ "href": null
198
+ }
199
+ ],
200
+ "description": [],
201
+ "is_inline": false,
202
+ "properties": {
203
+ "Tags": {
204
+ "id": "%40~Tp",
205
+ "name": "Tags",
206
+ "type": "multi_select",
207
+ "multi_select": {
208
+ "options": []
209
+ }
210
+ },
211
+ "Name": {
212
+ "id": "title",
213
+ "name": "Name",
214
+ "type": "title",
215
+ "title": {}
216
+ }
217
+ },
218
+ "parent": {
219
+ "type": "page_id",
220
+ "page_id": "cc3d2b3c-f31a-4773-ab39-17a60c54567a"
221
+ },
222
+ "url": "https://www.notion.so/138fb9cb4cf0804c8663d8ecdd5e692f",
223
+ "public_url": null,
224
+ "archived": false,
225
+ "in_trash": false
226
+ }
227
+ }
228
+ ]
229
+ },
230
+ "connections": {
231
+ "When clicking ‘Test workflow’": {
232
+ "main": [
233
+ [
234
+ {
235
+ "node": "Notion",
236
+ "type": "main",
237
+ "index": 0
238
+ }
239
+ ]
240
+ ]
241
+ },
242
+ "Notion": {
243
+ "main": [
244
+ [
245
+ {
246
+ "node": "No Operation, do nothing",
247
+ "type": "main",
248
+ "index": 0
249
+ }
250
+ ]
251
+ ]
252
+ }
253
+ },
254
+ "active": false,
255
+ "settings": {
256
+ "executionOrder": "v1"
257
+ },
258
+ "versionId": "08dad8e3-abcc-42d1-8ad3-c026644d1280",
259
+ "meta": {
260
+ "templateCredsSetupCompleted": true,
261
+ "instanceId": "be251a83c052a9862eeac953816fbb1464f89dfbf79d7ac490a8e336a8cc8bfd"
262
+ },
263
+ "id": "Ucav6QC99JNMCkd3",
264
+ "tags": []
265
+ }