n8n-nodes-base 1.67.0 → 1.68.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 (257) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/OuraApi.credentials.d.ts +3 -1
  3. package/dist/credentials/OuraApi.credentials.js +14 -0
  4. package/dist/credentials/OuraApi.credentials.js.map +1 -1
  5. package/dist/nodes/AiTransform/AiTransform.node.js +7 -0
  6. package/dist/nodes/AiTransform/AiTransform.node.js.map +1 -1
  7. package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +1 -0
  8. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +1 -0
  9. package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +1 -0
  10. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +1 -0
  11. package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +1 -0
  12. package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +1 -0
  13. package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +1 -0
  14. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +1 -0
  15. package/dist/nodes/Code/Code.node.js +1 -1
  16. package/dist/nodes/Code/Code.node.js.map +1 -1
  17. package/dist/nodes/Discord/v2/actions/channel/create.operation.d.ts +1 -0
  18. package/dist/nodes/Discord/v2/actions/channel/deleteChannel.operation.d.ts +1 -0
  19. package/dist/nodes/Discord/v2/actions/channel/get.operation.d.ts +1 -0
  20. package/dist/nodes/Discord/v2/actions/channel/getAll.operation.d.ts +1 -0
  21. package/dist/nodes/Discord/v2/actions/channel/update.operation.d.ts +1 -0
  22. package/dist/nodes/Discord/v2/actions/member/getAll.operation.d.ts +1 -0
  23. package/dist/nodes/Discord/v2/actions/member/roleAdd.operation.d.ts +1 -0
  24. package/dist/nodes/Discord/v2/actions/member/roleRemove.operation.d.ts +1 -0
  25. package/dist/nodes/Discord/v2/actions/message/deleteMessage.operation.d.ts +1 -0
  26. package/dist/nodes/Discord/v2/actions/message/get.operation.d.ts +1 -0
  27. package/dist/nodes/Discord/v2/actions/message/getAll.operation.d.ts +1 -0
  28. package/dist/nodes/Discord/v2/actions/message/react.operation.d.ts +1 -0
  29. package/dist/nodes/Discord/v2/actions/message/send.operation.d.ts +1 -0
  30. package/dist/nodes/Discord/v2/actions/webhook/sendLegacy.operation.d.ts +1 -0
  31. package/dist/nodes/EmailSend/v2/send.operation.d.ts +1 -0
  32. package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js +4 -1
  33. package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js.map +1 -1
  34. package/dist/nodes/FacebookLeadAds/GenericFunctions.js +3 -3
  35. package/dist/nodes/Files/ConvertToFile/actions/spreadsheet.operation.d.ts +1 -0
  36. package/dist/nodes/Files/ConvertToFile/actions/toBinary.operation.d.ts +1 -0
  37. package/dist/nodes/Files/ConvertToFile/actions/toJson.operation.d.ts +1 -0
  38. package/dist/nodes/Files/ConvertToFile/actions/toText.operation.d.ts +1 -0
  39. package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.d.ts +1 -0
  40. package/dist/nodes/Files/ExtractFromFile/actions/pdf.operation.d.ts +1 -0
  41. package/dist/nodes/Files/ReadWriteFile/actions/read.operation.d.ts +1 -0
  42. package/dist/nodes/Files/ReadWriteFile/actions/write.operation.d.ts +1 -0
  43. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +1 -0
  44. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +1 -0
  45. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js +1 -0
  46. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js.map +1 -1
  47. package/dist/nodes/Google/CloudStorage/BucketDescription.js +1 -1
  48. package/dist/nodes/Google/CloudStorage/BucketDescription.js.map +1 -1
  49. package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +2 -0
  50. package/dist/nodes/Google/Drive/test/v2/node/helpers.js +19 -0
  51. package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +1 -1
  52. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +1 -0
  53. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +1 -0
  54. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +1 -0
  55. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +1 -0
  56. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +1 -0
  57. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +1 -0
  58. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +1 -0
  59. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +1 -0
  60. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +1 -0
  61. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +1 -0
  62. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +1 -0
  63. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +1 -0
  64. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +1 -0
  65. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +4 -6
  66. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -1
  67. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +1 -0
  68. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +1 -0
  69. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +1 -0
  70. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +1 -0
  71. package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +1 -0
  72. package/dist/nodes/Google/Drive/v2/helpers/utils.js +17 -0
  73. package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +1 -1
  74. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +1 -0
  75. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +1 -0
  76. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +1 -0
  77. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +1 -0
  78. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +1 -0
  79. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +1 -0
  80. package/dist/nodes/Merge/v3/actions/mode/append.d.ts +1 -0
  81. package/dist/nodes/Merge/v3/actions/mode/chooseBranch.d.ts +1 -0
  82. package/dist/nodes/Merge/v3/actions/mode/combineAll.d.ts +1 -0
  83. package/dist/nodes/Merge/v3/actions/mode/combineByFields.d.ts +1 -0
  84. package/dist/nodes/Merge/v3/actions/mode/combineByPosition.d.ts +1 -0
  85. package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts +1 -0
  86. package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +1 -0
  87. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +1 -0
  88. package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +1 -0
  89. package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +1 -0
  90. package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +1 -0
  91. package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +1 -0
  92. package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +1 -0
  93. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +1 -0
  94. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +1 -0
  95. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +1 -0
  96. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +1 -0
  97. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +1 -0
  98. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +1 -0
  99. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +1 -0
  100. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +1 -0
  101. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +1 -0
  102. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +1 -0
  103. package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.d.ts +1 -0
  104. package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.d.ts +1 -0
  105. package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.d.ts +1 -0
  106. package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.d.ts +1 -0
  107. package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.d.ts +1 -0
  108. package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.d.ts +1 -0
  109. package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.d.ts +1 -0
  110. package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.d.ts +1 -0
  111. package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.d.ts +1 -0
  112. package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.d.ts +1 -0
  113. package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.d.ts +1 -0
  114. package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.d.ts +1 -0
  115. package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.d.ts +1 -0
  116. package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.d.ts +1 -0
  117. package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.d.ts +1 -0
  118. package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.d.ts +1 -0
  119. package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.d.ts +1 -0
  120. package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.d.ts +1 -0
  121. package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.d.ts +1 -0
  122. package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.d.ts +1 -0
  123. package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.d.ts +1 -0
  124. package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.d.ts +1 -0
  125. package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.d.ts +1 -0
  126. package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.d.ts +1 -0
  127. package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.d.ts +1 -0
  128. package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.d.ts +1 -0
  129. package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.d.ts +1 -0
  130. package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.d.ts +1 -0
  131. package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.d.ts +1 -0
  132. package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.d.ts +1 -0
  133. package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.d.ts +1 -0
  134. package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.d.ts +1 -0
  135. package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.d.ts +1 -0
  136. package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.d.ts +1 -0
  137. package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.d.ts +1 -0
  138. package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.d.ts +1 -0
  139. package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.d.ts +1 -0
  140. package/dist/nodes/Microsoft/Teams/v2/actions/channel/create.operation.d.ts +1 -0
  141. package/dist/nodes/Microsoft/Teams/v2/actions/channel/deleteChannel.operation.d.ts +1 -0
  142. package/dist/nodes/Microsoft/Teams/v2/actions/channel/get.operation.d.ts +1 -0
  143. package/dist/nodes/Microsoft/Teams/v2/actions/channel/getAll.operation.d.ts +1 -0
  144. package/dist/nodes/Microsoft/Teams/v2/actions/channel/update.operation.d.ts +1 -0
  145. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.d.ts +1 -0
  146. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/getAll.operation.d.ts +1 -0
  147. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.d.ts +1 -0
  148. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/get.operation.d.ts +1 -0
  149. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/getAll.operation.d.ts +1 -0
  150. package/dist/nodes/Microsoft/Teams/v2/actions/task/create.operation.d.ts +1 -0
  151. package/dist/nodes/Microsoft/Teams/v2/actions/task/deleteTask.operation.d.ts +1 -0
  152. package/dist/nodes/Microsoft/Teams/v2/actions/task/get.operation.d.ts +1 -0
  153. package/dist/nodes/Microsoft/Teams/v2/actions/task/getAll.operation.d.ts +1 -0
  154. package/dist/nodes/Microsoft/Teams/v2/actions/task/update.operation.d.ts +1 -0
  155. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +1 -0
  156. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +1 -0
  157. package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +1 -0
  158. package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +1 -0
  159. package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +1 -0
  160. package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +1 -0
  161. package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -0
  162. package/dist/nodes/Notion/shared/GenericFunctions.js +32 -12
  163. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
  164. package/dist/nodes/Notion/v2/NotionV2.node.js +4 -4
  165. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  166. package/dist/nodes/Oura/GenericFunctions.js +2 -6
  167. package/dist/nodes/Oura/GenericFunctions.js.map +1 -1
  168. package/dist/nodes/Oura/Oura.node.js +47 -38
  169. package/dist/nodes/Oura/Oura.node.js.map +1 -1
  170. package/dist/nodes/Oura/test/apiResponses.d.ts +8 -0
  171. package/dist/nodes/Oura/test/apiResponses.js +12 -0
  172. package/dist/nodes/Oura/test/apiResponses.js.map +1 -0
  173. package/dist/nodes/Oura/test/oura_test_workflow.json +86 -0
  174. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +1 -0
  175. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +1 -0
  176. package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +1 -0
  177. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -0
  178. package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +1 -0
  179. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +1 -0
  180. package/dist/nodes/Set/v2/manual.mode.d.ts +1 -0
  181. package/dist/nodes/Set/v2/raw.mode.d.ts +1 -0
  182. package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.d.ts +1 -0
  183. package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.d.ts +1 -0
  184. package/dist/nodes/Splunk/v2/actions/report/create.operation.d.ts +1 -0
  185. package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.d.ts +1 -0
  186. package/dist/nodes/Splunk/v2/actions/report/get.operation.d.ts +1 -0
  187. package/dist/nodes/Splunk/v2/actions/report/getAll.operation.d.ts +1 -0
  188. package/dist/nodes/Splunk/v2/actions/search/create.operation.d.ts +1 -0
  189. package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.d.ts +1 -0
  190. package/dist/nodes/Splunk/v2/actions/search/get.operation.d.ts +1 -0
  191. package/dist/nodes/Splunk/v2/actions/search/getAll.operation.d.ts +1 -0
  192. package/dist/nodes/Splunk/v2/actions/search/getResult.operation.d.ts +1 -0
  193. package/dist/nodes/Splunk/v2/actions/user/create.operation.d.ts +1 -0
  194. package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.d.ts +1 -0
  195. package/dist/nodes/Splunk/v2/actions/user/get.operation.d.ts +1 -0
  196. package/dist/nodes/Splunk/v2/actions/user/getAll.operation.d.ts +1 -0
  197. package/dist/nodes/Splunk/v2/actions/user/update.operation.d.ts +1 -0
  198. package/dist/nodes/Supabase/Supabase.node.js +3 -6
  199. package/dist/nodes/Supabase/Supabase.node.js.map +1 -1
  200. package/dist/nodes/TheHiveProject/actions/alert/create.operation.d.ts +1 -0
  201. package/dist/nodes/TheHiveProject/actions/alert/deleteAlert.operation.d.ts +1 -0
  202. package/dist/nodes/TheHiveProject/actions/alert/executeResponder.operation.d.ts +1 -0
  203. package/dist/nodes/TheHiveProject/actions/alert/get.operation.d.ts +1 -0
  204. package/dist/nodes/TheHiveProject/actions/alert/merge.operation.d.ts +1 -0
  205. package/dist/nodes/TheHiveProject/actions/alert/promote.operation.d.ts +1 -0
  206. package/dist/nodes/TheHiveProject/actions/alert/search.operation.d.ts +1 -0
  207. package/dist/nodes/TheHiveProject/actions/alert/status.operation.d.ts +1 -0
  208. package/dist/nodes/TheHiveProject/actions/alert/update.operation.d.ts +1 -0
  209. package/dist/nodes/TheHiveProject/actions/case/addAttachment.operation.d.ts +1 -0
  210. package/dist/nodes/TheHiveProject/actions/case/create.operation.d.ts +1 -0
  211. package/dist/nodes/TheHiveProject/actions/case/deleteAttachment.operation.d.ts +1 -0
  212. package/dist/nodes/TheHiveProject/actions/case/deleteCase.operation.d.ts +1 -0
  213. package/dist/nodes/TheHiveProject/actions/case/executeResponder.operation.d.ts +1 -0
  214. package/dist/nodes/TheHiveProject/actions/case/get.operation.d.ts +1 -0
  215. package/dist/nodes/TheHiveProject/actions/case/getAttachment.operation.d.ts +1 -0
  216. package/dist/nodes/TheHiveProject/actions/case/getTimeline.operation.d.ts +1 -0
  217. package/dist/nodes/TheHiveProject/actions/case/search.operation.d.ts +1 -0
  218. package/dist/nodes/TheHiveProject/actions/case/update.operation.d.ts +1 -0
  219. package/dist/nodes/TheHiveProject/actions/comment/add.operation.d.ts +1 -0
  220. package/dist/nodes/TheHiveProject/actions/comment/deleteComment.operation.d.ts +1 -0
  221. package/dist/nodes/TheHiveProject/actions/comment/search.operation.d.ts +1 -0
  222. package/dist/nodes/TheHiveProject/actions/comment/update.operation.d.ts +1 -0
  223. package/dist/nodes/TheHiveProject/actions/log/addAttachment.operation.d.ts +1 -0
  224. package/dist/nodes/TheHiveProject/actions/log/create.operation.d.ts +1 -0
  225. package/dist/nodes/TheHiveProject/actions/log/deleteAttachment.operation.d.ts +1 -0
  226. package/dist/nodes/TheHiveProject/actions/log/deleteLog.operation.d.ts +1 -0
  227. package/dist/nodes/TheHiveProject/actions/log/executeResponder.operation.d.ts +1 -0
  228. package/dist/nodes/TheHiveProject/actions/log/get.operation.d.ts +1 -0
  229. package/dist/nodes/TheHiveProject/actions/log/search.operation.d.ts +1 -0
  230. package/dist/nodes/TheHiveProject/actions/observable/create.operation.d.ts +1 -0
  231. package/dist/nodes/TheHiveProject/actions/observable/deleteObservable.operation.d.ts +1 -0
  232. package/dist/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.d.ts +1 -0
  233. package/dist/nodes/TheHiveProject/actions/observable/executeResponder.operation.d.ts +1 -0
  234. package/dist/nodes/TheHiveProject/actions/observable/get.operation.d.ts +1 -0
  235. package/dist/nodes/TheHiveProject/actions/observable/search.operation.d.ts +1 -0
  236. package/dist/nodes/TheHiveProject/actions/observable/update.operation.d.ts +1 -0
  237. package/dist/nodes/TheHiveProject/actions/page/create.operation.d.ts +1 -0
  238. package/dist/nodes/TheHiveProject/actions/page/deletePage.operation.d.ts +1 -0
  239. package/dist/nodes/TheHiveProject/actions/page/search.operation.d.ts +1 -0
  240. package/dist/nodes/TheHiveProject/actions/page/update.operation.d.ts +1 -0
  241. package/dist/nodes/TheHiveProject/actions/query/executeQuery.operation.d.ts +1 -0
  242. package/dist/nodes/TheHiveProject/actions/task/create.operation.d.ts +1 -0
  243. package/dist/nodes/TheHiveProject/actions/task/deleteTask.operation.d.ts +1 -0
  244. package/dist/nodes/TheHiveProject/actions/task/executeResponder.operation.d.ts +1 -0
  245. package/dist/nodes/TheHiveProject/actions/task/get.operation.d.ts +1 -0
  246. package/dist/nodes/TheHiveProject/actions/task/search.operation.d.ts +1 -0
  247. package/dist/nodes/TheHiveProject/actions/task/update.operation.d.ts +1 -0
  248. package/dist/nodes/Webflow/V2/actions/Item/create.operation.d.ts +1 -0
  249. package/dist/nodes/Webflow/V2/actions/Item/delete.operation.d.ts +1 -0
  250. package/dist/nodes/Webflow/V2/actions/Item/get.operation.d.ts +1 -0
  251. package/dist/nodes/Webflow/V2/actions/Item/getAll.operation.d.ts +1 -0
  252. package/dist/nodes/Webflow/V2/actions/Item/update.operation.d.ts +1 -0
  253. package/dist/types/credentials.json +1 -1
  254. package/dist/types/nodes.json +4 -4
  255. package/dist/utils/sendAndWait/utils.d.ts +1 -0
  256. package/dist/utils/utilities.d.ts +1 -0
  257. package/package.json +6 -6
@@ -10,7 +10,7 @@
10
10
  {"displayName":"Airtable","name":"n8n-nodes-base.airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.1,"version":[2,2.1],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableTokenApi"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Base","value":"base"},{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a new record in a table","action":"Create a record"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a record"},{"name":"Delete","value":"deleteRecord","description":"Delete a record from a table","action":"Delete a record"},{"name":"Get","value":"get","description":"Retrieve a record from a table","action":"Get a record"},{"name":"Search","value":"search","description":"Search for specific records or list all","action":"Search records"},{"name":"Update","value":"update","description":"Update a record in a table","action":"Update record"}],"default":"get","displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to delete. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["deleteRecord"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to get. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"}],"displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"e.g. NOT({Name} = 'Admin')","hint":"If empty, all the records will be returned","description":"The formula will be evaluated for each record, and if the result is not 0, false, \"\", NaN, [], or #Error! the record will be included in the response. <a href=\"https://support.airtable.com/docs/formula-field-reference\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["record"],"operation":["search"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"},{"displayName":"Output Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields you want to include in the output"},{"displayName":"View","name":"view","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"viewSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable View URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable View ID"}}],"placeholder":"viw3dirwqeidke"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"Defines how the returned records should be ordered","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Many","value":"getMany","description":"List all the bases","action":"Get many bases"},{"name":"Get Schema","value":"getSchema","description":"Get the schema of the tables in a base","action":"Get base schema"}],"default":"getMany","displayOptions":{"show":{"resource":["base"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["base"],"operation":["getMany"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Permission Level","name":"permissionLevel","type":"multiOptions","options":[{"name":"Comment","value":"comment"},{"name":"Create","value":"create"},{"name":"Edit","value":"edit"},{"name":"None","value":"none"},{"name":"Read","value":"read"}],"default":[],"description":"Filter the returned bases by one or more permission levels"}],"displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"description":"The Airtable Base to retrieve the schema from","displayOptions":{"show":{"resource":["base"],"operation":["getSchema"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}}},
11
11
  {"displayName":"Airtable","name":"n8n-nodes-base.airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.1,"version":1,"defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"},{"name":"API Key (Deprecated)","value":"airtableApi"}],"default":"airtableApi"},{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"This type of connection (API Key) was deprecated and can't be used anymore. Please create a new credential of type 'Access Token' instead.","name":"deprecated","type":"notice","default":"","displayOptions":{"show":{"authentication":["airtableApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Append the data to a table","action":"Append data to a table"},{"name":"Delete","value":"delete","description":"Delete data from a table","action":"Delete data from a table"},{"name":"List","value":"list","description":"List data from a table","action":"List data from a table"},{"name":"Read","value":"read","description":"Read data from a table","action":"Read data from a table"},{"name":"Update","value":"update","description":"Update data in a table","action":"Update data in a table"}],"default":"read"},{"displayName":"Base","name":"application","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"description":"The Airtable Base in which to operate on","modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}]},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}]},{"displayName":"Add All Fields","name":"addAllFields","type":"boolean","displayOptions":{"show":{"operation":["append"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"addAllFields":[false],"operation":["append"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"ID of the record to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"requiresDataPath":"multiple","displayOptions":{"show":{"operation":["list"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive and cannot include spaces after a comma."},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"operation":["list"]}},"default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"single","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"Only data for fields whose names are in this list will be included in the records"},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"NOT({Name} = '')","description":"A formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, \"\", NaN, [], or #Error! the record will be included in the response."},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"Defines how the returned records should be ordered","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Name of the field to sort on"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}]},{"displayName":"View","name":"view","type":"string","default":"","placeholder":"All Stories","description":"The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view."}]},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["read"]}},"default":"","required":true,"description":"ID of the record to return"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"ID of the record to update"},{"displayName":"Update All Fields","name":"updateAllFields","type":"boolean","displayOptions":{"show":{"operation":["update"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"updateAllFields":[false],"operation":["update"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["append","delete","update"]}},"default":{},"options":[{"displayName":"Bulk Size","name":"bulkSize","type":"number","typeOptions":{"minValue":1,"maxValue":10},"default":10,"description":"Number of records to process at once"},{"displayName":"Ignore Fields","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/operation":["update"],"/updateAllFields":[true]}},"default":"","description":"Comma-separated list of fields to ignore"},{"displayName":"Typecast","name":"typecast","type":"boolean","displayOptions":{"show":{"/operation":["append","update"]}},"default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}}},
12
12
  {"displayName":"Airtable Trigger","name":"n8n-nodes-base.airtableTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Airtable events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Airtable Trigger"},"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"airtableApi"},{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableApi"},{"displayName":"Base","name":"baseId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"description":"The Airtable Base in which to operate on","modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}]},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}]},{"displayName":"Trigger Field","name":"triggerField","type":"string","default":"","description":"A Created Time or Last Modified Time field that will be used to sort records. If you do not have a Created Time or Last Modified Time field in your schema, please create one, because without this field trigger will not work correctly.","required":true},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"multiple","default":"","description":"Fields to be included in the response. Multiple ones can be set separated by comma. Example: <code>name, id</code>. By default just the trigger field will be included."},{"displayName":"Formula","name":"formula","type":"string","default":"","description":"Formulas may involve functions, numeric operations, logical operations, and text operations that operate on fields. More info <a href=\"https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference\">here</a>."},{"displayName":"View ID","name":"viewId","type":"string","default":"","description":"The name or ID of a view in the table. If set, only the records in that view will be returned."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.airtabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg"},
13
- {"displayName":"AI Transform","name":"n8n-nodes-base.aiTransform","group":["transform"],"version":1,"description":"Modify data based on instructions written in plain english","defaults":{"name":"AI Transform"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Instructions","name":"instructions","type":"button","default":"","description":"Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).","placeholder":"Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'","typeOptions":{"buttonConfig":{"label":"Generate code","hasInputField":true,"inputFieldMaxLength":500,"action":{"type":"askAiCodeGeneration","target":"jsCode"}}}},{"displayName":"Code Generated For Prompt","name":"codeGeneratedForPrompt","type":"hidden","default":""},{"displayName":"Generated JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"jsEditor","editorIsReadOnly":true},"default":"","hint":"Read-only. To edit this code, adjust the instructions or copy and paste it into a Code node.","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aitransform/"}]},"alias":["code","Javascript","JS","Script","Custom Code","Function","AI","LLM"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AiTransform/aitransform.svg"},
13
+ {"displayName":"AI Transform","name":"n8n-nodes-base.aiTransform","group":["transform"],"version":1,"description":"Modify data based on instructions written in plain english","defaults":{"name":"AI Transform"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","hints":[{"message":"This node doesn't have access to the contents of binary files. To use those contents here, use the 'Extract from File' node first.","displayCondition":"={{ $input.all().some(i => i.binary) }}","location":"outputPane"}],"properties":[{"displayName":"Instructions","name":"instructions","type":"button","default":"","description":"Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).","placeholder":"Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'","typeOptions":{"buttonConfig":{"label":"Generate code","hasInputField":true,"inputFieldMaxLength":500,"action":{"type":"askAiCodeGeneration","target":"jsCode"}}}},{"displayName":"Code Generated For Prompt","name":"codeGeneratedForPrompt","type":"hidden","default":""},{"displayName":"Generated JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"jsEditor","editorIsReadOnly":true},"default":"","hint":"Read-only. To edit this code, adjust the instructions or copy and paste it into a Code node.","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aitransform/"}]},"alias":["code","Javascript","JS","Script","Custom Code","Function","AI","LLM"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AiTransform/aitransform.svg"},
14
14
  {"displayName":"AMQP Sender","name":"n8n-nodes-base.amqp","group":["transform"],"version":1,"description":"Sends a raw-message via AMQP 1.0, executed once per item","defaults":{"name":"AMQP Sender"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"amqp","required":true,"testedBy":"amqpConnectionTest"}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"e.g. topic://sourcename.something","description":"Name of the queue of topic to publish to"},{"displayName":"Headers","name":"headerParametersJson","type":"json","default":"","description":"Header parameters as JSON (flat object). Sent as application_properties in amqp-message meta info."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Data as Object","name":"dataAsObject","type":"boolean","default":false,"description":"Whether to send the data as an object"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Send Property","name":"sendOnlyProperty","type":"string","default":"","description":"The only property to send. If empty the whole item will be sent."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.amqp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
15
15
  {"displayName":"AMQP Trigger","name":"n8n-nodes-base.amqpTrigger","group":["trigger"],"version":1,"description":"Listens to AMQP 1.0 Messages","defaults":{"name":"AMQP Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"amqp","required":true}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"topic://sourcename.something","description":"Name of the queue of topic to listen to"},{"displayName":"Clientname","name":"clientname","type":"string","default":"","placeholder":"e.g. n8n","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Subscription","name":"subscription","type":"string","default":"","placeholder":"e.g. order-worker","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Convert Body To String","name":"jsonConvertByteArrayToString","type":"boolean","default":false,"description":"Whether to convert JSON Body content ([\"body\"][\"content\"]) from Byte Array to string. Needed for Azure Service Bus."},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to parse the body to an object"},{"displayName":"Messages per Cicle","name":"pullMessagesNumber","type":"number","default":100,"description":"Number of messages to pull from the bus for every cicle"},{"displayName":"Only Body","name":"onlyBody","type":"boolean","default":false,"description":"Whether to return only the body property"},{"displayName":"Parallel Processing","name":"parallelProcessing","type":"boolean","default":true,"description":"Whether to process messages in parallel"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Sleep Time","name":"sleepTime","type":"number","default":10,"description":"Milliseconds to sleep after every cicle"}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.amqptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
16
16
  {"displayName":"APITemplate.io","name":"n8n-nodes-base.apiTemplateIo","group":["transform"],"version":1,"description":"Consume the APITemplate.io API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"APITemplate.io"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"apiTemplateIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Image","value":"image"},{"name":"PDF","value":"pdf"}],"default":"image"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","required":true,"options":[{"name":"Create","value":"create","action":"Create an image"}],"displayOptions":{"show":{"resource":["image"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","required":true,"options":[{"name":"Create","value":"create","action":"Create a pdf"}],"displayOptions":{"show":{"resource":["pdf"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","required":true,"options":[{"name":"Get","value":"get","action":"Get an account"}],"displayOptions":{"show":{"resource":["account"]}}},{"displayName":"Template Name or ID","name":"imageTemplateId","type":"options","required":true,"default":"","description":"ID of the image template to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getImageTemplates"},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}}},{"displayName":"Template Name or ID","name":"pdfTemplateId","type":"options","required":true,"default":"","description":"ID of the PDF template to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getPdfTemplates"},"displayOptions":{"show":{"resource":["pdf"],"operation":["create"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"]}}},{"displayName":"Download","name":"download","type":"boolean","default":false,"displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"],"download":[true]}}},{"displayName":"Overrides (JSON)","name":"overridesJson","type":"json","default":"","displayOptions":{"show":{"resource":["image"],"operation":["create"],"jsonParameters":[true]}},"placeholder":"[ {\"name\": \"text_1\", \"text\": \"hello world\", \"textBackgroundColor\": \"rgba(246, 243, 243, 0)\" } ]"},{"displayName":"Properties (JSON)","name":"propertiesJson","type":"json","default":"","displayOptions":{"show":{"resource":["pdf"],"operation":["create"],"jsonParameters":[true]}},"placeholder":"{ \"name\": \"text_1\" }"},{"displayName":"Overrides","name":"overridesUi","placeholder":"Add Override","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["image"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"name":"overrideValues","displayName":"Override","values":[{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to the property"}]}]}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["pdf"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to the property"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["pdf","image"],"download":[true]}},"default":{},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"The name of the downloaded image/pdf. It has to include the extension. For example: report.pdf"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.apitemplateio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/apiTemplateIo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ApiTemplateIo/apiTemplateIo.svg"},
@@ -140,7 +140,7 @@
140
140
  {"displayName":"GitLab Trigger","name":"n8n-nodes-base.gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repository"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repository"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gitlab/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
141
141
  {"displayName":"Gong","name":"n8n-nodes-base.gong","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Gong API","defaults":{"name":"Gong"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gongApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gongOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Call","value":"call"},{"name":"User","value":"user"}],"default":"call"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific call","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get call"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of calls","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get many calls"}],"default":"getAll"},{"displayName":"Call to Get","name":"call","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCalls","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong Call ID"}}]},{"displayName":"By URL","name":"url","extractValue":{"type":"regex","regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})"},"placeholder":"e.g. https://subdomain.app.gong.io/call?id=7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})","errorMessage":"Not a valid Gong URL"}}]}],"required":true,"routing":{"send":{"type":"body","property":"filter.callIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"calls"}}]}},"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Action Items","value":"pointsOfInterest","description":"Call points of interest"},{"name":"Audio and Video URLs","value":"media","description":"Audio and video URL of the call. The URLs will be available for 8 hours."},{"name":"Brief","value":"brief","description":"Spotlight call brief","routing":{"send":{"type":"body","property":"contentSelector.exposedFields.content.brief","propertyInDotNotation":true,"value":"={{ $value }}"}}},{"name":"Comments","value":"publicComments","description":"Public comments made for this call"},{"name":"Highlights","value":"highlights","description":"Call highlights"},{"name":"Keypoints","value":"keyPoints","description":"Key points of the call"},{"name":"Outcome","value":"callOutcome","description":"Outcome of the call"},{"name":"Outline","value":"outline","description":"Call outline"},{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Structure","value":"structure","description":"Call agenda"},{"name":"Topics","value":"topics","description":"Duration of call topics"},{"name":"Trackers","value":"trackers","description":"Smart tracker and keyword tracker information for the call"},{"name":"Transcript","value":"transcript","description":"Information about the participants"}],"routing":{"send":{"preSend":[null]},"output":{"postReceive":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["call"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[null,{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"fromDateTime","default":"","description":"Returns calls that started on or after the specified date and time. If not provided, list starts with earliest call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.fromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Before","name":"toDateTime","default":"","description":"Returns calls that started up to but excluding specified date and time. If not provided, list ends with most recent call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.toDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Workspace ID","name":"workspaceId","default":"","description":"Return only the calls belonging to this workspace","placeholder":"e.g. 623457276584334","routing":{"send":{"type":"body","property":"filter.workspaceId","propertyInDotNotation":true,"value":"={{ $value }}"}},"type":"string","validateType":"number"},{"displayName":"Call IDs","name":"callIds","default":"","description":"List of calls IDs to be filtered","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"},{"displayName":"Organizer","name":"primaryUserIds","default":{"mode":"list","value":""},"description":"Return only the calls hosted by the specified user","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.primaryUserIds","propertyInDotNotation":true,"value":"={{ [$value] }}"}},"type":"resourceLocator"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Topics","value":"topics","description":"Information about the topics of the call"}],"routing":{"send":{"preSend":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific user","action":"Get user","routing":{"request":{"method":"POST","url":"/v2/users/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","action":"Get many users","routing":{"request":{"method":"POST","url":"/v2/users/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}],"default":"get"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.userIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}}]}},"type":"resourceLocator"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean","validateType":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}},{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Created After","name":"createdFromDateTime","default":"","description":"An optional user creation time lower limit, if supplied the API will return only the users created at or after this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdFromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Created Before","name":"createdToDateTime","default":"","description":"An optional user creation time upper limit, if supplied the API will return only the users created before this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdToDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"User IDs","name":"userIds","default":"","description":"Set of Gong's unique numeric identifiers for the users (up to 20 digits)","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Developer Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gong/gong.svg"},
142
142
  {"displayName":"Google Ads","name":"n8n-nodes-base.googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v17/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
143
- {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-10-29T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-11-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-10-29T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-11-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
143
+ {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-11-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-11-12T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-11-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-11-12T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
144
144
  {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
145
145
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results Per Page","name":"maxResults","type":"number","default":1000,"description":"Maximum number of results to return per page of results. This is particularly useful when dealing with large datasets. It will not affect the total number of results returned, e.g. rows in a table. You can use LIMIT in your SQL query to limit the number of rows returned."},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"hint":"How long to wait for the query to complete, in milliseconds","description":"Specifies the maximum amount of time, in milliseconds, that the client is willing to wait for the query to complete. Be aware that the call is not guaranteed to wait for the specified timeout; it typically returns after around 200 seconds (200,000 milliseconds), even if the query is not complete."},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."},{"displayName":"Return Integers as Numbers","name":"returnAsNumbers","type":"boolean","default":false,"description":"Whether all integer values will be returned as numbers. If set to false, all integer values will be returned as strings."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
146
146
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to ignore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
@@ -149,7 +149,7 @@
149
149
  {"displayName":"Google Calendar Trigger","name":"n8n-nodes-base.googleCalendarTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Google Calendar events occur","defaults":{"name":"Google Calendar Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"googleCalendarOAuth2Api","required":true}],"polling":true,"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}]},{"displayName":"Trigger On","name":"triggerOn","type":"options","required":true,"default":"","options":[{"name":"Event Cancelled","value":"eventCancelled"},{"name":"Event Created","value":"eventCreated"},{"name":"Event Ended","value":"eventEnded"},{"name":"Event Started","value":"eventStarted"},{"name":"Event Updated","value":"eventUpdated"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Match Term","name":"matchTerm","type":"string","default":"","description":"Free text search terms to filter events that match these terms in any field, except for extended properties"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlecalendartrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
150
150
  {"displayName":"Google Chat","name":"n8n-nodes-base.googleChat","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Chat API","defaults":{"name":"Google Chat"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"testedBy":"testGoogleTokenAuth"}],"properties":[{"displayName":"Resource","name":"resource","required":true,"noDataExpression":true,"type":"options","options":[{"name":"Member","value":"member"},{"name":"Message","value":"message"},{"name":"Space","value":"space"}],"default":"message"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["member"]}},"options":[{"name":"Get","value":"get","description":"Get a membership","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many memberships in a space","action":"Get many members"}],"default":"get"},{"displayName":"Member ID","name":"memberId","type":"string","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}},"default":"","description":"Member to be retrieved in the form \"spaces/*/members/*\""},{"displayName":"Space Name or ID","name":"spaceId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSpaces"},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"default":[],"description":"The name of the space for which to retrieve members, in the form \"spaces/*\". Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message"},{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"create"},{"displayName":"Space Name or ID","name":"spaceId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSpaces"},"displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":"","description":"Space resource name, in the form \"spaces/*\". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":false,"description":"Whether to pass the message object as JSON"},{"displayName":"Message","name":"messageUi","type":"collection","required":true,"placeholder":"Add Message","displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Text","name":"text","type":"string","default":""}]},{"displayName":"See <a href=\"https://developers.google.com/chat/reference/rest/v1/spaces.messages#Message\" target=\"_blank\">Google Chat Guide</a> To Creating Messages","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[true]}},"default":""},{"displayName":"Message (JSON)","name":"messageJson","type":"json","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[true]}},"default":"","description":"Message input as JSON Object or JSON String"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"options":[{"displayName":"Request ID","name":"requestId","type":"string","default":"","description":"A unique request ID for this message. If a message has already been created in the space with this request ID, the subsequent request will return the existing message and no new message will be created."}]},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"default":"","description":"Resource name of the message to be deleted, in the form \"spaces//messages/\""},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["get"]}},"default":"","description":"Resource name of the message to be retrieved, in the form \"spaces//messages/\""},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"default":"","description":"Resource name of the message to be updated, in the form \"spaces//messages/\""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"default":false,"description":"Whether to pass the update fields object as JSON"},{"displayName":"Update Fields","name":"updateFieldsUi","type":"collection","required":true,"placeholder":"Add option","displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Text","name":"text","type":"string","default":""}]},{"displayName":"See <a href=\"https://developers.google.com/chat/reference/rest/v1/spaces.messages#Message\" target=\"_blank\">Google Chat Guide</a> To Creating Messages","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"default":""},{"displayName":"Update Fields (JSON)","name":"updateFieldsJson","type":"json","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"default":"","description":"Message input as JSON Object or JSON String"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["space"]}},"options":[{"name":"Get","value":"get","description":"Get a space","action":"Get a space"},{"name":"Get Many","value":"getAll","description":"Get many spaces the caller is a member of","action":"Get many spaces"}],"default":"get"},{"displayName":"Space ID","name":"spaceId","type":"string","required":true,"displayOptions":{"show":{"resource":["space"],"operation":["get"]}},"default":"","description":"Resource name of the space, in the form \"spaces/*\""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["space"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000},"displayOptions":{"show":{"resource":["space"],"operation":["getAll"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlechat/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/service-account/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Chat/googleChat.svg"},
151
151
  {"displayName":"Google Cloud Natural Language","name":"n8n-nodes-base.googleCloudNaturalLanguage","group":["input","output"],"version":1,"description":"Consume Google Cloud Natural Language API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Google Cloud Natural Language"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCloudNaturalLanguageOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Analyze Sentiment","value":"analyzeSentiment","action":"Analyze sentiment"}],"default":"analyzeSentiment"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Content","value":"content"},{"name":"Google Cloud Storage URI","value":"gcsContentUri"}],"default":"content","description":"The source of the document: a string containing the content or a Google Cloud Storage URI","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"]}}},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the input in string format. Cloud audit logging exempt since it is based on user data.","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"],"source":["content"]}}},{"displayName":"Google Cloud Storage URI","name":"gcsContentUri","type":"string","default":"","description":"The Google Cloud Storage URI where the file content is located. This URI must be of the form: <code>gs://bucket_name/object_name</code>. For more details, see <a href=\"https://cloud.google.com/storage/docs/reference-uris.\">reference</a>.","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"],"source":["gcsContentUri"]}}},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["analyzeSentiment"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Document Type","name":"documentType","type":"options","options":[{"name":"HTML","value":"HTML"},{"name":"Plain Text","value":"PLAIN_TEXT"}],"default":"PLAIN_TEXT","description":"The type of input document"},{"displayName":"Encoding Type","name":"encodingType","type":"options","options":[{"name":"None","value":"NONE"},{"name":"UTF-8","value":"UTF8"},{"name":"UTF-16","value":"UTF16"},{"name":"UTF-32","value":"UTF32"}],"default":"UTF16","description":"The encoding type used by the API to calculate sentence offsets"},{"displayName":"Language","name":"language","type":"options","options":[{"name":"Arabic","value":"ar"},{"name":"Chinese (Simplified)","value":"zh"},{"name":"Chinese (Traditional)","value":"zh-Hant"},{"name":"Dutch","value":"nl"},{"name":"English","value":"en"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Indonesian","value":"id"},{"name":"Italian","value":"it"},{"name":"Japanese","value":"ja"},{"name":"Korean","value":"ko"},{"name":"Portuguese (Brazilian & Continental)","value":"pt"},{"name":"Spanish","value":"es"},{"name":"Thai","value":"th"},{"name":"Turkish","value":"tr"},{"name":"Vietnamese","value":"vi"}],"default":"en","placeholder":"","description":"The language of the document (if not specified, the language is automatically detected). Both ISO and BCP-47 language codes are accepted."}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudnaturallanguage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/CloudNaturalLanguage/googlecloudnaturallanguage.png"},
152
- {"displayName":"Google Cloud Storage","name":"n8n-nodes-base.googleCloudStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Cloud Storage API","defaults":{"name":"Google Cloud Storage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCloudStorageOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/b/"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://storage.googleapis.com/storage/v1"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bucket","value":"bucket"},{"name":"Object","value":"object"}],"default":"bucket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bucket"]}},"options":[{"name":"Create","value":"create","description":"Create a new Bucket","routing":{"request":{"method":"POST","url":"/b/","qs":{},"body":{"name":"={{$parameter[\"bucketName\"]}}"},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Create a new Bucket"},{"name":"Delete","value":"delete","description":"Delete an empty Bucket","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true}},"action":"Delete an empty Bucket"},{"name":"Get","value":"get","description":"Get metadata for a specific Bucket","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true,"qs":{}}},"action":"Get a Bucket"},{"name":"Get Many","value":"getAll","description":"Get list of Buckets","routing":{"request":{"method":"GET","url":"/b/","qs":{}},"send":{"paginate":true,"preSend":[null]},"operations":{}},"action":"Get a list of Buckets for a given project"},{"name":"Update","value":"update","description":"Update the metadata of a bucket","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","qs":{"project":"={{$parameter[\"projectId\"]}}"},"body":{},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Create a new Bucket"}],"default":"getAll"},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"placeholder":"Project ID","displayOptions":{"show":{"resource":["bucket"],"operation":["create","getAll"]}},"default":"","routing":{"request":{"qs":{"project":"={{$value}}"}}}},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","update","delete"]}},"default":""},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter for Bucket Names","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":"","routing":{"request":{"qs":{"prefix":"={{$value}}"}}}},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","getAll","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Filters","name":"getFilters","type":"collection","displayOptions":{"show":{"resource":["bucket"],"operation":["delete","get","update"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","description":"Only return data if the metageneration value of the Bucket matches the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationMatch":"={{$value}}"}}}},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","description":"Only return data if the metageneration value of the Bucket does not match the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationNotMatch":"={{$value}}"}}}}]},{"displayName":"Predefined Access Control","name":"createAcl","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Access Control Parameters","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read/Write","value":"publicReadWrite"}],"routing":{"request":{"qs":{"predefinedAcl":"={{$value}}"}}}},{"displayName":"Predefined Default Object ACL","name":"predefinedDefaultObjectAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of default object access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}],"routing":{"request":{"qs":{"predefinedObjectAcl":"={{$value}}"}}}}]},{"displayName":"Additional Parameters","name":"createBody","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Metadata Parameter","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]","placeholder":"Access controls on the Bucket"},{"displayName":"Billing","name":"billing","type":"json","default":"{}","placeholder":"The bucket's billing configuration"},{"displayName":"CORS","name":"cors","type":"json","default":"[]","placeholder":"The bucket's Cross Origin Resource Sharing configuration"},{"displayName":"Custom Placement Config","name":"customPlacementConfig","type":"json","default":"{}","placeholder":"The configuration for the region(s) for the Bucket"},{"displayName":"Data Locations","name":"dataLocations","type":"json","default":"[]","placeholder":"The list of individual regions that comprise a dual-region Bucket"},{"displayName":"Default Event Based Hold","name":"defaultEventBasedHold","type":"boolean","default":true,"placeholder":"Whether or not to automatically apply an event based hold to new objects"},{"displayName":"Default Object ACL","name":"defaultObjectAcl","type":"json","default":"[]","placeholder":"Default Access Controls for new objects when no ACL is provided"},{"displayName":"Encryption","name":"encryption","type":"json","default":"{}","placeholder":"Encryption configuration for a bucket"},{"displayName":"IAM Configuration","name":"iamConfiguration","type":"json","default":"{}","placeholder":"The bucket's IAM configuration"},{"displayName":"Labels","name":"labels","type":"json","default":"{}","placeholder":"User provided bucket labels, in key/value pairs"},{"displayName":"Lifecycle","name":"lifecycle","type":"json","default":"{}","placeholder":"The bucket's lifecycle configuration"},{"displayName":"Location","name":"location","type":"string","default":"US","placeholder":"The location of the bucket"},{"displayName":"Logging","name":"logging","type":"json","default":"{}","placeholder":"The bucket's logging configuration"},{"displayName":"Retention Policy","name":"retentionPolicy","type":"json","default":"{}","placeholder":"The bucket's retention policy"},{"displayName":"Recovery Point Objective","name":"rpo","type":"string","default":"DEFAULT","placeholder":"The recovery point objective for the bucket"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":"STANDARD","placeholder":"The bucket's default storage class for objects that don't define one"},{"displayName":"Versioning","name":"versioning","type":"json","default":"{}","placeholder":"The bucket's versioning configuration"},{"displayName":"Website","name":"website","type":"json","default":"{}","placeholder":"The bucket's website configuration for when it is used to host a website"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["object"]}},"options":[{"name":"Create","value":"create","description":"Create an object","routing":{"request":{"method":"POST","baseURL":"https://storage.googleapis.com/upload/storage/v1","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","qs":{"name":"={{$parameter[\"objectName\"]}}","uploadType":"multipart"},"headers":{}},"send":{"preSend":[null,null]}},"action":"Create an object"},{"name":"Delete","value":"delete","description":"Delete an object","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{}}},"action":"Delete an object from a bucket"},{"name":"Get","value":"get","description":"Get object data or metadata","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","returnFullResponse":true,"qs":{"alt":"={{$parameter[\"alt\"]}}"}},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"action":"Get object data or metadata"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of objects","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","returnFullResponse":true,"qs":{}},"send":{"preSend":[null],"paginate":true},"operations":{}},"action":"Get a list of objects"},{"name":"Update","value":"update","description":"Update an object's metadata","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{},"body":{}},"send":{"preSend":[null]}},"action":"Update an object's metadata"}],"default":"getAll"},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["object"]}},"default":""},{"displayName":"Object Name","name":"objectName","type":"string","placeholder":"Object Name","required":true,"displayOptions":{"show":{"resource":["object"],"operation":["create","delete","get","update"]}},"default":""},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["object"],"operation":["get","getAll"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Projection","name":"updateProjection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"full","displayOptions":{"show":{"resource":["object"],"operation":["create","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return Data","name":"alt","type":"options","placeholder":"The type of data to return from the request","default":"json","options":[{"name":"Metadata","value":"json"},{"name":"Object Data","value":"media"}],"displayOptions":{"show":{"resource":["object"],"operation":["get"]}}},{"displayName":"Use Input Binary Field","name":"createFromBinary","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":true,"noDataExpression":true,"description":"Whether the data for creating a file should come from a binary field"},{"displayName":"Input Binary Field","name":"createBinaryPropertyName","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[true]}},"default":"data"},{"displayName":"File Content","name":"createContent","type":"string","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[false]}},"default":"","description":"Content of the file to be uploaded"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["object"],"operation":["get"],"alt":["media"]}},"default":"data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"maxResults","type":"number","displayOptions":{"show":{"resource":["object"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Create Fields","name":"createData","type":"collection","placeholder":"Add Create Body Field","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Access Control List","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"CRC32c Checksum","name":"crc32c","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"MD5 Hash","name":"md5Hash","type":"string","default":""},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":""},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Update Fields","name":"updateData","type":"collection","placeholder":"Add Update Body Field","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{"acl":"[]"},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Additional Parameters","name":"createQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"KMS Key Name","name":"kmsKeyName","type":"string","default":""},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Additional Parameters","name":"getParameters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["delete","get"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1}]},{"displayName":"Additional Parameters","name":"metagenAndAclQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Encryption Headers","name":"encryptionHeaders","type":"collection","placeholder":"Add Encryption Headers","displayOptions":{"show":{"resource":["object"],"operation":["create","get","update"]}},"default":{},"options":[{"displayName":"Encryption Algorithm","name":"X-Goog-Encryption-Algorithm","type":"options","placeholder":"The encryption algorithm to use, which must be AES256. Use to supply your own key in the request","default":"AES256","options":[{"name":"AES256","value":"AES256"}]},{"displayName":"Encryption Key","name":"X-Goog-Encryption-Key","type":"string","placeholder":"Base64 encoded string of your AES256 encryption key","default":""},{"displayName":"Encryption Key Hash","name":"X-Goog-Encryption-Key-Sha256","type":"string","placeholder":"Base64 encoded string of the SHA256 hash of your encryption key","default":""}]},{"displayName":"Additional Parameters","name":"listFilters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","placeholder":"Returns results in directory-like mode, using this value as the delimiter","default":"/"},{"displayName":"End Offset","name":"endOffset","type":"string","placeholder":"Filter results to names lexicographically before this value","default":""},{"displayName":"Include Trailing Delimiter","name":"includeTrailingDelimiter","type":"boolean","placeholder":"If true, objects will appear with exactly one instance of delimiter at the end of the name","default":false},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter results to names that start with this value","default":""},{"displayName":"Start Offset","name":"startOffset","type":"string","placeholder":"Filter results to names lexicographically equal or after this value","default":""},{"displayName":"Versions","name":"versions","type":"boolean","placeholder":"If true, list all versions of objects as distinct entries","default":false}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudstorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/CloudStorage/googleCloudStorage.svg"},
152
+ {"displayName":"Google Cloud Storage","name":"n8n-nodes-base.googleCloudStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Cloud Storage API","defaults":{"name":"Google Cloud Storage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCloudStorageOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/b/"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://storage.googleapis.com/storage/v1"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bucket","value":"bucket"},{"name":"Object","value":"object"}],"default":"bucket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bucket"]}},"options":[{"name":"Create","value":"create","description":"Create a new Bucket","routing":{"request":{"method":"POST","url":"/b/","qs":{},"body":{"name":"={{$parameter[\"bucketName\"]}}"},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Create a new Bucket"},{"name":"Delete","value":"delete","description":"Delete an empty Bucket","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true}},"action":"Delete an empty Bucket"},{"name":"Get","value":"get","description":"Get metadata for a specific Bucket","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true,"qs":{}}},"action":"Get a Bucket"},{"name":"Get Many","value":"getAll","description":"Get list of Buckets","routing":{"request":{"method":"GET","url":"/b/","qs":{}},"send":{"paginate":true,"preSend":[null]},"operations":{}},"action":"Get a list of Buckets for a given project"},{"name":"Update","value":"update","description":"Update the metadata of a bucket","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","qs":{"project":"={{$parameter[\"projectId\"]}}"},"body":{},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Update the metadata of a Bucket"}],"default":"getAll"},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"placeholder":"Project ID","displayOptions":{"show":{"resource":["bucket"],"operation":["create","getAll"]}},"default":"","routing":{"request":{"qs":{"project":"={{$value}}"}}}},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","update","delete"]}},"default":""},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter for Bucket Names","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":"","routing":{"request":{"qs":{"prefix":"={{$value}}"}}}},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","getAll","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Filters","name":"getFilters","type":"collection","displayOptions":{"show":{"resource":["bucket"],"operation":["delete","get","update"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","description":"Only return data if the metageneration value of the Bucket matches the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationMatch":"={{$value}}"}}}},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","description":"Only return data if the metageneration value of the Bucket does not match the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationNotMatch":"={{$value}}"}}}}]},{"displayName":"Predefined Access Control","name":"createAcl","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Access Control Parameters","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read/Write","value":"publicReadWrite"}],"routing":{"request":{"qs":{"predefinedAcl":"={{$value}}"}}}},{"displayName":"Predefined Default Object ACL","name":"predefinedDefaultObjectAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of default object access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}],"routing":{"request":{"qs":{"predefinedObjectAcl":"={{$value}}"}}}}]},{"displayName":"Additional Parameters","name":"createBody","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Metadata Parameter","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]","placeholder":"Access controls on the Bucket"},{"displayName":"Billing","name":"billing","type":"json","default":"{}","placeholder":"The bucket's billing configuration"},{"displayName":"CORS","name":"cors","type":"json","default":"[]","placeholder":"The bucket's Cross Origin Resource Sharing configuration"},{"displayName":"Custom Placement Config","name":"customPlacementConfig","type":"json","default":"{}","placeholder":"The configuration for the region(s) for the Bucket"},{"displayName":"Data Locations","name":"dataLocations","type":"json","default":"[]","placeholder":"The list of individual regions that comprise a dual-region Bucket"},{"displayName":"Default Event Based Hold","name":"defaultEventBasedHold","type":"boolean","default":true,"placeholder":"Whether or not to automatically apply an event based hold to new objects"},{"displayName":"Default Object ACL","name":"defaultObjectAcl","type":"json","default":"[]","placeholder":"Default Access Controls for new objects when no ACL is provided"},{"displayName":"Encryption","name":"encryption","type":"json","default":"{}","placeholder":"Encryption configuration for a bucket"},{"displayName":"IAM Configuration","name":"iamConfiguration","type":"json","default":"{}","placeholder":"The bucket's IAM configuration"},{"displayName":"Labels","name":"labels","type":"json","default":"{}","placeholder":"User provided bucket labels, in key/value pairs"},{"displayName":"Lifecycle","name":"lifecycle","type":"json","default":"{}","placeholder":"The bucket's lifecycle configuration"},{"displayName":"Location","name":"location","type":"string","default":"US","placeholder":"The location of the bucket"},{"displayName":"Logging","name":"logging","type":"json","default":"{}","placeholder":"The bucket's logging configuration"},{"displayName":"Retention Policy","name":"retentionPolicy","type":"json","default":"{}","placeholder":"The bucket's retention policy"},{"displayName":"Recovery Point Objective","name":"rpo","type":"string","default":"DEFAULT","placeholder":"The recovery point objective for the bucket"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":"STANDARD","placeholder":"The bucket's default storage class for objects that don't define one"},{"displayName":"Versioning","name":"versioning","type":"json","default":"{}","placeholder":"The bucket's versioning configuration"},{"displayName":"Website","name":"website","type":"json","default":"{}","placeholder":"The bucket's website configuration for when it is used to host a website"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["object"]}},"options":[{"name":"Create","value":"create","description":"Create an object","routing":{"request":{"method":"POST","baseURL":"https://storage.googleapis.com/upload/storage/v1","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","qs":{"name":"={{$parameter[\"objectName\"]}}","uploadType":"multipart"},"headers":{}},"send":{"preSend":[null,null]}},"action":"Create an object"},{"name":"Delete","value":"delete","description":"Delete an object","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{}}},"action":"Delete an object from a bucket"},{"name":"Get","value":"get","description":"Get object data or metadata","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","returnFullResponse":true,"qs":{"alt":"={{$parameter[\"alt\"]}}"}},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"action":"Get object data or metadata"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of objects","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","returnFullResponse":true,"qs":{}},"send":{"preSend":[null],"paginate":true},"operations":{}},"action":"Get a list of objects"},{"name":"Update","value":"update","description":"Update an object's metadata","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{},"body":{}},"send":{"preSend":[null]}},"action":"Update an object's metadata"}],"default":"getAll"},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["object"]}},"default":""},{"displayName":"Object Name","name":"objectName","type":"string","placeholder":"Object Name","required":true,"displayOptions":{"show":{"resource":["object"],"operation":["create","delete","get","update"]}},"default":""},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["object"],"operation":["get","getAll"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Projection","name":"updateProjection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"full","displayOptions":{"show":{"resource":["object"],"operation":["create","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return Data","name":"alt","type":"options","placeholder":"The type of data to return from the request","default":"json","options":[{"name":"Metadata","value":"json"},{"name":"Object Data","value":"media"}],"displayOptions":{"show":{"resource":["object"],"operation":["get"]}}},{"displayName":"Use Input Binary Field","name":"createFromBinary","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":true,"noDataExpression":true,"description":"Whether the data for creating a file should come from a binary field"},{"displayName":"Input Binary Field","name":"createBinaryPropertyName","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[true]}},"default":"data"},{"displayName":"File Content","name":"createContent","type":"string","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[false]}},"default":"","description":"Content of the file to be uploaded"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["object"],"operation":["get"],"alt":["media"]}},"default":"data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"maxResults","type":"number","displayOptions":{"show":{"resource":["object"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Create Fields","name":"createData","type":"collection","placeholder":"Add Create Body Field","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Access Control List","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"CRC32c Checksum","name":"crc32c","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"MD5 Hash","name":"md5Hash","type":"string","default":""},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":""},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Update Fields","name":"updateData","type":"collection","placeholder":"Add Update Body Field","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{"acl":"[]"},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Additional Parameters","name":"createQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"KMS Key Name","name":"kmsKeyName","type":"string","default":""},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Additional Parameters","name":"getParameters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["delete","get"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1}]},{"displayName":"Additional Parameters","name":"metagenAndAclQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Encryption Headers","name":"encryptionHeaders","type":"collection","placeholder":"Add Encryption Headers","displayOptions":{"show":{"resource":["object"],"operation":["create","get","update"]}},"default":{},"options":[{"displayName":"Encryption Algorithm","name":"X-Goog-Encryption-Algorithm","type":"options","placeholder":"The encryption algorithm to use, which must be AES256. Use to supply your own key in the request","default":"AES256","options":[{"name":"AES256","value":"AES256"}]},{"displayName":"Encryption Key","name":"X-Goog-Encryption-Key","type":"string","placeholder":"Base64 encoded string of your AES256 encryption key","default":""},{"displayName":"Encryption Key Hash","name":"X-Goog-Encryption-Key-Sha256","type":"string","placeholder":"Base64 encoded string of the SHA256 hash of your encryption key","default":""}]},{"displayName":"Additional Parameters","name":"listFilters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","placeholder":"Returns results in directory-like mode, using this value as the delimiter","default":"/"},{"displayName":"End Offset","name":"endOffset","type":"string","placeholder":"Filter results to names lexicographically before this value","default":""},{"displayName":"Include Trailing Delimiter","name":"includeTrailingDelimiter","type":"boolean","placeholder":"If true, objects will appear with exactly one instance of delimiter at the end of the name","default":false},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter results to names that start with this value","default":""},{"displayName":"Start Offset","name":"startOffset","type":"string","placeholder":"Filter results to names lexicographically equal or after this value","default":""},{"displayName":"Versions","name":"versions","type":"boolean","placeholder":"If true, list all versions of objects as distinct entries","default":false}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudstorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/CloudStorage/googleCloudStorage.svg"},
153
153
  {"displayName":"Google Contacts","name":"n8n-nodes-base.googleContacts","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Contacts API","defaults":{"name":"Google Contacts"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleContactsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Family Name","name":"familyName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":""},{"displayName":"Given Name","name":"givenName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"options":[{"displayName":"Addresses","name":"addressesUi","placeholder":"Add Address","type":"fixedCollection","default":{},"options":[{"displayName":"Address","name":"addressesValues","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Country Code","name":"countryCode","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":""}]}]},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"companyUi","type":"fixedCollection","default":{},"placeholder":"Add Company","typeOptions":{"multipleValues":true},"options":[{"name":"companyValues","displayName":"Company","values":[{"displayName":"Current","name":"current","type":"boolean","default":false},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Key","name":"key","type":"string","description":"The end user specified key of the user defined data","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Emails","name":"emailsUi","type":"fixedCollection","default":{},"placeholder":"Add Email","typeOptions":{"multipleValues":true},"options":[{"name":"emailsValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"","description":"The type of the email address. The type can be custom or one of these predefined values."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The email address"}]}]},{"displayName":"Events","name":"eventsUi","type":"fixedCollection","default":{},"placeholder":"Add Event","description":"An event related to the person","typeOptions":{"multipleValues":true},"options":[{"name":"eventsValues","displayName":"Event","values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date of the event"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Anniversary","value":"anniversary"},{"name":"Other","value":"other"}],"default":"","description":"The type of the event. The type can be custom or one of these predefined values."}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name that should be used to sort the person in a list"},{"displayName":"Group Names or IDs","name":"group","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[]},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":""},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":""},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Notes","name":"biographies","type":"string","default":""},{"displayName":"Phone","name":"phoneUi","type":"fixedCollection","default":{},"placeholder":"Add Phone","typeOptions":{"multipleValues":true},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Google Voice","value":"googleVoice"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"otherFax"},{"name":"Pager","value":"pager"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"},{"name":"Work Mobile","value":"workMobile"},{"name":"Work Pager","value":"workPager"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The phone number"}]}]},{"displayName":"Relations","name":"relationsUi","type":"fixedCollection","default":{},"placeholder":"Add Relation","typeOptions":{"multipleValues":true},"options":[{"name":"relationsValues","displayName":"Relation","values":[{"displayName":"Person","name":"person","type":"string","default":"","description":"The name of the other person this relation refers to"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Brother","value":"brother"},{"name":"Child","value":"child"},{"name":"Domestic Partner","value":"domesticPartner"},{"name":"Father","value":"father"},{"name":"Friend","value":"friend"},{"name":"Manager","value":"manager"},{"name":"Mother","value":"mother"},{"name":"Parent","value":"parent"},{"name":"Referred By","value":"referredBy"},{"name":"Relative","value":"relative"},{"name":"Sister","value":"sister"},{"name":"Spouse","value":"spouse"}],"default":"","description":"The person's relation to the other person. The type can be custom or one of these predefined values."}]}]}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"Use Query","name":"useQuery","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether or not to use a query to filter the results"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"useQuery":[true]}},"default":"","description":"The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name \"foo name\" matches queries such as \"f\", \"fo\", \"foo\", \"foo n\", \"nam\", etc., but not \"oo n\"."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"useQuery":[false]}},"options":[{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Last Modified Ascending","value":"LAST_MODIFIED_ASCENDING","description":"Sort people by when they were changed; older entries first"},{"name":"Last Modified Descending","value":"LAST_MODIFIED_DESCENDING","description":"Sort people by when they were changed; newer entries first"},{"name":"First Name Ascending","value":"FIRST_NAME_ASCENDING","description":"Sort people by first name"},{"name":"Last Name Ascending","value":"LAST_NAME_ASCENDING","description":"Sort people by last name"}],"default":"","description":"The order of the contacts returned in the result"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"options":[{"displayName":"Etag","name":"etag","type":"string","default":"","description":"The etag field in the person is nedded to make sure the contact has not changed since your last read"},{"displayName":"Family Name","name":"familyName","type":"string","default":""},{"displayName":"Given Name","name":"givenName","type":"string","default":""},{"displayName":"Addresses","name":"addressesUi","placeholder":"Add Address","type":"fixedCollection","default":{},"options":[{"displayName":"Address","name":"addressesValues","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Country Code","name":"countryCode","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":""}]}]},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"companyUi","type":"fixedCollection","default":{},"placeholder":"Add Company","typeOptions":{"multipleValues":true},"options":[{"name":"companyValues","displayName":"Company","values":[{"displayName":"Current","name":"current","type":"boolean","default":false},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Key","name":"key","type":"string","description":"The end user specified key of the user defined data","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Emails","name":"emailsUi","type":"fixedCollection","default":{},"placeholder":"Add Email","typeOptions":{"multipleValues":true},"options":[{"name":"emailsValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"","description":"The type of the email address. The type can be custom or one of these predefined values."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The email address"}]}]},{"displayName":"Events","name":"eventsUi","type":"fixedCollection","default":{},"placeholder":"Add Event","description":"An event related to the person","typeOptions":{"multipleValues":true},"options":[{"name":"eventsValues","displayName":"Event","values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date of the event"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Anniversary","value":"anniversary"},{"name":"Other","value":"other"}],"default":"","description":"The type of the event. The type can be custom or one of these predefined values."}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name that should be used to sort the person in a list"},{"displayName":"Group Names or IDs","name":"group","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[]},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":""},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":""},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Notes","name":"biographies","type":"string","default":""},{"displayName":"Phone","name":"phoneUi","type":"fixedCollection","default":{},"placeholder":"Add Phone","typeOptions":{"multipleValues":true},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Google Voice","value":"googleVoice"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"otherFax"},{"name":"Pager","value":"pager"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"},{"name":"Work Mobile","value":"workMobile"},{"name":"Work Pager","value":"workPager"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The phone number"}]}]},{"displayName":"Relations","name":"relationsUi","type":"fixedCollection","default":{},"placeholder":"Add Relation","typeOptions":{"multipleValues":true},"options":[{"name":"relationsValues","displayName":"Relation","values":[{"displayName":"Person","name":"person","type":"string","default":"","description":"The name of the other person this relation refers to"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Brother","value":"brother"},{"name":"Child","value":"child"},{"name":"Domestic Partner","value":"domesticPartner"},{"name":"Father","value":"father"},{"name":"Friend","value":"friend"},{"name":"Manager","value":"manager"},{"name":"Mother","value":"mother"},{"name":"Parent","value":"parent"},{"name":"Referred By","value":"referredBy"},{"name":"Relative","value":"relative"},{"name":"Sister","value":"sister"},{"name":"Spouse","value":"spouse"}],"default":"","description":"The person's relation to the other person. The type can be custom or one of these predefined values."}]}]}]}],"codex":{"categories":["Miscellaneous "],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecontacts/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Contacts/googleContacts.png"},
154
154
  {"displayName":"Google Docs","name":"n8n-nodes-base.googleDocs","group":["input"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Docs API.","defaults":{"name":"Google Docs"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDocsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","action":"Create a document"},{"name":"Get","value":"get","action":"Get a document"},{"name":"Update","value":"update","action":"Update a document"}],"default":"create"},{"displayName":"Drive Name or ID","name":"driveId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDrives"},"default":"myDrive","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Folder Name or ID","name":"folderId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["driveId"],"loadOptionsMethod":"getFolders"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Doc ID or URL","name":"documentURL","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":"","description":"The ID in the document URL (or just paste the whole URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Doc ID or URL","name":"documentURL","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"default":"","description":"The ID in the document URL (or just paste the whole URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Actions","name":"actionsUi","description":"Actions applied to update the document","type":"fixedCollection","placeholder":"Add Action","typeOptions":{"multipleValues":true},"default":{"actionFields":[{"object":"text","action":"insert","locationChoice":"endOfSegmentLocation","index":0,"text":""}]},"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"options":[{"name":"actionFields","displayName":"Action Fields","values":[{"displayName":"Object","name":"object","type":"options","options":[{"name":"Footer","value":"footer"},{"name":"Header","value":"header"},{"name":"Named Range","value":"namedRange"},{"name":"Page Break","value":"pageBreak"},{"name":"Paragraph Bullets","value":"paragraphBullets"},{"name":"Positioned Object","value":"positionedObject"},{"name":"Table","value":"table"},{"name":"Table Column","value":"tableColumn"},{"name":"Table Row","value":"tableRow"},{"name":"Text","value":"text"}],"description":"The update object","default":"text"},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Find and Replace Text","value":"replaceAll"},{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["text"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Create","value":"create"},{"name":"Delete","value":"delete"}],"displayOptions":{"show":{"object":["footer","header","namedRange","paragraphBullets"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Delete","value":"delete"},{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["tableColumn","tableRow"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["pageBreak","table"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Delete","value":"delete"}],"displayOptions":{"show":{"object":["positionedObject"]}},"description":"The update action","default":""},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["footer","header","paragraphBullets","namedRange"],"action":["create"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["footer","header","paragraphBullets","namedRange"],"action":["create"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment","default":0,"displayOptions":{"show":{"object":["footer","header"],"action":["create"]}}},{"displayName":"Name","name":"name","type":"string","description":"The name of the Named Range. Names do not need to be unique.","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"Start Index","name":"startIndex","type":"number","description":"The zero-based start index of this range","default":0,"displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"End Index","name":"endIndex","type":"number","description":"The zero-based end index of this range","default":0,"displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"Style","name":"bulletPreset","type":"options","options":[{"name":"Bullet List","value":"BULLET_DISC_CIRCLE_SQUARE","description":"A bulleted list with a <code>DISC</code>, <code>CIRCLE</code> and <code>SQUARE</code> bullet glyph for the first 3 list nesting levels"},{"name":"Checkbox List","value":"BULLET_CHECKBOX","description":"A bulleted list with CHECKBOX bullet glyphs for all list nesting levels"},{"name":"Numbered List","value":"NUMBERED_DECIMAL_NESTED","description":"A numbered list with <code>DECIMAL</code> numeric glyphs separated by periods, where each nesting level uses the previous nesting level's glyph as a prefix. For example: 1., 1.1., 2., 2.2 ."}],"description":"The Preset pattern of bullet glyphs for list","default":"BULLET_DISC_CIRCLE_SQUARE","displayOptions":{"show":{"object":["paragraphBullets"],"action":["create"]}}},{"displayName":"Footer ID","name":"footerId","type":"string","description":"The ID of the footer to delete. To retrieve it, use the <code>get document</code> where you can find under <code>footers</code> attribute.","default":"","displayOptions":{"show":{"object":["footer"],"action":["delete"]}}},{"displayName":"Header ID","name":"headerId","type":"string","description":"The ID of the header to delete. To retrieve it, use the <code>get document</code> where you can find under <code>headers</code> attribute.","default":"","displayOptions":{"show":{"object":["header"],"action":["delete"]}}},{"displayName":"Specify Range By","name":"namedRangeReference","type":"options","options":[{"name":"ID","value":"namedRangeId"},{"name":"Name","value":"name"}],"description":"The value determines which range or ranges to delete","default":"namedRangeId","displayOptions":{"show":{"object":["namedRange"],"action":["delete"]}}},{"displayName":"ID","name":"value","type":"string","description":"The ID of the range","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["delete"],"namedRangeReference":["namedRangeId"]}}},{"displayName":"Name","name":"value","type":"string","description":"The name of the range","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["delete"],"namedRangeReference":["name"]}}},{"displayName":"Object ID","name":"objectId","type":"string","description":"The ID of the positioned object to delete (An object that is tied to a paragraph and positioned relative to its beginning), See the Google <a href=\"https://developers.google.com/docs/api/reference/rest/v1/PositionedObject\">documentation</a>","default":"","displayOptions":{"show":{"object":["positionedObject"],"action":["delete"]}}},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["pageBreak","table","tableColumn","tableRow","text"],"action":["insert"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["pageBreak","table","tableColumn","tableRow","text"],"action":["insert"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["pageBreak"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment","displayOptions":{"show":{"locationChoice":["location"],"object":["pageBreak"],"action":["insert"]}},"typeOptions":{"minValue":1},"default":1},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment (use index + 1 to refer to a table)","displayOptions":{"show":{"locationChoice":["location"],"object":["table"],"action":["insert"]}},"default":1,"typeOptions":{"minValue":1}},{"displayName":"Rows","name":"rows","type":"number","description":"The number of rows in the table","default":0,"displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Columns","name":"columns","type":"number","description":"The number of columns in the table","default":0,"displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["text"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","typeOptions":{"minValue":1},"description":"The zero-based index, relative to the beginning of the specified segment","displayOptions":{"show":{"locationChoice":["location"],"object":["text"],"action":["insert"]}},"default":1},{"displayName":"Text","name":"text","type":"string","description":"The text to insert in the document","default":"","displayOptions":{"show":{"object":["text"],"action":["insert"]}}},{"displayName":"Old Text","name":"text","type":"string","description":"The text to search for in the document","default":"","displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"New Text","name":"replaceText","type":"string","description":"The text that will replace the matched text","default":"","displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"Match Case","name":"matchCase","type":"boolean","description":"Whether the search should respect case sensitivity","default":false,"displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["paragraphBullets","tableColumn","tableRow"],"action":["delete"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["paragraphBullets","tableColumn","tableRow"],"action":["delete"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Start Index","name":"startIndex","type":"number","description":"The zero-based start index of this range","default":0,"displayOptions":{"show":{"object":["paragraphBullets"]}}},{"displayName":"End Index","name":"endIndex","type":"number","description":"The zero-based end index of this range","default":0,"displayOptions":{"show":{"object":["paragraphBullets"]}}},{"displayName":"Insert Position","name":"insertPosition","type":"options","options":[{"name":"Before Content at Index","value":false},{"name":"After Content at Index","value":true}],"default":true,"displayOptions":{"show":{"object":["tableColumn","tableRow"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment (use index + 1 to refer to a table)","default":1,"typeOptions":{"minValue":1},"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}},{"displayName":"Row Index","name":"rowIndex","type":"number","description":"The zero-based row index","default":0,"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}},{"displayName":"Column Index","name":"columnIndex","type":"number","description":"The zero-based column index","default":0,"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"fixedCollection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"options":[{"displayName":"Write Control Object","name":"writeControlObject","values":[{"displayName":"Revision Mode","name":"control","type":"options","options":[{"name":"Target","value":"targetRevisionId","description":"Apply changes to the latest revision. Otherwise changes will not be processed."},{"name":"Required","value":"requiredRevisionId","description":"Apply changes to the provided revision while incorporating other collaborators' changes. This mode is used for the recent revision, Otherwise changes will not be processed."}],"default":"requiredRevisionId","description":"Determines how the changes are applied to the revision"},{"displayName":"Revision ID","name":"value","type":"string","default":""}]}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledocs/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Docs/googleDocs.svg"},
155
155
  {"displayName":"Google Drive","name":"n8n-nodes-base.googleDrive","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Google Drive","defaultVersion":3,"version":3,"defaults":{"name":"Google Drive"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"File/Folder","value":"fileFolder"},{"name":"Folder","value":"folder"},{"name":"Shared Drive","value":"drive"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a shared drive","action":"Create shared drive"},{"name":"Delete","value":"deleteDrive","description":"Permanently delete a shared drive","action":"Delete shared drive"},{"name":"Get","value":"get","description":"Get a shared drive","action":"Get shared drive"},{"name":"Get Many","value":"list","description":"Get the list of shared drives","action":"Get many shared drives"},{"name":"Update","value":"update","description":"Update a shared drive","action":"Update shared drive"}],"default":"create","displayOptions":{"show":{"resource":["drive"]}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. New Shared Drive","description":"The name of the shared drive to create","displayOptions":{"show":{"resource":["drive"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Capabilities","name":"capabilities","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Can Add Children","name":"canAddChildren","type":"boolean","default":false,"description":"Whether the current user can add children to folders in this shared drive"},{"displayName":"Can Change Copy Requires Writer Permission Restriction","name":"canChangeCopyRequiresWriterPermissionRestriction","type":"boolean","default":false,"description":"Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive"},{"displayName":"Can Change Domain Users Only Restriction","name":"canChangeDomainUsersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the domainUsersOnly restriction of this shared drive"},{"displayName":"Can Change Drive Background","name":"canChangeDriveBackground","type":"boolean","default":false,"description":"Whether the current user can change the background of this shared drive"},{"displayName":"Can Change Drive Members Only Restriction","name":"canChangeDriveMembersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the driveMembersOnly restriction of this shared drive"},{"displayName":"Can Comment","name":"canComment","type":"boolean","default":false,"description":"Whether the current user can comment on files in this shared drive"},{"displayName":"Can Copy","name":"canCopy","type":"boolean","default":false,"description":"Whether the current user can copy files in this shared drive"},{"displayName":"Can Delete Children","name":"canDeleteChildren","type":"boolean","default":false,"description":"Whether the current user can delete children from folders in this shared drive"},{"displayName":"Can Delete Drive","name":"canDeleteDrive","type":"boolean","default":false,"description":"Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive."},{"displayName":"Can Download","name":"canDownload","type":"boolean","default":false,"description":"Whether the current user can download files in this shared drive"},{"displayName":"Can Edit","name":"canEdit","type":"boolean","default":false,"description":"Whether the current user can edit files in this shared drive"},{"displayName":"Can List Children","name":"canListChildren","type":"boolean","default":false,"description":"Whether the current user can list the children of folders in this shared drive"},{"displayName":"Can Manage Members","name":"canManageMembers","type":"boolean","default":false,"description":"Whether the current user can add members to this shared drive or remove them or change their role"},{"displayName":"Can Read Revisions","name":"canReadRevisions","type":"boolean","default":false,"description":"Whether the current user can read the revisions resource of files in this shared drive"},{"displayName":"Can Rename","name":"canRename","type":"boolean","default":false,"description":"Whether the current user can rename files or folders in this shared drive"},{"displayName":"Can Rename Drive","name":"canRenameDrive","type":"boolean","default":false,"description":"Whether the current user can rename this shared drive"},{"displayName":"Can Share","name":"canShare","type":"boolean","default":false,"description":"Whether the current user can rename this shared drive"},{"displayName":"Can Trash Children","name":"canTrashChildren","type":"boolean","default":false,"description":"Whether the current user can trash children from folders in this shared drive"}]},{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the shared drive is hidden from default view"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}],"displayOptions":{"show":{"resource":["drive"],"operation":["create"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to delete","displayOptions":{"show":{"resource":["drive"],"operation":["deleteDrive"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to get","displayOptions":{"show":{"resource":["drive"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs"}],"displayOptions":{"show":{"resource":["drive"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["drive"],"operation":["list"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["drive"],"operation":["list"]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Query","name":"q","type":"string","default":"","description":"Query string for searching shared drives. See the <a href=\"https://developers.google.com/drive/api/v3/search-shareddrives\">\"Search for shared drives\"</a> guide for supported syntax."},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs"}],"displayOptions":{"show":{"resource":["drive"],"operation":["list"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to update","displayOptions":{"show":{"resource":["drive"],"operation":["update"]}}},{"displayName":"Update Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["drive"]}},"options":[{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The updated name of the shared drive"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Create a copy of an existing file","action":"Copy file"},{"name":"Create From Text","value":"createFromText","description":"Create a file from a provided text","action":"Create file from text"},{"name":"Delete","value":"deleteFile","description":"Permanently delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download file"},{"name":"Move","value":"move","description":"Move a file to another folder","action":"Move file"},{"name":"Share","value":"share","description":"Add sharing permissions to a file","action":"Share file"},{"name":"Update","value":"update","description":"Update a file","action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file to Google Drive","action":"Upload file"}],"default":"upload"},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to copy","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My File","description":"The name of the new file. If not set, “Copy of {original file name}” will be used.","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"Copy In The Same Folder","name":"sameFolder","type":"boolean","default":true,"description":"Whether to copy the file in the same folder as the original file","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to save the copied file","displayOptions":{"show":{"sameFolder":[false],"resource":["file"],"operation":["copy"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to save the copied file","displayOptions":{"show":{"sameFolder":[false],"resource":["file"],"operation":["copy"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download this file, should be disabled for readers and commenters"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the file"}],"displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to delete","displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Delete Permanently","name":"deletePermanently","type":"boolean","default":false,"description":"Whether to delete the file immediately. If false, the file will be moved to the trash."}],"displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"File Content","name":"content","type":"string","default":"","typeOptions":{"rows":2},"description":"The text to create the file with","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My New File","description":"The name of the file you want to create. If not specified, 'Untitled' will be used.","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":false,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to create the new file","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":false,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to create the new file","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Convert to Google Document","name":"convertToGoogleDocument","type":"boolean","default":false,"description":"Whether to create a Google Document (instead of the .txt default format)","hint":"Google Docs API has to be enabled in the <a href=\"https://console.developers.google.com/apis/library/docs.googleapis.com\" target=\"_blank\">Google API Console</a>."}],"displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to download","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","placeholder":"e.g. data","default":"data","description":"Use this field name in the following nodes, to use the binary file data","hint":"The name of the output binary field to put the file in"},{"displayName":"Google File Conversion","name":"googleFileConversion","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Conversion","options":[{"displayName":"Conversion","name":"conversion","values":[{"displayName":"Google Docs","name":"docsToFormat","type":"options","options":[{"name":"HTML","value":"text/html"},{"name":"MS Word Document","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"},{"name":"Open Office Document","value":"application/vnd.oasis.opendocument.text"},{"name":"PDF","value":"application/pdf"},{"name":"Rich Text (rtf)","value":"application/rtf"},{"name":"Text (txt)","value":"text/plain"}],"default":"text/html","description":"Format used to export when downloading Google Docs files"},{"displayName":"Google Drawings","name":"drawingsToFormat","type":"options","options":[{"name":"JPEG","value":"image/jpeg"},{"name":"PDF","value":"application/pdf"},{"name":"PNG","value":"image/png"},{"name":"SVG","value":"image/svg+xml"}],"default":"image/jpeg","description":"Format used to export when downloading Google Drawings files"},{"displayName":"Google Slides","name":"slidesToFormat","type":"options","options":[{"name":"MS PowerPoint","value":"application/vnd.openxmlformats-officedocument.presentationml.presentation"},{"name":"OpenOffice Presentation","value":"application/vnd.oasis.opendocument.presentation"},{"name":"PDF","value":"application/pdf"}],"default":"application/vnd.openxmlformats-officedocument.presentationml.presentation","description":"Format used to export when downloading Google Slides files"},{"displayName":"Google Sheets","name":"sheetsToFormat","type":"options","options":[{"name":"CSV","value":"text/csv"},{"name":"MS Excel","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"name":"Open Office Sheet","value":"application/vnd.oasis.opendocument.spreadsheet"},{"name":"PDF","value":"application/pdf"}],"default":"text/csv","description":"Format used to export when downloading Google Sheets files"}]}]},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name. Ex: data.pdf."}],"displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to move","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to move the file","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to move the file","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to share","displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"Permissions","name":"permissionsUi","placeholder":"Add Permission","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Permission","name":"permissionsValues","values":[{"displayName":"Role","name":"role","type":"options","description":"Defines what users can do with the file or folder","options":[{"name":"Commenter","value":"commenter"},{"name":"File Organizer","value":"fileOrganizer"},{"name":"Organizer","value":"organizer"},{"name":"Owner","value":"owner"},{"name":"Reader","value":"reader"},{"name":"Writer","value":"writer"}],"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"},{"name":"Domain","value":"domain"},{"name":"Anyone","value":"anyone"}],"default":"","description":"The scope of the permission. A permission with type=user applies to a specific user whereas a permission with type=domain applies to everyone in a specific domain."},{"displayName":"Email Address","name":"emailAddress","type":"string","displayOptions":{"show":{"type":["user","group"]}},"placeholder":"“e.g. name@mail.com","default":"","description":"The email address of the user or group to which this permission refers"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"type":["domain"]}},"placeholder":"e.g. mycompany.com","default":"","description":"The domain to which this permission refers"},{"displayName":"Allow File Discovery","name":"allowFileDiscovery","type":"boolean","displayOptions":{"show":{"type":["domain","anyone"]}},"default":false,"description":"Whether to allow the file to be discovered through search"}]}],"displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"A plain text custom message to include in the notification email","typeOptions":{"rows":2}},{"displayName":"Move To New Owners Root","name":"moveToNewOwnersRoot","type":"boolean","default":false,"description":"<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>"},{"displayName":"Send Notification Email","name":"sendNotificationEmail","type":"boolean","default":false,"description":"Whether to send a notification email when sharing to users or groups"},{"displayName":"Transfer Ownership","name":"transferOwnership","type":"boolean","default":false,"description":"Whether to transfer ownership to the specified user and downgrade the current owner to a writer"},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically."}],"displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"File to Update","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to update","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","type":"boolean","default":false,"description":"Whether to send a new binary data to update the file","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","placeholder":"e.g. data","default":"data","hint":"The name of the input field containing the binary file data to update the file","description":"Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}}},{"displayName":"New Updated File Name","name":"newUpdatedFileName","type":"string","default":"","placeholder":"e.g. My New File","description":"If not specified, the file name will not be changed","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Move to Trash","name":"trashed","type":"boolean","default":false,"description":"Whether to move a file to the trash. Only the owner may trash a file."},{"displayName":"Return Fields","name":"fields","type":"multiOptions","options":[{"name":"[All]","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"}],"displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","placeholder":"“e.g. data","default":"data","required":true,"hint":"The name of the input field containing the binary file data to update the file","description":"Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My New File","description":"If not specified, the original file name will be used","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to upload the file","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to upload the file","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of all fields"}],"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["fileFolder"]}},"options":[{"name":"Search","value":"search","description":"Search or list files and folders","action":"Search files and folders"}],"default":"search"},{"displayName":"Search Method","name":"searchMethod","type":"options","options":[{"name":"Search File/Folder Name","value":"name"},{"name":"Advanced Search","value":"query"}],"default":"name","description":"Whether to search for the file/folder name or use a query string","displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Search Query","name":"queryString","type":"string","default":"","displayOptions":{"show":{"searchMethod":["name"],"resource":["fileFolder"],"operation":["search"]}},"placeholder":"e.g. My File / My Folder","description":"The name of the file or folder to search for. Returns also files and folders whose names partially match this search term."},{"displayName":"Query String","name":"queryString","type":"string","default":"","displayOptions":{"show":{"searchMethod":["query"],"resource":["fileFolder"],"operation":["search"]}},"placeholder":"e.g. not name contains 'hello'","description":"Use the Google query strings syntax to search for a specific set of files or folders. <a href=\"https://developers.google.com/drive/api/v3/search-files\" target=\"_blank\">Learn more</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Filter","name":"filter","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":false,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive you want to search in. By default, the personal \"My Drive\" is used."},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":false,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder you want to search in. By default, the root folder of the drive is used. If you select a folder other than the root folder, only the direct children will be included."},{"displayName":"What to Search","name":"whatToSearch","type":"options","default":"all","options":[{"name":"Files and Folders","value":"all"},{"name":"Files","value":"files"},{"name":"Folders","value":"folders"}]},{"displayName":"File Types","name":"fileTypes","type":"multiOptions","default":[],"description":"Return only items corresponding to the selected MIME types","options":[{"name":"All","value":"*","description":"Return all file types"},{"name":"3rd Party Shortcut","value":"application/vnd.google-apps.drive-sdk"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Folder","value":"application/vnd.google-apps.folder"},{"name":"Google Apps Scripts","value":"application/vnd.google-apps.script"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawing","value":"application/vnd.google-apps.drawing"},{"name":"Google Forms","value":"application/vnd.google-apps.form"},{"name":"Google Fusion Tables","value":"application/vnd.google-apps.fusiontable"},{"name":"Google My Maps","value":"application/vnd.google-apps.map"},{"name":"Google Sheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Google Sites","value":"application/vnd.google-apps.sites"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Photo","value":"application/vnd.google-apps.photo"},{"name":"Unknown","value":"application/vnd.google-apps.unknown"},{"name":"Video","value":"application/vnd.google-apps.video"}],"displayOptions":{"show":{"whatToSearch":["all"]}}},{"displayName":"File Types","name":"fileTypes","type":"multiOptions","default":[],"description":"Return only items corresponding to the selected MIME types","options":[{"name":"All","value":"*","description":"Return all file types"},{"name":"3rd Party Shortcut","value":"application/vnd.google-apps.drive-sdk"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Google Apps Scripts","value":"application/vnd.google-apps.script"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawing","value":"application/vnd.google-apps.drawing"},{"name":"Google Forms","value":"application/vnd.google-apps.form"},{"name":"Google Fusion Tables","value":"application/vnd.google-apps.fusiontable"},{"name":"Google My Maps","value":"application/vnd.google-apps.map"},{"name":"Google Sheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Google Sites","value":"application/vnd.google-apps.sites"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Photo","value":"application/vnd.google-apps.photo"},{"name":"Unknown","value":"application/vnd.google-apps.unknown"},{"name":"Video","value":"application/vnd.google-apps.video"}],"displayOptions":{"show":{"whatToSearch":["files"]}}},{"displayName":"Include Trashed Items","name":"includeTrashed","type":"boolean","default":false,"description":"Whether to return also items in the Drive's bin"}],"displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"}],"displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create folder"},{"name":"Delete","value":"deleteFolder","description":"Permanently delete a folder","action":"Delete folder"},{"name":"Share","value":"share","description":"Add sharing permissions to a folder","action":"Share folder"}],"default":"create"},{"displayName":"Folder Name","name":"name","type":"string","default":"","placeholder":"e.g. New Folder","description":"The name of the new folder. If not set, 'Untitled' will be used.","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to create the new folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The parent folder where to create the new folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of all fields"},{"displayName":"Folder Color","name":"folderColorRgb","type":"color","default":"","description":"The color of the folder as an RGB hex string. If an unsupported color is specified, the closest color in the palette will be used instead."}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderNoRootId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder to delete","displayOptions":{"show":{"resource":["folder"],"operation":["deleteFolder"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Delete Permanently","name":"deletePermanently","type":"boolean","default":false,"description":"Whether to delete the folder immediately. If false, the folder will be moved to the trash."}],"displayOptions":{"show":{"resource":["folder"],"operation":["deleteFolder"]}}},{"displayName":"Folder","name":"folderNoRootId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder to share","displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}},{"displayName":"Permissions","name":"permissionsUi","placeholder":"Add Permission","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Permission","name":"permissionsValues","values":[{"displayName":"Role","name":"role","type":"options","description":"Defines what users can do with the file or folder","options":[{"name":"Commenter","value":"commenter"},{"name":"File Organizer","value":"fileOrganizer"},{"name":"Organizer","value":"organizer"},{"name":"Owner","value":"owner"},{"name":"Reader","value":"reader"},{"name":"Writer","value":"writer"}],"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"},{"name":"Domain","value":"domain"},{"name":"Anyone","value":"anyone"}],"default":"","description":"The scope of the permission. A permission with type=user applies to a specific user whereas a permission with type=domain applies to everyone in a specific domain."},{"displayName":"Email Address","name":"emailAddress","type":"string","displayOptions":{"show":{"type":["user","group"]}},"placeholder":"“e.g. name@mail.com","default":"","description":"The email address of the user or group to which this permission refers"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"type":["domain"]}},"placeholder":"e.g. mycompany.com","default":"","description":"The domain to which this permission refers"},{"displayName":"Allow File Discovery","name":"allowFileDiscovery","type":"boolean","displayOptions":{"show":{"type":["domain","anyone"]}},"default":false,"description":"Whether to allow the file to be discovered through search"}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"A plain text custom message to include in the notification email","typeOptions":{"rows":2}},{"displayName":"Move To New Owners Root","name":"moveToNewOwnersRoot","type":"boolean","default":false,"description":"<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>"},{"displayName":"Send Notification Email","name":"sendNotificationEmail","type":"boolean","default":false,"description":"Whether to send a notification email when sharing to users or groups"},{"displayName":"Transfer Ownership","name":"transferOwnership","type":"boolean","default":false,"description":"Whether to transfer ownership to the specified user and downgrade the current owner to a writer"},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically."}],"displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Drive/googleDrive.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
@@ -259,7 +259,7 @@
259
259
  {"displayName":"Microsoft Graph Security","name":"n8n-nodes-base.microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
260
260
  {"displayName":"Microsoft OneDrive","name":"n8n-nodes-base.microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
261
261
  {"displayName":"Microsoft OneDrive Trigger","name":"n8n-nodes-base.microsoftOneDriveTrigger","group":["trigger"],"version":1,"description":"Trigger for Microsoft OneDrive API.","subtitle":"={{($parameter[\"event\"])}}","defaults":{"name":"Microsoft OneDrive Trigger"},"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a new file is created"},{"name":"File Updated","value":"fileUpdated","description":"When an existing file is modified"},{"name":"Folder Created","value":"folderCreated","description":"When a new folder is created"},{"name":"Folder Updated","value":"folderUpdated","description":"When an existing folder is modified"}]},{"displayName":"Simplify","name":"simple","description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","default":true},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created file in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["fileCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which file to watch","type":"options","default":"anyFile","displayOptions":{"show":{"event":["fileUpdated"]}},"options":[{"name":"Any File","value":"anyFile","description":"Watch for updated files in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated files inside a selected folder"},{"name":"A Selected File","value":"selectedFile","description":"Watch a specific file for updates"}]},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created folder in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["folderCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which folder to watch","type":"options","default":"anyFolder","displayOptions":{"show":{"event":["folderUpdated"]}},"options":[{"name":"Any Folder","value":"anyFolder","description":"Watch for updated folders in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated folders inside a selected folder"},{"name":"A Selected Folder","value":"oneSelectedFolder","description":"Watch a specific folder for updates"}]},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/edit.aspx?resid=170B5C65E30736A3!257&cid=170b5c65e30736a3&CT=1708697995542&OR=ItemsView","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)","errorMessage":"Not a valid Microsoft Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3!257","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive File ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The file to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"event":["fileUpdated"],"watch":["selectedFile"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watch":["selectedFolder","oneSelectedFolder"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watchFolder":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watch":["selectedFolder"]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watchFolder":[true]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
262
- {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-11-06T16:12:28.895+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-11-06T16:42:28.895+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]},"alias":["email"]}},
262
+ {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-11-13T16:56:24.482+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-11-13T17:26:24.482+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]},"alias":["email"]}},
263
263
  {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]},"alias":["email"]}},
264
264
  {"displayName":"Microsoft Outlook Trigger","name":"n8n-nodes-base.microsoftOutlookTrigger","group":["trigger"],"version":1,"description":"Fetches emails from Microsoft Outlook and starts the workflow on specified polling intervals.","subtitle":"={{\"Microsoft Outlook Trigger\"}}","defaults":{"name":"Microsoft Outlook Trigger"},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]},"alias":["email"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
265
265
  {"displayName":"Microsoft SQL","name":"n8n-nodes-base.microsoftSql","group":["input"],"version":[1,1.1],"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoftSql/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},