n8n-nodes-base 2.40.2 → 2.41.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 (240) hide show
  1. package/dist/cjs/build.tsbuildinfo +1 -1
  2. package/dist/credentials/ClearbitApi.credentials.d.ts.map +1 -1
  3. package/dist/credentials/ClearbitApi.credentials.js +1 -0
  4. package/dist/credentials/ClearbitApi.credentials.js.map +1 -1
  5. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.d.ts.map +1 -1
  6. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -0
  7. package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js.map +1 -1
  8. package/dist/credentials/MondayComApi.credentials.js +1 -1
  9. package/dist/credentials/NotionApi.credentials.d.ts.map +1 -1
  10. package/dist/credentials/NotionApi.credentials.js +1 -0
  11. package/dist/credentials/NotionApi.credentials.js.map +1 -1
  12. package/dist/credentials/SlackApi.credentials.d.ts.map +1 -1
  13. package/dist/credentials/SlackApi.credentials.js +1 -0
  14. package/dist/credentials/SlackApi.credentials.js.map +1 -1
  15. package/dist/credentials/SlackOAuth2Api.credentials.js +1 -1
  16. package/dist/credentials/SlackOAuth2Api.credentials.js.map +1 -1
  17. package/dist/credentials/TelegramApi.credentials.d.ts.map +1 -1
  18. package/dist/credentials/TelegramApi.credentials.js +1 -0
  19. package/dist/credentials/TelegramApi.credentials.js.map +1 -1
  20. package/dist/credentials/common/aws/utils.d.ts +5 -1
  21. package/dist/credentials/common/aws/utils.d.ts.map +1 -1
  22. package/dist/credentials/common/aws/utils.js +6 -4
  23. package/dist/credentials/common/aws/utils.js.map +1 -1
  24. package/dist/known/credentials.json +4 -2
  25. package/dist/known/nodes.json +4 -0
  26. package/dist/node-definitions/.nodes-hash +1 -1
  27. package/dist/node-definitions/nodes/n8n-nodes-base/emailReadImap/v2.ts +1 -1
  28. package/dist/node-definitions/nodes/n8n-nodes-base/emailReadImap/v21.ts +1 -1
  29. package/dist/node-definitions/nodes/n8n-nodes-base/emailReadImap/v22.ts +1 -1
  30. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/index.ts +3 -1
  31. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v1/mode_each.ts +0 -1
  32. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v1/mode_once.ts +0 -1
  33. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v11/mode_each.ts +0 -1
  34. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v11/mode_once.ts +0 -1
  35. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v12/mode_each.ts +0 -1
  36. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v12/mode_once.ts +0 -1
  37. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v13/mode_each.ts +0 -1
  38. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v13/mode_once.ts +0 -1
  39. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/index.schema.js +22 -0
  40. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/index.ts +15 -0
  41. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/mode_each.schema.js +27 -0
  42. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/mode_each.ts +99 -0
  43. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/mode_once.schema.js +27 -0
  44. package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflow/v14/mode_once.ts +99 -0
  45. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  46. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
  47. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/index.schema.js +2 -0
  48. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/index.ts +3 -0
  49. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_channel_message/operation_create.schema.js +2 -1
  50. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_channel_message/operation_create.ts +31 -0
  51. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_channel_message/operation_reply.schema.js +2 -1
  52. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_channel_message/operation_reply.ts +31 -0
  53. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/index.schema.js +24 -0
  54. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/index.ts +18 -0
  55. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_create.schema.js +25 -0
  56. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_create.ts +73 -0
  57. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_get.schema.js +23 -0
  58. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_get.ts +31 -0
  59. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_get_all.schema.js +24 -0
  60. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat/operation_get_all.ts +37 -0
  61. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat_message/operation_create.schema.js +2 -1
  62. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftTeams/v2/resource_chat_message/operation_create.ts +20 -0
  63. package/dist/nodes/Databricks/Databricks.node.d.ts.map +1 -1
  64. package/dist/nodes/Databricks/Databricks.node.js +3 -36
  65. package/dist/nodes/Databricks/Databricks.node.js.map +1 -1
  66. package/dist/nodes/Databricks/DatabricksTrigger.node.d.ts +6 -0
  67. package/dist/nodes/Databricks/DatabricksTrigger.node.d.ts.map +1 -0
  68. package/dist/nodes/Databricks/DatabricksTrigger.node.js +30 -0
  69. package/dist/nodes/Databricks/DatabricksTrigger.node.js.map +1 -0
  70. package/dist/nodes/Databricks/DatabricksTrigger.node.json +18 -0
  71. package/dist/nodes/Databricks/actions/helpers.d.ts +14 -15
  72. package/dist/nodes/Databricks/actions/helpers.d.ts.map +1 -1
  73. package/dist/nodes/Databricks/actions/helpers.js +72 -31
  74. package/dist/nodes/Databricks/actions/helpers.js.map +1 -1
  75. package/dist/nodes/Databricks/actions/interfaces.d.ts +75 -12
  76. package/dist/nodes/Databricks/actions/interfaces.d.ts.map +1 -1
  77. package/dist/nodes/Databricks/actions/job/Job.resource.d.ts +3 -0
  78. package/dist/nodes/Databricks/actions/job/Job.resource.d.ts.map +1 -1
  79. package/dist/nodes/Databricks/actions/job/Job.resource.js +4 -1
  80. package/dist/nodes/Databricks/actions/job/Job.resource.js.map +1 -1
  81. package/dist/nodes/Databricks/actions/job/getJob.operation.d.ts +3 -0
  82. package/dist/nodes/Databricks/actions/job/getJob.operation.d.ts.map +1 -0
  83. package/dist/nodes/Databricks/actions/job/getJob.operation.js +41 -0
  84. package/dist/nodes/Databricks/actions/job/getJob.operation.js.map +1 -0
  85. package/dist/nodes/Databricks/actions/job/getRun.operation.d.ts +3 -0
  86. package/dist/nodes/Databricks/actions/job/getRun.operation.d.ts.map +1 -0
  87. package/dist/nodes/Databricks/actions/job/getRun.operation.js +36 -0
  88. package/dist/nodes/Databricks/actions/job/getRun.operation.js.map +1 -0
  89. package/dist/nodes/Databricks/actions/job/getRunOutput.operation.d.ts +3 -0
  90. package/dist/nodes/Databricks/actions/job/getRunOutput.operation.d.ts.map +1 -0
  91. package/dist/nodes/Databricks/actions/job/getRunOutput.operation.js +61 -0
  92. package/dist/nodes/Databricks/actions/job/getRunOutput.operation.js.map +1 -0
  93. package/dist/nodes/Databricks/actions/job/run.operation.d.ts.map +1 -1
  94. package/dist/nodes/Databricks/actions/job/run.operation.js +8 -38
  95. package/dist/nodes/Databricks/actions/job/run.operation.js.map +1 -1
  96. package/dist/nodes/Databricks/actions/job/runState.d.ts +11 -0
  97. package/dist/nodes/Databricks/actions/job/runState.d.ts.map +1 -0
  98. package/dist/nodes/Databricks/actions/job/runState.js +30 -0
  99. package/dist/nodes/Databricks/actions/job/runState.js.map +1 -0
  100. package/dist/nodes/Databricks/actions/router.js +1 -1
  101. package/dist/nodes/Databricks/actions/router.js.map +1 -1
  102. package/dist/nodes/Databricks/authentication.d.ts +4 -0
  103. package/dist/nodes/Databricks/authentication.d.ts.map +1 -0
  104. package/dist/nodes/Databricks/authentication.js +40 -0
  105. package/dist/nodes/Databricks/authentication.js.map +1 -0
  106. package/dist/nodes/Databricks/constants.d.ts +3 -0
  107. package/dist/nodes/Databricks/constants.d.ts.map +1 -1
  108. package/dist/nodes/Databricks/constants.js +4 -1
  109. package/dist/nodes/Databricks/constants.js.map +1 -1
  110. package/dist/nodes/Databricks/methods/listSearch.d.ts +1 -0
  111. package/dist/nodes/Databricks/methods/listSearch.d.ts.map +1 -1
  112. package/dist/nodes/Databricks/methods/listSearch.js +53 -15
  113. package/dist/nodes/Databricks/methods/listSearch.js.map +1 -1
  114. package/dist/nodes/Databricks/resources/job/operations.d.ts.map +1 -1
  115. package/dist/nodes/Databricks/resources/job/operations.js +18 -0
  116. package/dist/nodes/Databricks/resources/job/operations.js.map +1 -1
  117. package/dist/nodes/Databricks/resources/job/parameters.d.ts.map +1 -1
  118. package/dist/nodes/Databricks/resources/job/parameters.js +51 -2
  119. package/dist/nodes/Databricks/resources/job/parameters.js.map +1 -1
  120. package/dist/nodes/Databricks/transport/index.d.ts +4 -0
  121. package/dist/nodes/Databricks/transport/index.d.ts.map +1 -0
  122. package/dist/nodes/Databricks/transport/index.js +16 -0
  123. package/dist/nodes/Databricks/transport/index.js.map +1 -0
  124. package/dist/nodes/Databricks/transport/jobRuns.d.ts +16 -0
  125. package/dist/nodes/Databricks/transport/jobRuns.d.ts.map +1 -0
  126. package/dist/nodes/Databricks/transport/jobRuns.js +55 -0
  127. package/dist/nodes/Databricks/transport/jobRuns.js.map +1 -0
  128. package/dist/nodes/Databricks/transport/pagination.d.ts +13 -0
  129. package/dist/nodes/Databricks/transport/pagination.d.ts.map +1 -0
  130. package/dist/nodes/Databricks/transport/pagination.js +28 -0
  131. package/dist/nodes/Databricks/transport/pagination.js.map +1 -0
  132. package/dist/nodes/Databricks/transport/pipelineEvents.d.ts +68 -0
  133. package/dist/nodes/Databricks/transport/pipelineEvents.d.ts.map +1 -0
  134. package/dist/nodes/Databricks/transport/pipelineEvents.js +88 -0
  135. package/dist/nodes/Databricks/transport/pipelineEvents.js.map +1 -0
  136. package/dist/nodes/EmailReadImap/search-criteria.d.ts +9 -0
  137. package/dist/nodes/EmailReadImap/search-criteria.d.ts.map +1 -0
  138. package/dist/nodes/EmailReadImap/search-criteria.js +254 -0
  139. package/dist/nodes/EmailReadImap/search-criteria.js.map +1 -0
  140. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.d.ts +1 -3
  141. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.d.ts.map +1 -1
  142. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js +59 -64
  143. package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
  144. package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.d.ts.map +1 -1
  145. package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +16 -5
  146. package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
  147. package/dist/nodes/EmailReadImap/v2/utils.d.ts +2 -1
  148. package/dist/nodes/EmailReadImap/v2/utils.d.ts.map +1 -1
  149. package/dist/nodes/EmailReadImap/v2/utils.js +32 -38
  150. package/dist/nodes/EmailReadImap/v2/utils.js.map +1 -1
  151. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.d.ts.map +1 -1
  152. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.js +48 -42
  153. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
  154. package/dist/nodes/Form/v1/FormTriggerV1.node.d.ts +1 -1
  155. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.d.ts.map +1 -1
  156. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.js +13 -11
  157. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.js.map +1 -1
  158. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/reply.operation.d.ts.map +1 -1
  159. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/reply.operation.js +5 -3
  160. package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/reply.operation.js.map +1 -1
  161. package/dist/nodes/Microsoft/Teams/v2/actions/chat/create.operation.d.ts +31 -0
  162. package/dist/nodes/Microsoft/Teams/v2/actions/chat/create.operation.d.ts.map +1 -0
  163. package/dist/nodes/Microsoft/Teams/v2/actions/chat/create.operation.js +225 -0
  164. package/dist/nodes/Microsoft/Teams/v2/actions/chat/create.operation.js.map +1 -0
  165. package/dist/nodes/Microsoft/Teams/v2/actions/chat/get.operation.d.ts +31 -0
  166. package/dist/nodes/Microsoft/Teams/v2/actions/chat/get.operation.d.ts.map +1 -0
  167. package/dist/nodes/Microsoft/Teams/v2/actions/chat/get.operation.js +37 -0
  168. package/dist/nodes/Microsoft/Teams/v2/actions/chat/get.operation.js.map +1 -0
  169. package/dist/nodes/Microsoft/Teams/v2/actions/chat/getAll.operation.d.ts +31 -0
  170. package/dist/nodes/Microsoft/Teams/v2/actions/chat/getAll.operation.d.ts.map +1 -0
  171. package/dist/nodes/Microsoft/Teams/v2/actions/chat/getAll.operation.js +43 -0
  172. package/dist/nodes/Microsoft/Teams/v2/actions/chat/getAll.operation.js.map +1 -0
  173. package/dist/nodes/Microsoft/Teams/v2/actions/chat/index.d.ts +7 -0
  174. package/dist/nodes/Microsoft/Teams/v2/actions/chat/index.d.ts.map +1 -0
  175. package/dist/nodes/Microsoft/Teams/v2/actions/chat/index.js +96 -0
  176. package/dist/nodes/Microsoft/Teams/v2/actions/chat/index.js.map +1 -0
  177. package/dist/nodes/Microsoft/Teams/v2/actions/chat/sharedGuard.d.ts +10 -0
  178. package/dist/nodes/Microsoft/Teams/v2/actions/chat/sharedGuard.d.ts.map +1 -0
  179. package/dist/nodes/Microsoft/Teams/v2/actions/chat/sharedGuard.js +20 -0
  180. package/dist/nodes/Microsoft/Teams/v2/actions/chat/sharedGuard.js.map +1 -0
  181. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.d.ts.map +1 -1
  182. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.js +9 -12
  183. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.js.map +1 -1
  184. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/get.operation.js +1 -1
  185. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/get.operation.js.map +1 -1
  186. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/getAll.operation.js +1 -1
  187. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/getAll.operation.js.map +1 -1
  188. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/messageActions.js +1 -1
  189. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/messageActions.js.map +1 -1
  190. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/sendAndWait.operation.js +1 -1
  191. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/sendAndWait.operation.js.map +1 -1
  192. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/sharedGuard.d.ts +1 -1
  193. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/sharedGuard.d.ts.map +1 -1
  194. package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/sharedGuard.js +2 -2
  195. package/dist/nodes/Microsoft/Teams/v2/actions/node.type.d.ts +1 -0
  196. package/dist/nodes/Microsoft/Teams/v2/actions/node.type.d.ts.map +1 -1
  197. package/dist/nodes/Microsoft/Teams/v2/actions/router.d.ts.map +1 -1
  198. package/dist/nodes/Microsoft/Teams/v2/actions/router.js +25 -0
  199. package/dist/nodes/Microsoft/Teams/v2/actions/router.js.map +1 -1
  200. package/dist/nodes/Microsoft/Teams/v2/actions/versionDescription.d.ts.map +1 -1
  201. package/dist/nodes/Microsoft/Teams/v2/actions/versionDescription.js +7 -1
  202. package/dist/nodes/Microsoft/Teams/v2/actions/versionDescription.js.map +1 -1
  203. package/dist/nodes/Microsoft/Teams/v2/descriptions/common.description.d.ts +22 -3
  204. package/dist/nodes/Microsoft/Teams/v2/descriptions/common.description.d.ts.map +1 -1
  205. package/dist/nodes/Microsoft/Teams/v2/descriptions/common.description.js +93 -4
  206. package/dist/nodes/Microsoft/Teams/v2/descriptions/common.description.js.map +1 -1
  207. package/dist/nodes/Microsoft/Teams/v2/descriptions/rlc.description.d.ts +6 -0
  208. package/dist/nodes/Microsoft/Teams/v2/descriptions/rlc.description.d.ts.map +1 -1
  209. package/dist/nodes/Microsoft/Teams/v2/descriptions/rlc.description.js +53 -1
  210. package/dist/nodes/Microsoft/Teams/v2/descriptions/rlc.description.js.map +1 -1
  211. package/dist/nodes/Microsoft/Teams/v2/helpers/utils.d.ts +38 -14
  212. package/dist/nodes/Microsoft/Teams/v2/helpers/utils.d.ts.map +1 -1
  213. package/dist/nodes/Microsoft/Teams/v2/helpers/utils.js +268 -65
  214. package/dist/nodes/Microsoft/Teams/v2/helpers/utils.js.map +1 -1
  215. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.d.ts +6 -0
  216. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.d.ts.map +1 -1
  217. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js +51 -0
  218. package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js.map +1 -1
  219. package/dist/nodes/Microsoft/Teams/v2/transport/index.d.ts.map +1 -1
  220. package/dist/nodes/Microsoft/Teams/v2/transport/index.js.map +1 -1
  221. package/dist/nodes/MondayCom/GenericFunctions.d.ts.map +1 -1
  222. package/dist/nodes/MondayCom/GenericFunctions.js +22 -6
  223. package/dist/nodes/MondayCom/GenericFunctions.js.map +1 -1
  224. package/dist/nodes/MondayCom/MondayCom.node.d.ts.map +1 -1
  225. package/dist/nodes/MondayCom/MondayCom.node.js +41 -37
  226. package/dist/nodes/MondayCom/MondayCom.node.js.map +1 -1
  227. package/dist/nodes/S3/GenericFunctions.d.ts.map +1 -1
  228. package/dist/nodes/S3/GenericFunctions.js +4 -0
  229. package/dist/nodes/S3/GenericFunctions.js.map +1 -1
  230. package/dist/nodes/Slack/V2/GenericFunctions.d.ts.map +1 -1
  231. package/dist/nodes/Slack/V2/GenericFunctions.js +3 -0
  232. package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
  233. package/dist/nodes/Telegram/GenericFunctions.d.ts +1 -1
  234. package/dist/nodes/TheHiveProject/helpers/constants.d.ts +1 -1
  235. package/dist/types/credentials.json +9 -9
  236. package/dist/types/nodes.json +7 -6
  237. package/dist/utils/microsoft/transport.d.ts.map +1 -1
  238. package/dist/utils/microsoft/transport.js +23 -4
  239. package/dist/utils/microsoft/transport.js.map +1 -1
  240. package/package.json +16 -14
@@ -84,7 +84,8 @@
84
84
  {"displayName":"Currents Trigger","name":"currentsTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Currents events occur","defaults":{"name":"Currents Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"currentsApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}]},{"displayName":"Currents sends separate webhook events for each group in a run. If your run has multiple groups, you will receive separate events for each group.","name":"noticeGroups","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Run Canceled","value":"RUN_CANCELED","description":"Triggered when a run is manually canceled"},{"name":"Run Finished","value":"RUN_FINISH","description":"Triggered when a run completes"},{"name":"Run Started","value":"RUN_START","description":"Triggered when a new run begins"},{"name":"Run Timeout","value":"RUN_TIMEOUT","description":"Triggered when a run exceeds the time limit"}],"required":true,"default":[],"description":"The events to listen to"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Currents/currents.svg"},
85
85
  {"displayName":"Customer.io","name":"customerIo","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Customer.io API","defaults":{"name":"Customer.io"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"customerIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Event","value":"event"},{"name":"Campaign","value":"campaign"},{"name":"Segment","value":"segment"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get","value":"get","action":"Get a campaign"},{"name":"Get Many","value":"getAll","action":"Get many campaigns"},{"name":"Get Metrics","value":"getMetrics","action":"Get metrics for a campaign"}],"default":"get"},{"displayName":"Campaign ID","name":"campaignId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["campaign"],"operation":["get"]}},"description":"The unique identifier for the campaign"},{"displayName":"Campaign ID","name":"campaignId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}},"description":"The unique identifier for the campaign"},{"displayName":"Period","name":"period","type":"options","default":"days","displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}},"description":"Specify metric period","options":[{"name":"Hours","value":"hours"},{"name":"Days","value":"days"},{"name":"Weeks","value":"weeks"},{"name":"Months","value":"months"}]},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["getMetrics"],"jsonParameters":[false]}},"options":[{"displayName":"Steps","name":"steps","type":"number","default":0,"description":"Integer specifying how many steps to return. Defaults to the maximum number of timeperiods available, or 12 when using the months period. Maximum timeperiods available are 24 hours, 45 days, 12 weeks and 120 months","typeOptions":{"minValue":0,"maxValue":120}},{"displayName":"Type","name":"type","type":"options","default":"empty","description":"Specify metric type","options":[{"name":"Email","value":"email"},{"name":"Empty","value":"empty"},{"name":"Push","value":"push"},{"name":"Slack","value":"slack"},{"name":"Twilio","value":"twilio"},{"name":"Urban Airship","value":"urbanAirship"},{"name":"Webhook","value":"webhook"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new customer, or update the current one if it already exists (upsert)","action":"Create or update a customer"},{"name":"Delete","value":"delete","description":"Delete a customer","action":"Delete a customer"}],"default":"upsert"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}},"description":"The unique identifier for the customer"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["upsert"]}},"description":"The unique identifier for the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["customer"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["upsert"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://github.com/agilecrm/rest-api#1-companys---companies-api\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["upsert"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Properties","name":"customProperties","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Property name","placeholder":"Plan"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Property value","placeholder":"Basic"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the user"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"The UNIX timestamp from when the user was created"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Track a customer event","action":"Track a customer event"},{"name":"Track Anonymous","value":"trackAnonymous","description":"Track an anonymous event","action":"Track an anonymous event"}],"default":"track"},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The unique identifier for the customer"},{"displayName":"Event Name","name":"eventName","type":"string","default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"Name of the event to track"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://customer.io/docs/api-triggered-data-format#basic-data-formatting\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","default":{},"description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Attribute","name":"customAttribute","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Attribute name","placeholder":"Price"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Attribute value","placeholder":"25.50"}]}]},{"displayName":"Type","name":"type","type":"string","default":"","description":"Used to change event type. For Page View events set to \"page\"."}]},{"displayName":"Event Name","name":"eventName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"]}},"description":"The unique identifier for the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://customer.io/docs/api-triggered-data-format#basic-data-formatting\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["trackAnonymous"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Attributes","name":"customAttributes","type":"fixedCollection","default":{},"description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Attribute","name":"customAttribute","values":[{"displayName":"Key","name":"key","type":"string","required":true,"default":"","description":"Attribute name","placeholder":"Price"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","description":"Attribute value","placeholder":"25.50"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segment"]}},"options":[{"name":"Add Customer","value":"add","action":"Add a customer to a segment"},{"name":"Remove Customer","value":"remove","action":"Remove a customer from a segment"}],"default":"add"},{"displayName":"Segment ID","name":"segmentId","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["segment"],"operation":["add","remove"]}},"description":"The unique identifier of the segment"},{"displayName":"Customer IDs","name":"customerIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["segment"],"operation":["add","remove"]}},"description":"A list of customer IDs to add to the segment"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.customerio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/customerio/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"}},
86
86
  {"displayName":"Customer.io Trigger","name":"customerIoTrigger","group":["trigger"],"version":1,"description":"Starts the workflow on a Customer.io update (Beta)","defaults":{"name":"Customer.io Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"customerIoApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"The events that can trigger the webhook and whether they are enabled","options":[{"name":"Customer Subscribed","value":"customer.subscribed","description":"Whether the webhook is triggered when a list subscriber is added"},{"name":"Customer Unsubscribe","value":"customer.unsubscribed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Attempted","value":"email.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Bounced","value":"email.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Clicked","value":"email.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Converted","value":"email.converted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Delivered","value":"email.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Drafted","value":"email.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Failed","value":"email.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Opened","value":"email.opened","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Sent","value":"email.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Email Spammed","value":"email.spammed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Attempted","value":"push.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Bounced","value":"push.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Clicked","value":"push.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Delivered","value":"push.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Drafted","value":"push.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Failed","value":"push.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Opened","value":"push.opened","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Push Sent","value":"push.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Attempted","value":"slack.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Clicked","value":"slack.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Drafted","value":"slack.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Failed","value":"slack.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"Slack Sent","value":"slack.sent","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Attempted","value":"sms.attempted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Bounced","value":"sms.bounced","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Clicked","value":"sms.clicked","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Delivered","value":"sms.delivered","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Drafted","value":"sms.drafted","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Failed","value":"sms.failed","description":"Whether the webhook is triggered when a list member unsubscribes"},{"name":"SMS Sent","value":"sms.sent","description":"Whether the webhook is triggered when a list member unsubscribes"}]}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.customeriotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/customerio/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"}},
87
- {"displayName":"Databricks","name":"databricks","group":["transform"],"version":1,"usableAsTool":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Databricks API","documentationUrl":"https://docs.databricks.com/aws/en","defaults":{"name":"Databricks"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"databricksApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"databricksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"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":"Databricks SQL","value":"databricksSql","description":"Execute SQL queries on data warehouses. <a href=\"https://docs.databricks.com/sql/index.html\" target=\"_blank\">Learn more</a>."},{"name":"File","value":"files","description":"Manage files in Unity Catalog volumes. <a href=\"https://docs.databricks.com/api/workspace/files\" target=\"_blank\">Learn more</a>."},{"name":"Genie","value":"genie","description":"AI-powered data assistant. <a href=\"https://docs.databricks.com/genie/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Model Serving","value":"modelServing","description":"Deploy and query ML models. <a href=\"https://docs.databricks.com/machine-learning/model-serving/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Unity Catalog","value":"unityCatalog","description":"Unified governance for data and AI. <a href=\"https://docs.databricks.com/data-governance/unity-catalog/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Vector Search","value":"vectorSearch","description":"Semantic search with vector embeddings. <a href=\"https://docs.databricks.com/generative-ai/vector-search.html\" target=\"_blank\">Learn more</a>."}],"default":"databricksSql"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["files"]}},"options":[{"name":"Create Directory","value":"createDirectory","description":"Create a directory in volume","action":"Create a directory"},{"name":"Delete Directory","value":"deleteDirectory","description":"Delete a directory in volume","action":"Delete a directory"},{"name":"Delete File","value":"deleteFile","description":"Delete a file from a volume","action":"Delete a file"},{"name":"Download File","value":"downloadFile","description":"Download file content from a volume","action":"Download a file"},{"name":"Get File Metadata","value":"getFileInfo","description":"Get file metadata from a volume","action":"Get file info"},{"name":"List Directory","value":"listDirectory","description":"List directory contents in volume","action":"List a directory"},{"name":"Upload File","value":"uploadFile","description":"Upload a file (up to 5 GiB) to Databricks volumes","action":"Upload a file"}],"default":"listDirectory"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["genie"]}},"options":[{"name":"Create Conversation Message","value":"createMessage","description":"Create a new conversation message","action":"Create a conversation message"},{"name":"Execute Message SQL Query","value":"executeMessageQuery","description":"Execute a SQL query from a message attachment","action":"Execute a message SQL query"},{"name":"Get Conversation Message","value":"getMessage","description":"Get a conversation message by ID","action":"Get a conversation message"},{"name":"Get Genie Space","value":"getSpace","description":"Get details of a Genie space","action":"Get a Genie space"},{"name":"Get Query Results","value":"getQueryResults","description":"Get results of a SQL query execution","action":"Get query results"},{"name":"Start Conversation","value":"startConversation","description":"Start a new conversation","action":"Start a conversation"}],"default":"startConversation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["unityCatalog"]}},"options":[{"name":"Create Catalog","value":"createCatalog","description":"Create a new catalog","action":"Create a catalog"},{"name":"Create Function","value":"createFunction","description":"Create a new function","action":"Create a function"},{"name":"Create Table","value":"createTable","description":"Register a new table","action":"Create a table"},{"name":"Create Volume","value":"createVolume","description":"Create a new volume","action":"Create a volume"},{"name":"Delete Catalog","value":"deleteCatalog","description":"Delete a catalog","action":"Delete a catalog"},{"name":"Delete Function","value":"deleteFunction","description":"Delete a function","action":"Delete a function"},{"name":"Delete Table","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Delete Volume","value":"deleteVolume","description":"Delete a volume","action":"Delete a volume"},{"name":"Get Catalog","value":"getCatalog","description":"Get catalog information","action":"Get a catalog"},{"name":"Get Function","value":"getFunction","description":"Get function information","action":"Get a function"},{"name":"Get Table","value":"getTable","description":"Get table information","action":"Get a table"},{"name":"Get Volume","value":"getVolume","description":"Get volume information","action":"Get a volume"},{"name":"List Catalogs","value":"listCatalogs","description":"List all catalogs","action":"List catalogs"},{"name":"List Functions","value":"listFunctions","description":"List functions in schema","action":"List functions"},{"name":"List Tables","value":"listTables","description":"List tables in schema","action":"List tables"},{"name":"List Volumes","value":"listVolumes","description":"List volumes in schema","action":"List volumes"},{"name":"Update Catalog","value":"updateCatalog","description":"Update catalog information","action":"Update a catalog"}],"default":"listTables"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databricksSql"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query and wait for results","action":"Execute a SQL query"}],"default":"executeQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["modelServing"]}},"options":[{"name":"Query Endpoint","value":"queryEndpoint","description":"Query a serving endpoint. The input format is automatically detected from the endpoint schema.","action":"Query a serving endpoint"}],"default":"queryEndpoint"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vectorSearch"]}},"options":[{"name":"Create Index","value":"createIndex","description":"Create a new vector search index","action":"Create a vector search index"},{"name":"Get Index","value":"getIndex","description":"Get details of a vector search index","action":"Get a vector search index"},{"name":"List Indexes","value":"listIndexes","description":"List all vector search indexes","action":"List vector search indexes"},{"name":"Query Index","value":"queryIndex","description":"Query a vector search index with text or vectors","action":"Query a vector search index"}],"default":"listIndexes"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Run","value":"run","description":"Start a run of an existing job","action":"Run a job"}],"default":"run"},{"displayName":"Volume Path","name":"volumePath","type":"string","required":true,"default":"","placeholder":"catalog.schema.volume","description":"Full path to the volume in format: catalog.schema.volume","displayOptions":{"show":{"resource":["files"]}}},{"displayName":"File Path","name":"filePath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["uploadFile","downloadFile","deleteFile","getFileInfo"]}},"description":"Path to the file within the volume (e.g. \"folder/file.txt\" or \"file.txt\"). Do not include leading slash.","placeholder":"folder/file.txt"},{"displayName":"Input Data Field Name","name":"dataFieldName","type":"string","default":"data","required":true,"description":"Name of the field from input that contains the binary data to be uploaded","displayOptions":{"show":{"resource":["files"],"operation":["uploadFile"]}}},{"displayName":"Directory Path","name":"directoryPath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["createDirectory","deleteDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Do not include leading slash.","placeholder":"folder1"},{"displayName":"Directory Path","name":"directoryPath","type":"string","default":"","displayOptions":{"show":{"operation":["listDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Leave empty to list the volume root. Do not include leading slash.","placeholder":"folder1"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["listDirectory","uploadFile"]}},"options":[{"displayName":"Page Size","name":"pageSize","type":"number","default":1000,"description":"Number of files to return per page","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Page Token","name":"pageToken","type":"string","typeOptions":{"password":true},"default":"","description":"Token for the next page of results","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Overwrite","name":"overwrite","type":"boolean","default":false,"description":"Whether to overwrite an existing file","displayOptions":{"show":{"/operation":["uploadFile"]}}}]},{"displayName":"Space ID","name":"spaceId","type":"string","required":true,"default":"","description":"The ID of the Genie space","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation","getSpace","createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Conversation ID","name":"conversationId","type":"string","required":true,"default":"","description":"The ID of the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","description":"The ID of the message","displayOptions":{"show":{"resource":["genie"],"operation":["getMessage","executeMessageQuery","getQueryResults"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","description":"The ID of the message attachment","displayOptions":{"show":{"resource":["genie"],"operation":["executeMessageQuery","getQueryResults"]}}},{"displayName":"Message","name":"message","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The message to be sent to Genie Space","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage"]}}},{"displayName":"Initial Message","name":"initialMessage","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The initial message to start the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation"]}}},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The catalog to use","displayOptions":{"show":{"operation":["getCatalog","updateCatalog","deleteCatalog","createCatalog","createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by catalog (optional)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The schema to use","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"default","hint":"Enter schema name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by schema (optional, requires catalog)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"schema","hint":"Enter full schema name or leave empty to list all"}]},{"displayName":"Table","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The table to access","displayOptions":{"show":{"operation":["getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getTables","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.table","hint":"Enter full table name in format: catalog.schema.table","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.table (e.g., main.default.my_table)"}}]}]},{"displayName":"Function","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The function to access","displayOptions":{"show":{"operation":["getFunction","deleteFunction"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFunctions","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.function","hint":"Enter full function name in format: catalog.schema.function","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.function (e.g., main.default.my_function)"}}]}]},{"displayName":"Volume Name","name":"volumeName","type":"string","required":true,"default":"","placeholder":"my_volume","description":"Name of the volume","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume"]}}},{"displayName":"Volume Type","name":"volumeType","type":"options","required":true,"default":"MANAGED","description":"The type of volume to create","options":[{"name":"Managed","value":"MANAGED","description":"Databricks manages the volume storage"},{"name":"External","value":"EXTERNAL","description":"Volume points to external storage"}],"displayOptions":{"show":{"operation":["createVolume"]}}},{"displayName":"Function Name","name":"functionName","type":"string","required":true,"default":"","placeholder":"my_function","description":"Name of the function to create","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Input Parameters","name":"inputParams","type":"json","required":true,"default":"[]","placeholder":"[{\"name\": \"param1\", \"type_name\": \"STRING\", \"type_text\": \"STRING\"}]","description":"Array of input parameters. Each parameter requires name, type_name, and type_text.","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Return Type","name":"returnType","type":"string","required":true,"default":"STRING","placeholder":"STRING","description":"The return type of the function (e.g., STRING, INT, DOUBLE)","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Body","name":"routineBody","type":"string","required":true,"default":"SQL","description":"The language of the function body","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Definition","name":"routineDefinition","type":"string","required":true,"default":"","placeholder":"RETURN x + 1","description":"The function body (SQL expression)","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","placeholder":"Catalog description","description":"Optional comment or description","displayOptions":{"show":{"operation":["createCatalog","updateCatalog"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createVolume"]}},"options":[{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the volume"},{"displayName":"Storage Location","name":"storage_location","type":"string","default":"","description":"External storage location (required for EXTERNAL volumes)"}]},{"displayName":"Table Name","name":"tableName","type":"string","required":true,"default":"","placeholder":"my_table","description":"Name of the table to create","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Storage Location","name":"storageLocation","type":"string","required":true,"default":"","placeholder":"s3://my-bucket/path/to/table","description":"External storage root URL for the table. The Create Table API only supports external Delta tables.","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Additional Fields","name":"tableAdditionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createTable"]}},"options":[{"displayName":"Columns","name":"columns","type":"json","default":"[]","description":"Array of column definitions. Each column requires name and type_name (e.g. STRING, LONG, DOUBLE, BOOLEAN, DATE, TIMESTAMP)."},{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the table"}]},{"displayName":"Warehouse","name":"warehouseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The SQL warehouse to use","displayOptions":{"show":{"resource":["databricksSql"],"operation":["executeQuery"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWarehouses","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 1234567890abcdef","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]+","errorMessage":"Must be a valid warehouse ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/sql/warehouses/xxx","extractValue":{"type":"regex","regex":"https://[^/]+/sql/warehouses/([a-zA-Z0-9]+)"}}]},{"displayName":"Query","name":"query","type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL","rows":10,"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM my_table LIMIT 10","required":true,"description":"SQL query to execute"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":{},"placeholder":"Add Parameter","description":"Named parameters for the query. Reference them in your SQL as <code>:name</code>, e.g. <code>WHERE ID = :user_id</code>.","options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. user_id","description":"Parameter name, referenced in the query as :name"},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"","description":"Leave unset to treat the value as a string","options":[{"name":"(Default)","value":""},{"name":"Boolean","value":"BOOLEAN"},{"name":"Date","value":"DATE"},{"name":"Double","value":"DOUBLE"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INT"},{"name":"Long","value":"LONG"},{"name":"String","value":"STRING"},{"name":"Timestamp","value":"TIMESTAMP"}]}]}]},{"displayName":"Endpoint","name":"endpointName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The model serving endpoint to query. The input format will be automatically detected from the endpoint schema. The node will fetch the endpoint's OpenAPI schema to determine the correct invocation URL.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getEndpoints","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. databricks-mixtral-8x7b-instruct","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9_-]+$","errorMessage":"Must be a valid endpoint name (alphanumeric, hyphens, and underscores only)"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.cloud.databricks.com/ml/endpoints/my-endpoint","hint":"Use the endpoint page URL (/ml/endpoints/), not the /serving-endpoints/ invocation URL.","extractValue":{"type":"regex","regex":"https://[^/]+/ml/endpoints/([a-zA-Z0-9_-]+)"}}]},{"displayName":"Request Body","name":"requestBody","type":"json","required":true,"default":"{\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": \"Hello!\"\n }\n ]\n}","placeholder":"Request body will be validated against the endpoint schema","description":"Request body in JSON format. The node automatically detects the expected format from the endpoint's OpenAPI schema and validates your input at runtime.","hint":"See your model serving endpoint for example, request body format.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"typeOptions":{"rows":10}},{"displayName":"Index Name","name":"indexName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["getIndex","queryIndex","createIndex"]}},"default":"","description":"Name of the vector search index"},{"displayName":"Endpoint Name","name":"endpointName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["listIndexes","createIndex"]}},"default":"","description":"Name of the vector search endpoint"},{"displayName":"Primary Key","name":"primaryKey","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"default":"","placeholder":"ID","description":"Primary key column of the index"},{"displayName":"Index Type","name":"indexType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"options":[{"name":"Delta Sync","value":"DELTA_SYNC","description":"Automatically syncs with a source Delta Table"},{"name":"Direct Access","value":"DIRECT_ACCESS","description":"Supports direct read and write of vectors and metadata"}],"default":"DELTA_SYNC","description":"Type of vector search index to create"},{"displayName":"Delta Sync Index Spec","name":"deltaSyncIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DELTA_SYNC"]}},"default":"{\n \"source_table\": \"catalog.schema.table\",\n \"pipeline_type\": \"TRIGGERED\",\n \"embedding_source_columns\": [{\n \"name\": \"text\",\n \"embedding_model_endpoint_name\": \"e5-small-v2\"\n }],\n \"columns_to_sync\": [\"id\", \"text\"]\n}","description":"Specification for the Delta Sync index","typeOptions":{"rows":8}},{"displayName":"Direct Access Index Spec","name":"directAccessIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DIRECT_ACCESS"]}},"default":"{\n \"embedding_vector_columns\": [{\n \"name\": \"embedding\",\n \"embedding_dimension\": 1536\n }],\n \"schema_json\": \"{}\"\n}","description":"Specification for the Direct Access index","typeOptions":{"rows":6}},{"displayName":"Query Type","name":"queryType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Text Query","value":"text","description":"Query using text (automatically converted to vectors)"},{"name":"Vector Query","value":"vector","description":"Query using pre-computed vector embeddings"}],"default":"text","description":"Type of query to perform"},{"displayName":"Query Text","name":"queryText","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["text"]}},"default":"","description":"Text to search for (will be automatically converted to embeddings)","placeholder":"What is machine learning?"},{"displayName":"Query Vector","name":"queryVector","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["vector"]}},"default":"[]","description":"Vector embeddings to search for similar vectors (array of numbers)","placeholder":"[0.1, 0.2, 0.3, ...]"},{"displayName":"Search Mode","name":"searchMode","type":"options","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Hybrid","value":"HYBRID","description":"Combines semantic (vector) and keyword search for best results"},{"name":"ANN (Approximate Nearest Neighbor)","value":"ANN","description":"Pure vector similarity search"}],"default":"ANN","description":"Search algorithm to use"},{"displayName":"Columns to Return","name":"columns","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":"","description":"Comma-separated list of column names to return in results (e.g., \"content,URL,title\")","placeholder":"content, url"},{"displayName":"Number of Results","name":"numResults","type":"number","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":10,"description":"Maximum number of results to return"},{"displayName":"Enable Reranking","name":"enableReranking","type":"boolean","default":false,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"description":"Whether to rerank results using a reranker model for improved relevance"},{"displayName":"Reranker Model","name":"rerankerModel","type":"string","required":true,"default":"databricks_reranker","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Name of the reranker model to use"},{"displayName":"Columns to Rerank","name":"columnsToRerank","type":"string","required":true,"default":"","placeholder":"content","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Comma-separated list of columns to use for reranking (e.g., \"content,title\")"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"displayName":"Filter Expression","name":"filterExpression","type":"string","default":"","description":"SQL-like filter expression to apply to the results (e.g., \"category = 'docs' AND published = true\")","placeholder":"category = \"documentation\""},{"displayName":"Score Threshold","name":"scoreThreshold","type":"number","default":0,"description":"Minimum relevance score threshold for results. Must be ≥ 0 and ≤ 1.","typeOptions":{"minValue":0,"maxValue":1,"numberPrecision":2}}]},{"displayName":"Job","name":"jobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The job to run","displayOptions":{"show":{"resource":["job"],"operation":["run"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getJobs","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 281874479417551","validation":[{"type":"regex","properties":{"regex":"^[0-9]+$","errorMessage":"Must be a numeric job ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/jobs/281874479417551","extractValue":{"type":"regex","regex":"https://[^/]+/(?:jobs|\\?o=[0-9]+#job|#job)/([0-9]+)"}}]},{"displayName":"Job Parameters","name":"jobParameters","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Parameter","description":"Job-level parameters for this run. They override the default values defined on the job.","displayOptions":{"show":{"resource":["job"],"operation":["run"]}},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. environment","description":"Name of a parameter defined on the job"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Wait for Completion","name":"waitForCompletion","type":"boolean","default":false,"description":"Whether to wait until the run finishes and return the final run. When off, the node returns the run ID right away and the job keeps running in Databricks.","displayOptions":{"show":{"resource":["job"],"operation":["run"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["job"],"operation":["run"],"waitForCompletion":[true]}},"options":[{"displayName":"Timeout","name":"timeout","type":"number","default":600,"typeOptions":{"minValue":1},"description":"Maximum time in seconds to wait for the run to finish. The node fails if the run is still going after this time."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.databricks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/databricks/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Databricks/databricks.svg"},
87
+ {"displayName":"Databricks","name":"databricks","group":["transform"],"version":1,"usableAsTool":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Databricks API","documentationUrl":"https://docs.databricks.com/aws/en","defaults":{"name":"Databricks"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"databricksApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"databricksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"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":"Databricks SQL","value":"databricksSql","description":"Execute SQL queries on data warehouses. <a href=\"https://docs.databricks.com/sql/index.html\" target=\"_blank\">Learn more</a>."},{"name":"File","value":"files","description":"Manage files in Unity Catalog volumes. <a href=\"https://docs.databricks.com/api/workspace/files\" target=\"_blank\">Learn more</a>."},{"name":"Genie","value":"genie","description":"AI-powered data assistant. <a href=\"https://docs.databricks.com/genie/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Model Serving","value":"modelServing","description":"Deploy and query ML models. <a href=\"https://docs.databricks.com/machine-learning/model-serving/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Unity Catalog","value":"unityCatalog","description":"Unified governance for data and AI. <a href=\"https://docs.databricks.com/data-governance/unity-catalog/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Vector Search","value":"vectorSearch","description":"Semantic search with vector embeddings. <a href=\"https://docs.databricks.com/generative-ai/vector-search.html\" target=\"_blank\">Learn more</a>."}],"default":"databricksSql"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["files"]}},"options":[{"name":"Create Directory","value":"createDirectory","description":"Create a directory in volume","action":"Create a directory"},{"name":"Delete Directory","value":"deleteDirectory","description":"Delete a directory in volume","action":"Delete a directory"},{"name":"Delete File","value":"deleteFile","description":"Delete a file from a volume","action":"Delete a file"},{"name":"Download File","value":"downloadFile","description":"Download file content from a volume","action":"Download a file"},{"name":"Get File Metadata","value":"getFileInfo","description":"Get file metadata from a volume","action":"Get file info"},{"name":"List Directory","value":"listDirectory","description":"List directory contents in volume","action":"List a directory"},{"name":"Upload File","value":"uploadFile","description":"Upload a file (up to 5 GiB) to Databricks volumes","action":"Upload a file"}],"default":"listDirectory"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["genie"]}},"options":[{"name":"Create Conversation Message","value":"createMessage","description":"Create a new conversation message","action":"Create a conversation message"},{"name":"Execute Message SQL Query","value":"executeMessageQuery","description":"Execute a SQL query from a message attachment","action":"Execute a message SQL query"},{"name":"Get Conversation Message","value":"getMessage","description":"Get a conversation message by ID","action":"Get a conversation message"},{"name":"Get Genie Space","value":"getSpace","description":"Get details of a Genie space","action":"Get a Genie space"},{"name":"Get Query Results","value":"getQueryResults","description":"Get results of a SQL query execution","action":"Get query results"},{"name":"Start Conversation","value":"startConversation","description":"Start a new conversation","action":"Start a conversation"}],"default":"startConversation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["unityCatalog"]}},"options":[{"name":"Create Catalog","value":"createCatalog","description":"Create a new catalog","action":"Create a catalog"},{"name":"Create Function","value":"createFunction","description":"Create a new function","action":"Create a function"},{"name":"Create Table","value":"createTable","description":"Register a new table","action":"Create a table"},{"name":"Create Volume","value":"createVolume","description":"Create a new volume","action":"Create a volume"},{"name":"Delete Catalog","value":"deleteCatalog","description":"Delete a catalog","action":"Delete a catalog"},{"name":"Delete Function","value":"deleteFunction","description":"Delete a function","action":"Delete a function"},{"name":"Delete Table","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Delete Volume","value":"deleteVolume","description":"Delete a volume","action":"Delete a volume"},{"name":"Get Catalog","value":"getCatalog","description":"Get catalog information","action":"Get a catalog"},{"name":"Get Function","value":"getFunction","description":"Get function information","action":"Get a function"},{"name":"Get Table","value":"getTable","description":"Get table information","action":"Get a table"},{"name":"Get Volume","value":"getVolume","description":"Get volume information","action":"Get a volume"},{"name":"List Catalogs","value":"listCatalogs","description":"List all catalogs","action":"List catalogs"},{"name":"List Functions","value":"listFunctions","description":"List functions in schema","action":"List functions"},{"name":"List Tables","value":"listTables","description":"List tables in schema","action":"List tables"},{"name":"List Volumes","value":"listVolumes","description":"List volumes in schema","action":"List volumes"},{"name":"Update Catalog","value":"updateCatalog","description":"Update catalog information","action":"Update a catalog"}],"default":"listTables"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databricksSql"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query and wait for results","action":"Execute a SQL query"}],"default":"executeQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["modelServing"]}},"options":[{"name":"Query Endpoint","value":"queryEndpoint","description":"Query a serving endpoint. The input format is automatically detected from the endpoint schema.","action":"Query a serving endpoint"}],"default":"queryEndpoint"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vectorSearch"]}},"options":[{"name":"Create Index","value":"createIndex","description":"Create a new vector search index","action":"Create a vector search index"},{"name":"Get Index","value":"getIndex","description":"Get details of a vector search index","action":"Get a vector search index"},{"name":"List Indexes","value":"listIndexes","description":"List all vector search indexes","action":"List vector search indexes"},{"name":"Query Index","value":"queryIndex","description":"Query a vector search index with text or vectors","action":"Query a vector search index"}],"default":"listIndexes"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Get","value":"getJob","description":"Get the definition of a job: its name, tasks, clusters and schedule","action":"Get a job"},{"name":"Get Run","value":"getRun","description":"Get the status and result of a job run","action":"Get run"},{"name":"Get Run Output","value":"getRunOutput","description":"Get what the tasks of a job run produced","action":"Get run output"},{"name":"Run","value":"run","description":"Start a run of an existing job","action":"Run a job"}],"default":"run"},{"displayName":"Volume Path","name":"volumePath","type":"string","required":true,"default":"","placeholder":"catalog.schema.volume","description":"Full path to the volume in format: catalog.schema.volume","displayOptions":{"show":{"resource":["files"]}}},{"displayName":"File Path","name":"filePath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["uploadFile","downloadFile","deleteFile","getFileInfo"]}},"description":"Path to the file within the volume (e.g. \"folder/file.txt\" or \"file.txt\"). Do not include leading slash.","placeholder":"folder/file.txt"},{"displayName":"Input Data Field Name","name":"dataFieldName","type":"string","default":"data","required":true,"description":"Name of the field from input that contains the binary data to be uploaded","displayOptions":{"show":{"resource":["files"],"operation":["uploadFile"]}}},{"displayName":"Directory Path","name":"directoryPath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["createDirectory","deleteDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Do not include leading slash.","placeholder":"folder1"},{"displayName":"Directory Path","name":"directoryPath","type":"string","default":"","displayOptions":{"show":{"operation":["listDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Leave empty to list the volume root. Do not include leading slash.","placeholder":"folder1"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["listDirectory","uploadFile"]}},"options":[{"displayName":"Page Size","name":"pageSize","type":"number","default":1000,"description":"Number of files to return per page","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Page Token","name":"pageToken","type":"string","typeOptions":{"password":true},"default":"","description":"Token for the next page of results","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Overwrite","name":"overwrite","type":"boolean","default":false,"description":"Whether to overwrite an existing file","displayOptions":{"show":{"/operation":["uploadFile"]}}}]},{"displayName":"Space ID","name":"spaceId","type":"string","required":true,"default":"","description":"The ID of the Genie space","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation","getSpace","createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Conversation ID","name":"conversationId","type":"string","required":true,"default":"","description":"The ID of the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","description":"The ID of the message","displayOptions":{"show":{"resource":["genie"],"operation":["getMessage","executeMessageQuery","getQueryResults"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","description":"The ID of the message attachment","displayOptions":{"show":{"resource":["genie"],"operation":["executeMessageQuery","getQueryResults"]}}},{"displayName":"Message","name":"message","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The message to be sent to Genie Space","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage"]}}},{"displayName":"Initial Message","name":"initialMessage","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The initial message to start the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation"]}}},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The catalog to use","displayOptions":{"show":{"operation":["getCatalog","updateCatalog","deleteCatalog","createCatalog","createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by catalog (optional)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The schema to use","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"default","hint":"Enter schema name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by schema (optional, requires catalog)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"schema","hint":"Enter full schema name or leave empty to list all"}]},{"displayName":"Table","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The table to access","displayOptions":{"show":{"operation":["getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getTables","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.table","hint":"Enter full table name in format: catalog.schema.table","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.table (e.g., main.default.my_table)"}}]}]},{"displayName":"Function","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The function to access","displayOptions":{"show":{"operation":["getFunction","deleteFunction"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFunctions","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.function","hint":"Enter full function name in format: catalog.schema.function","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.function (e.g., main.default.my_function)"}}]}]},{"displayName":"Volume Name","name":"volumeName","type":"string","required":true,"default":"","placeholder":"my_volume","description":"Name of the volume","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume"]}}},{"displayName":"Volume Type","name":"volumeType","type":"options","required":true,"default":"MANAGED","description":"The type of volume to create","options":[{"name":"Managed","value":"MANAGED","description":"Databricks manages the volume storage"},{"name":"External","value":"EXTERNAL","description":"Volume points to external storage"}],"displayOptions":{"show":{"operation":["createVolume"]}}},{"displayName":"Function Name","name":"functionName","type":"string","required":true,"default":"","placeholder":"my_function","description":"Name of the function to create","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Input Parameters","name":"inputParams","type":"json","required":true,"default":"[]","placeholder":"[{\"name\": \"param1\", \"type_name\": \"STRING\", \"type_text\": \"STRING\"}]","description":"Array of input parameters. Each parameter requires name, type_name, and type_text.","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Return Type","name":"returnType","type":"string","required":true,"default":"STRING","placeholder":"STRING","description":"The return type of the function (e.g., STRING, INT, DOUBLE)","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Body","name":"routineBody","type":"string","required":true,"default":"SQL","description":"The language of the function body","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Definition","name":"routineDefinition","type":"string","required":true,"default":"","placeholder":"RETURN x + 1","description":"The function body (SQL expression)","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","placeholder":"Catalog description","description":"Optional comment or description","displayOptions":{"show":{"operation":["createCatalog","updateCatalog"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createVolume"]}},"options":[{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the volume"},{"displayName":"Storage Location","name":"storage_location","type":"string","default":"","description":"External storage location (required for EXTERNAL volumes)"}]},{"displayName":"Table Name","name":"tableName","type":"string","required":true,"default":"","placeholder":"my_table","description":"Name of the table to create","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Storage Location","name":"storageLocation","type":"string","required":true,"default":"","placeholder":"s3://my-bucket/path/to/table","description":"External storage root URL for the table. The Create Table API only supports external Delta tables.","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Additional Fields","name":"tableAdditionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createTable"]}},"options":[{"displayName":"Columns","name":"columns","type":"json","default":"[]","description":"Array of column definitions. Each column requires name and type_name (e.g. STRING, LONG, DOUBLE, BOOLEAN, DATE, TIMESTAMP)."},{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the table"}]},{"displayName":"Warehouse","name":"warehouseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The SQL warehouse to use","displayOptions":{"show":{"resource":["databricksSql"],"operation":["executeQuery"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWarehouses","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 1234567890abcdef","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]+","errorMessage":"Must be a valid warehouse ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/sql/warehouses/xxx","extractValue":{"type":"regex","regex":"https://[^/]+/sql/warehouses/([a-zA-Z0-9]+)"}}]},{"displayName":"Query","name":"query","type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL","rows":10,"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM my_table LIMIT 10","required":true,"description":"SQL query to execute"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":{},"placeholder":"Add Parameter","description":"Named parameters for the query. Reference them in your SQL as <code>:name</code>, e.g. <code>WHERE ID = :user_id</code>.","options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. user_id","description":"Parameter name, referenced in the query as :name"},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"","description":"Leave unset to treat the value as a string","options":[{"name":"(Default)","value":""},{"name":"Boolean","value":"BOOLEAN"},{"name":"Date","value":"DATE"},{"name":"Double","value":"DOUBLE"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INT"},{"name":"Long","value":"LONG"},{"name":"String","value":"STRING"},{"name":"Timestamp","value":"TIMESTAMP"}]}]}]},{"displayName":"Endpoint","name":"endpointName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The model serving endpoint to query. The input format will be automatically detected from the endpoint schema. The node will fetch the endpoint's OpenAPI schema to determine the correct invocation URL.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getEndpoints","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. databricks-mixtral-8x7b-instruct","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9_-]+$","errorMessage":"Must be a valid endpoint name (alphanumeric, hyphens, and underscores only)"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.cloud.databricks.com/ml/endpoints/my-endpoint","hint":"Use the endpoint page URL (/ml/endpoints/), not the /serving-endpoints/ invocation URL.","extractValue":{"type":"regex","regex":"https://[^/]+/ml/endpoints/([a-zA-Z0-9_-]+)"}}]},{"displayName":"Request Body","name":"requestBody","type":"json","required":true,"default":"{\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": \"Hello!\"\n }\n ]\n}","placeholder":"Request body will be validated against the endpoint schema","description":"Request body in JSON format. The node automatically detects the expected format from the endpoint's OpenAPI schema and validates your input at runtime.","hint":"See your model serving endpoint for example, request body format.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"typeOptions":{"rows":10}},{"displayName":"Index Name","name":"indexName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["getIndex","queryIndex","createIndex"]}},"default":"","description":"Name of the vector search index"},{"displayName":"Endpoint Name","name":"endpointName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["listIndexes","createIndex"]}},"default":"","description":"Name of the vector search endpoint"},{"displayName":"Primary Key","name":"primaryKey","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"default":"","placeholder":"ID","description":"Primary key column of the index"},{"displayName":"Index Type","name":"indexType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"options":[{"name":"Delta Sync","value":"DELTA_SYNC","description":"Automatically syncs with a source Delta Table"},{"name":"Direct Access","value":"DIRECT_ACCESS","description":"Supports direct read and write of vectors and metadata"}],"default":"DELTA_SYNC","description":"Type of vector search index to create"},{"displayName":"Delta Sync Index Spec","name":"deltaSyncIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DELTA_SYNC"]}},"default":"{\n \"source_table\": \"catalog.schema.table\",\n \"pipeline_type\": \"TRIGGERED\",\n \"embedding_source_columns\": [{\n \"name\": \"text\",\n \"embedding_model_endpoint_name\": \"e5-small-v2\"\n }],\n \"columns_to_sync\": [\"id\", \"text\"]\n}","description":"Specification for the Delta Sync index","typeOptions":{"rows":8}},{"displayName":"Direct Access Index Spec","name":"directAccessIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DIRECT_ACCESS"]}},"default":"{\n \"embedding_vector_columns\": [{\n \"name\": \"embedding\",\n \"embedding_dimension\": 1536\n }],\n \"schema_json\": \"{}\"\n}","description":"Specification for the Direct Access index","typeOptions":{"rows":6}},{"displayName":"Query Type","name":"queryType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Text Query","value":"text","description":"Query using text (automatically converted to vectors)"},{"name":"Vector Query","value":"vector","description":"Query using pre-computed vector embeddings"}],"default":"text","description":"Type of query to perform"},{"displayName":"Query Text","name":"queryText","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["text"]}},"default":"","description":"Text to search for (will be automatically converted to embeddings)","placeholder":"What is machine learning?"},{"displayName":"Query Vector","name":"queryVector","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["vector"]}},"default":"[]","description":"Vector embeddings to search for similar vectors (array of numbers)","placeholder":"[0.1, 0.2, 0.3, ...]"},{"displayName":"Search Mode","name":"searchMode","type":"options","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Hybrid","value":"HYBRID","description":"Combines semantic (vector) and keyword search for best results"},{"name":"ANN (Approximate Nearest Neighbor)","value":"ANN","description":"Pure vector similarity search"}],"default":"ANN","description":"Search algorithm to use"},{"displayName":"Columns to Return","name":"columns","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":"","description":"Comma-separated list of column names to return in results (e.g., \"content,URL,title\")","placeholder":"content, url"},{"displayName":"Number of Results","name":"numResults","type":"number","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":10,"description":"Maximum number of results to return"},{"displayName":"Enable Reranking","name":"enableReranking","type":"boolean","default":false,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"description":"Whether to rerank results using a reranker model for improved relevance"},{"displayName":"Reranker Model","name":"rerankerModel","type":"string","required":true,"default":"databricks_reranker","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Name of the reranker model to use"},{"displayName":"Columns to Rerank","name":"columnsToRerank","type":"string","required":true,"default":"","placeholder":"content","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Comma-separated list of columns to use for reranking (e.g., \"content,title\")"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"displayName":"Filter Expression","name":"filterExpression","type":"string","default":"","description":"SQL-like filter expression to apply to the results (e.g., \"category = 'docs' AND published = true\")","placeholder":"category = \"documentation\""},{"displayName":"Score Threshold","name":"scoreThreshold","type":"number","default":0,"description":"Minimum relevance score threshold for results. Must be ≥ 0 and ≤ 1.","typeOptions":{"minValue":0,"maxValue":1,"numberPrecision":2}}]},{"displayName":"Run","name":"runId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The job run to read","displayOptions":{"show":{"resource":["job"],"operation":["getRun","getRunOutput"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getRuns","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 41847992357943","validation":[{"type":"regex","properties":{"regex":"^[0-9]+$","errorMessage":"Must be a numeric run ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/jobs/281874479417551/runs/41847992357943","extractValue":{"type":"regex","regex":"https://[^/]+/(?:jobs/[0-9]+/runs|\\?o=[0-9]+#job/[0-9]+/run|#job/[0-9]+/run)/([0-9]+)"}}]},{"displayName":"Job","name":"jobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The job to work with","displayOptions":{"show":{"resource":["job"],"operation":["getJob","run"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getJobs","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 281874479417551","validation":[{"type":"regex","properties":{"regex":"^[0-9]+$","errorMessage":"Must be a numeric job ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/jobs/281874479417551","extractValue":{"type":"regex","regex":"https://[^/]+/(?:jobs|\\?o=[0-9]+#job|#job)/([0-9]+)"}}]},{"displayName":"Job Parameters","name":"jobParameters","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Parameter","description":"Job-level parameters for this run. They override the default values defined on the job.","displayOptions":{"show":{"resource":["job"],"operation":["run"]}},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. environment","description":"Name of a parameter defined on the job"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Wait for Completion","name":"waitForCompletion","type":"boolean","default":false,"description":"Whether to wait until the run finishes and return the final run. When off, the node returns the run ID right away and the job keeps running in Databricks.","displayOptions":{"show":{"resource":["job"],"operation":["run"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["job"],"operation":["run"],"waitForCompletion":[true]}},"options":[{"displayName":"Timeout","name":"timeout","type":"number","default":600,"typeOptions":{"minValue":1},"description":"Maximum time in seconds to wait for the run to finish. The node fails if the run is still going after this time."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.databricks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/databricks/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Databricks/databricks.svg"},
88
+ {"displayName":"Databricks Trigger","name":"databricksTrigger","hidden":true,"group":["trigger"],"version":1,"description":"Starts the workflow when Databricks job runs or pipeline updates change state","defaults":{"name":"Databricks Trigger"},"credentials":[{"name":"databricksApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"databricksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"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 past the hour to trigger (0-59)"},{"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":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.databrickstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/databricks/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Databricks/databricks.svg","dark":"icons/n8n-nodes-base/dist/nodes/Databricks/databricks.dark.svg"}},
88
89
  {"displayName":"Data table","name":"dataTable","icon":"node:data-table","iconColor":"orange-red","group":["input","transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"action\"]}}","description":"Permanently save data across workflow executions in a table","defaults":{"name":"Data table"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"builderHint":{"extraTypeDefContent":[{"displayOptions":{"show":{"resource":["row"],"operation":["insert"]}},"content":"<patterns>\n<pattern title=\"Insert with explicit schema\">\nconst storeData = node({\n type: 'n8n-nodes-base.dataTable',\n version: 1.1,\n config: {\n name: 'Store Data',\n parameters: {\n resource: 'row',\n operation: 'insert',\n dataTableId: { __rl: true, mode: 'name', value: 'my-table' },\n columns: {\n mappingMode: 'defineBelow',\n value: {\n name: expr('{{ $json.name }}'),\n email: expr('{{ $json.email }}')\n },\n schema: [\n { id: 'name', displayName: 'name', required: false, defaultMatch: false, display: true, type: 'string', canBeUsedToMatch: true },\n { id: 'email', displayName: 'email', required: false, defaultMatch: false, display: true, type: 'string', canBeUsedToMatch: true }\n ]\n }\n }\n }\n});\n</pattern>\n</patterns>"}]},"hints":[{"message":"The selected data table has no columns.","displayCondition":"={{ $parameter.dataTableId !== \"\" && $parameter?.columns?.mappingMode === \"defineBelow\" && !$parameter?.columns?.schema?.length }}","whenToDisplay":"beforeExecution","location":"ndv","type":"info"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"},{"name":"Table","value":"table"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Delete","value":"deleteRows","description":"Delete row(s)","action":"Delete row(s)"},{"name":"Get","value":"get","description":"Get row(s)","action":"Get row(s)","builderHint":{"propertyHint":"There is no `getAll` operation. To fetch many rows, use `operation: 'get'` with `returnAll: true`."}},{"name":"If Row Exists","value":"rowExists","description":"Match input items that are in the data table","action":"If row exists"},{"name":"If Row Does Not Exist","value":"rowNotExists","description":"Match input items that are not in the data table","action":"If row does not exist"},{"name":"Insert","value":"insert","description":"Insert a new row","action":"Insert row","builderHint":{"propertyHint":"Row IDs are auto-generated. Do NOT define a custom `id` column or seed `id` on insert. The built-in row `id` is valid for filtering update/delete but is not part of the user-defined table schema."}},{"name":"Update","value":"update","description":"Update row(s) matching certain fields","action":"Update row(s)"},{"name":"Upsert","value":"upsert","description":"Update row(s), or insert if there is no match","action":"Upsert row(s)"}],"default":"insert"},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"propertyHint":"Default to mode: 'list' which is easier for users to set up"},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true,"allowNewResource":{"label":"resourceLocator.dataTable.createNew","url":"/projects/{{$projectId}}/datatables/new"}}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. My Table"},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"resource":["row"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to insert","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true,"refreshIncompleteSchemaOnOpen":true}},"displayOptions":{"show":{"resource":["row"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Optimize Bulk","name":"optimizeBulk","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to improve bulk insert performance 5x by not returning inserted data"}],"displayOptions":{"show":{"resource":["row"],"operation":["insert"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":0},"displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit Per Input Row","name":"limit","type":"number","displayOptions":{"show":{"resource":["row"],"operation":["get"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Order By","name":"orderBy","type":"boolean","displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":false,"description":"Whether to sort the results by a column"},{"displayName":"Order By Column","name":"orderByColumn","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"displayOptions":{"show":{"resource":["row"],"operation":["get"],"orderBy":[true]}},"default":"createdAt"},{"displayName":"Order By Direction","name":"orderByDirection","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"displayOptions":{"show":{"resource":["row"],"operation":["get"],"orderBy":[true]}},"default":"DESC","description":"Sort direction for the column"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["rowExists"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["rowExists"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq","displayOptions":{"show":{"@version":[{"_cnd":{"lt":0}}]}}},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["rowNotExists"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["rowNotExists"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq","displayOptions":{"show":{"@version":[{"_cnd":{"lt":0}}]}}},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["update"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to update","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true,"refreshIncompleteSchemaOnOpen":true}},"displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to upsert","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true,"refreshIncompleteSchemaOnOpen":true}},"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Clear","value":"clear","description":"Clear all rows from a data table","action":"Clear a data table"},{"name":"Create","value":"create","description":"Create a new data table","action":"Create a data table"},{"name":"Delete","value":"delete","description":"Delete a data table","action":"Delete a data table"},{"name":"List","value":"list","description":"List all data tables","action":"List data tables"},{"name":"Rename","value":"update","description":"Rename a data table","action":"Rename a data table"}],"default":"list"},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"propertyHint":"Default to mode: 'list' which is easier for users to set up"},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. My Table"},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"resource":["table"],"operation":["clear","delete","update"]}}},{"displayName":"This will permanently delete all rows from the data table. The table structure will be retained. This action cannot be undone.","name":"clearWarning","type":"notice","default":"","displayOptions":{"show":{"resource":["table"],"operation":["clear"]}}},{"displayName":"Name","name":"tableName","type":"string","required":true,"default":"","placeholder":"e.g. My Data Table","description":"The name of the data table to create","displayOptions":{"show":{"resource":["table"],"operation":["create"]}}},{"displayName":"Columns","name":"columns","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Column","description":"The columns to create in the data table","displayOptions":{"show":{"resource":["table"],"operation":["create"]}},"options":[{"name":"column","displayName":"Column","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the column"},{"displayName":"Type","name":"type","type":"options","default":"string","options":[{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"Number","value":"number"},{"name":"String","value":"string"}],"description":"The type of the column"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["create"]}},"options":[{"displayName":"Reuse Existing Tables","name":"createIfNotExists","type":"boolean","default":true,"description":"Whether to return existing table if one exists with the same name without throwing an error"}]},{"displayName":"This will permanently delete the data table and all its data. This action cannot be undone.","name":"deleteWarning","type":"notice","default":"","displayOptions":{"show":{"resource":["table"],"operation":["delete"]}}},{"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":["table"],"operation":["list"]}}},{"displayName":"Limit Per Input Row","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["table"],"operation":["list"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["list"]}},"options":[{"displayName":"Filter by Name","name":"filterName","type":"string","default":"","description":"Filter data tables by name (case-insensitive)"},{"displayName":"Sort Field","name":"sortField","type":"options","default":"name","options":[{"name":"Created","value":"createdAt"},{"name":"Name","value":"name"},{"name":"Updated","value":"updatedAt"}],"description":"Field to sort by"},{"displayName":"Sort Direction","name":"sortDirection","type":"options","default":"asc","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}]}]},{"displayName":"New Name","name":"newName","type":"string","required":true,"default":"","placeholder":"e.g. Renamed Data Table","description":"The new name for the data table","displayOptions":{"show":{"resource":["table"],"operation":["update"]}}}],"codex":{"categories":["Core Nodes","Development"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["data","table","knowledge","data table","table","sheet","database","data base","mysql","postgres","postgresql","airtable","supabase","noco","notion"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datatable/"}]}}},
89
90
  {"displayName":"Date & Time","name":"dateTime","icon":"node:date-and-time","iconColor":"green","group":["transform"],"defaultVersion":2,"description":"Manipulate date and time values","subtitle":"={{$parameter[\"action\"]}}","version":2,"defaults":{"name":"Date & Time","color":"#408000"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Add to a Date","value":"addToDate"},{"name":"Extract Part of a Date","value":"extractDate"},{"name":"Format a Date","value":"formatDate"},{"name":"Get Current Date","value":"getCurrentDate"},{"name":"Get Time Between Dates","value":"getTimeBetweenDates"},{"name":"Round a Date","value":"roundDate"},{"name":"Subtract From a Date","value":"subtractFromDate"}],"default":"getCurrentDate"},{"displayName":"You can also refer to the current date in n8n expressions by using <code>{{$now}}</code> or <code>{{$today}}</code>. <a target=\"_blank\" href=\"https://docs.n8n.io/code/cookbook/luxon/\">More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Include Current Time","name":"includeTime","type":"boolean","default":true,"description":"When deactivated, the time will be set to midnight","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"currentDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getCurrentDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"Timezone","name":"timezone","type":"string","placeholder":"America/New_York","default":"","description":"The timezone to use. If not set, the timezone of the n8n instance will be used. Use ‘GMT’ for +00:00 timezone."}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.plus(5, 'minutes')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Date to Add To","name":"magnitude","type":"string","description":"The date that you want to change","default":"","displayOptions":{"show":{"operation":["addToDate"]}},"required":true},{"displayName":"Time Unit to Add","name":"timeUnit","description":"Time unit for Duration parameter below","displayOptions":{"show":{"operation":["addToDate"]}},"type":"options","options":[{"name":"Years","value":"years"},{"name":"Quarters","value":"quarters"},{"name":"Months","value":"months"},{"name":"Weeks","value":"weeks"},{"name":"Days","value":"days"},{"name":"Hours","value":"hours"},{"name":"Minutes","value":"minutes"},{"name":"Seconds","value":"seconds"},{"name":"Milliseconds","value":"milliseconds"}],"default":"days","required":true},{"displayName":"Duration","name":"duration","type":"number","description":"The number of time units to add to the date","default":0,"displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"newDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["addToDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.minus(5, 'minutes')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Date to Subtract From","name":"magnitude","type":"string","description":"The date that you want to change","default":"","displayOptions":{"show":{"operation":["subtractFromDate"]}},"required":true},{"displayName":"Time Unit to Subtract","name":"timeUnit","description":"Time unit for Duration parameter below","displayOptions":{"show":{"operation":["subtractFromDate"]}},"type":"options","options":[{"name":"Years","value":"years"},{"name":"Quarters","value":"quarters"},{"name":"Months","value":"months"},{"name":"Weeks","value":"weeks"},{"name":"Days","value":"days"},{"name":"Hours","value":"hours"},{"name":"Minutes","value":"minutes"},{"name":"Seconds","value":"seconds"},{"name":"Milliseconds","value":"milliseconds"}],"default":"days","required":true},{"displayName":"Duration","name":"duration","type":"number","description":"The number of time units to subtract from the date","default":0,"displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"newDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["subtractFromDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.format('yyyy-MM-dd')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to format","default":"","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Format","name":"format","type":"options","displayOptions":{"show":{"operation":["formatDate"]}},"options":[{"name":"Custom Format","value":"custom"},{"name":"MM/DD/YYYY","value":"MM/dd/yyyy","description":"Example: 09/04/1986"},{"name":"YYYY/MM/DD","value":"yyyy/MM/dd","description":"Example: 1986/04/09"},{"name":"MMMM DD YYYY","value":"MMMM dd yyyy","description":"Example: April 09 1986"},{"name":"MM-DD-YYYY","value":"MM-dd-yyyy","description":"Example: 09-04-1986"},{"name":"YYYY-MM-DD","value":"yyyy-MM-dd","description":"Example: 1986-04-09"},{"name":"Unix Timestamp","value":"X","description":"Example: 1672531200"},{"name":"Unix Ms Timestamp","value":"x","description":"Example: 1674691200000"}],"default":"MM/dd/yyyy","description":"The format to convert the date to"},{"displayName":"Custom Format","name":"customFormat","type":"string","displayOptions":{"show":{"format":["custom"],"operation":["formatDate"]}},"hint":"List of special tokens <a target=\"_blank\" href=\"https://moment.github.io/luxon/#/formatting?id=table-of-tokens\">More info</a>","default":"","placeholder":"yyyy-MM-dd"},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"formattedDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["formatDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"From Date Format","name":"fromFormat","type":"string","default":"e.g yyyyMMdd","hint":"Tokens are case sensitive","description":"Format in which the input 'Date' is, it's helpful when the format is not recognized automatically. Use those <a href=\"https://moment.github.io/luxon/#/formatting?id=table-of-tokens&id=table-of-tokens\" target=\"_blank\">tokens</a> to define the format."},{"displayName":"Use Workflow Timezone","name":"timezone","type":"boolean","default":false,"description":"Whether to use the timezone of the input or the workflow's timezone"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{ your_date.beginningOf('month') }}</code> or <code>{{ your_date.endOfMonth() }}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to round","default":"","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Round Down","value":"roundDown"},{"name":"Round Up","value":"roundUp"}],"default":"roundDown","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"To Nearest","name":"toNearest","type":"options","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"}],"default":"month","displayOptions":{"show":{"operation":["roundDate"],"mode":["roundDown"]}}},{"displayName":"To","name":"to","type":"options","options":[{"name":"End of Month","value":"month"}],"default":"month","displayOptions":{"show":{"operation":["roundDate"],"mode":["roundUp"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"roundedDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["roundDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"Start Date","name":"startDate","type":"string","default":"","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"End Date","name":"endDate","type":"string","default":"","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"Units","name":"units","type":"multiOptions","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"},{"name":"Millisecond","value":"millisecond"}],"displayOptions":{"show":{"operation":["getTimeBetweenDates"]}},"default":["day"]},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"timeDifference","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"Output as ISO String","name":"isoString","type":"boolean","default":false,"description":"Whether to output the date as ISO string or not"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{ your_date.extract(\"month\") }}}</code>. <a target=\"_blank\" href=\"https://docs.n8n.io/code/cookbook/luxon/\">More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to round","default":"","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Part","name":"part","type":"options","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"}],"default":"month","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"datePart","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["extractDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/"}]}}},
90
91
  {"displayName":"Date & Time","name":"dateTime","icon":"fa:clock","iconColor":"green","group":["transform"],"defaultVersion":2,"description":"Allows you to manipulate date and time values","subtitle":"={{$parameter[\"action\"]}}","version":1,"defaults":{"name":"Date & Time","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"More powerful date functionality is available in <a href='https://docs.n8n.io/code/cookbook/luxon/' target='_blank'>expressions</a>,</br> e.g. <code>{{ $now.plus(1, 'week') }}</code>","name":"noticeDateTime","type":"notice","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Calculate a Date","description":"Add or subtract time from a date","value":"calculate","action":"Add or subtract time from a date"},{"name":"Format a Date","description":"Convert a date to a different format","value":"format","action":"Convert a date to a different format"}],"default":"format"},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["format"]}},"type":"string","default":"","description":"The value that should be converted","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["format"]}},"description":"Name of the property to which to write the converted date"},{"displayName":"Custom Format","name":"custom","displayOptions":{"show":{"action":["format"]}},"type":"boolean","default":false,"description":"Whether a predefined format should be selected or custom format entered"},{"displayName":"To Format","name":"toFormat","displayOptions":{"show":{"action":["format"],"custom":[true]}},"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The format to convert the date to"},{"displayName":"To Format","name":"toFormat","type":"options","displayOptions":{"show":{"action":["format"],"custom":[false]}},"options":[{"name":"MM/DD/YYYY","value":"MM/DD/YYYY","description":"Example: 09/04/1986"},{"name":"YYYY/MM/DD","value":"YYYY/MM/DD","description":"Example: 1986/04/09"},{"name":"MMMM DD YYYY","value":"MMMM DD YYYY","description":"Example: April 09 1986"},{"name":"MM-DD-YYYY","value":"MM-DD-YYYY","description":"Example: 09-04-1986"},{"name":"YYYY-MM-DD","value":"YYYY-MM-DD","description":"Example: 1986-04-09"},{"name":"Unix Timestamp","value":"X","description":"Example: 513388800.879"},{"name":"Unix Ms Timestamp","value":"x","description":"Example: 513388800"}],"default":"MM/DD/YYYY","description":"The format to convert the date to"},{"displayName":"Options","name":"options","displayOptions":{"show":{"action":["format"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"From Format","name":"fromFormat","type":"string","default":"","description":"In case the input format is not recognized you can provide the format"},{"displayName":"From Timezone Name or ID","name":"fromTimezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"UTC","description":"The timezone to convert from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"To Timezone Name or ID","name":"toTimezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"UTC","description":"The timezone to convert to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Date Value","name":"value","displayOptions":{"show":{"action":["calculate"]}},"type":"string","default":"","description":"The date string or timestamp from which you want to add/subtract time","required":true},{"displayName":"Operation","name":"operation","displayOptions":{"show":{"action":["calculate"]}},"type":"options","noDataExpression":true,"options":[{"name":"Add","value":"add","description":"Add time to Date Value","action":"Add time to Date Value"},{"name":"Subtract","value":"subtract","description":"Subtract time from Date Value","action":"Subtract time from Date Value"}],"default":"add","required":true},{"displayName":"Duration","name":"duration","displayOptions":{"show":{"action":["calculate"]}},"type":"number","typeOptions":{"minValue":0},"default":0,"required":true,"description":"E.g. enter “10” then select “Days” if you want to add 10 days to Date Value."},{"displayName":"Time Unit","name":"timeUnit","description":"Time unit for Duration parameter above","displayOptions":{"show":{"action":["calculate"]}},"type":"options","options":[{"name":"Quarters","value":"quarters"},{"name":"Years","value":"years"},{"name":"Months","value":"months"},{"name":"Weeks","value":"weeks"},{"name":"Days","value":"days"},{"name":"Hours","value":"hours"},{"name":"Minutes","value":"minutes"},{"name":"Seconds","value":"seconds"},{"name":"Milliseconds","value":"milliseconds"}],"default":"days","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["calculate"]}},"description":"Name of the output property to which to write the converted date"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"action":["calculate"]}},"options":[{"displayName":"From Format","name":"fromFormat","type":"string","default":"","description":"Format for parsing the value as a date. If unrecognized, specify the <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/#faqs\">format</a> for the value."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/"}]}}},
@@ -105,7 +106,7 @@
105
106
  {"displayName":"E-goi","name":"egoi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume E-goi API","defaults":{"name":"E-goi"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"egoiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Create","value":"create","description":"Create a member","action":"Create a member"},{"name":"Get","value":"get","description":"Get a member","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members","action":"Get many members"},{"name":"Update","value":"update","description":"Update a member","action":"Update a member"}],"default":"create"},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"operation":["getAll","create","update","get"]}},"default":"","description":"ID of list to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["create"]}},"default":"","description":"Email address for a subscriber"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"operation":["create","update"]}},"default":true,"description":"By default the response just includes the contact ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of a subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of a subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","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":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"]}},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","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":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":"id","description":"Search by"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["id"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["email"]}},"default":"","description":"Email address for subscriber"},{"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":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get","getAll"],"resource":["contact"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.egoi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/egoi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Egoi/egoi.svg"},
106
107
  {"displayName":"Elasticsearch","name":"elasticsearch","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elasticsearch API","schemaPath":"Elastic/Elasticsearch","defaults":{"name":"Elasticsearch"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticsearchApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"},{"name":"Index","value":"index"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Get a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Get many documents","action":"Get many documents"},{"name":"Update","value":"update","description":"Update a document","action":"Update a document"}],"default":"get"},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"options":[{"displayName":"Bulk Delete","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to delete the document/s"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"options":[{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the documents to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"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":["document"],"operation":["getAll"]}}},{"displayName":"By default, you cannot page through more than 10,000 hits. To page through more hits, add \"Sort\" from options.","name":"paginateNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[true]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Allow Partial Search Results","name":"allow_partial_search_results","description":"<p>If true, return partial results if there are shard request timeouts or shard failures.</p><p>If false, returns an error with no partial results. Defaults to true.</p>.","type":"boolean","default":true},{"displayName":"Batched Reduce Size","name":"batched_reduce_size","description":"Number of shard results that should be reduced at once on the coordinating node. Defaults to 512.","type":"number","typeOptions":{"minValue":2},"default":512},{"displayName":"CCS Minimize Roundtrips","name":"ccs_minimize_roundtrips","description":"Whether network round-trips between the coordinating node and the remote clusters are minimized when executing cross-cluster search (CCS) requests. Defaults to true.","type":"boolean","default":true},{"displayName":"Doc Value Fields","name":"docvalue_fields","description":"Comma-separated list of fields to return as the docvalue representation of a field for each hit","type":"string","default":""},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"open"},{"displayName":"Explain","name":"explain","description":"Whether to return detailed information about score computation as part of a hit. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Throttled","name":"ignore_throttled","description":"Whether concrete, expanded or aliased indices are ignored when frozen. Defaults to true.","type":"boolean","default":true},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether missing or closed indices are not included in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Max Concurrent Shard Requests","name":"max_concurrent_shard_requests","description":"Define the number of shard requests per node this search executes concurrently. Defaults to 5.","type":"number","default":5},{"displayName":"Pre-Filter Shard Size","name":"pre_filter_shard_size","description":"Define a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting. Only used if the number of shards the search request expands to exceeds the threshold.","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Query","name":"query","description":"Query in the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">Elasticsearch Query DSL</a>. Use $1, $2, and so on as complete values to reference Query Parameters below.","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"query\": {\n \"term\": {\n \"user.id\": \"$1\"\n }\n }\n}","hint":"Use query parameters for dynamic values instead of embedding expressions in the query"},{"displayName":"Query Parameters","name":"queryParameters","description":"Array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values.","type":"json","typeOptions":{"rows":2},"default":"={{ [] }}","placeholder":"{{ [$json.name, 30] }}","validateType":"array","hint":"Build the array inside the expression, for example {{ [$json.name, 30] }} sets $1 to the name and $2 to 30"},{"displayName":"Request Cache","name":"request_cache","description":"Whether the caching of search results is enabled for requests where size is 0. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/shard-request-cache.html\">Elasticsearch shard request cache settings</a>.","type":"boolean","default":false},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Search Type","name":"search_type","description":"How distributed term frequencies are calculated for relevance scoring. Defaults to Query then Fetch.","type":"options","options":[{"name":"DFS Query Then Fetch","value":"dfs_query_then_fetch"},{"name":"Query Then Fetch","value":"query_then_fetch"}],"default":"query_then_fetch"},{"displayName":"Sequence Number and Primary Term","name":"seq_no_primary_term","description":"Whether to return the sequence number and primary term of the last modification of each hit. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html\">Optimistic concurrency control</a>.","type":"boolean","default":false},{"displayName":"Sort","name":"sort","description":"Comma-separated list of <code>field:direction</code> pairs","type":"string","default":""},{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stats","name":"stats","description":"Tag of the request for logging and statistical purposes","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false},{"displayName":"Terminate After","name":"terminate_after","description":"Max number of documents to collect for each shard","type":"number","default":0},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Track Scores","name":"track_scores","description":"Whether to calculate and return document scores, even if the scores are not used for sorting. Defaults to false.","type":"boolean","default":false},{"displayName":"Track Total Hits","name":"track_total_hits","description":"Number of hits matching the query to count accurately. Defaults to 10000.","type":"number","default":10000},{"displayName":"Version","name":"version","description":"Whether to return document version as part of a hit. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to add the document to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["create"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["create"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["create"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Document ID","name":"documentId","description":"ID of the document to create and add to the index","type":"string","default":""},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Bulk Create","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to create the document/s"},{"displayName":"Pipeline ID","name":"pipeline","description":"ID of the pipeline to use to preprocess incoming documents","type":"string","default":""},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Index ID","name":"indexId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"options":[{"displayName":"Bulk Update","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to update the document/s"},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["index"]}},"options":[{"name":"Create","value":"create","action":"Create an index"},{"name":"Delete","value":"delete","action":"Delete an index"},{"name":"Get","value":"get","action":"Get an index"},{"name":"Get Many","value":"getAll","action":"Get many indices"}],"default":"create"},{"displayName":"Index ID","name":"indexId","description":"ID of the index to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["create"]}},"options":[{"displayName":"Aliases","name":"aliases","description":"Index aliases which include the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html\">alias object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": { \"user.id\": \"kimchy\" }\n },\n \"routing\": \"shard-1\"\n }\n }\n}"},{"displayName":"Include Type Name","name":"include_type_name","description":"Whether a mapping type is expected in the body of mappings. Defaults to false.","type":"boolean","default":false},{"displayName":"Mappings","name":"mappings","description":"Mapping for fields in the index, as <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html\">mapping object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}"},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Settings","name":"settings","description":"Configuration options for the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings\">index settings object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"settings\": {\n \"index\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n }\n}"},{"displayName":"Timeout","name":"timeout","description":"Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>30s</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"30s"},{"displayName":"Wait for Active Shards","name":"wait_for_active_shards","description":"The number of shard copies that must be active before proceeding with the operation. Set to <code>all</code> or any positive integer up to the total number of shards in the index. Default: 1, the primary shard","type":"string","default":"1"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["delete"]}}},{"displayName":"Index ID","name":"indexId","description":"ID of the index to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["get"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"all"},{"displayName":"Flat Settings","name":"flat_settings","description":"Whether to return settings in flat format. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether to request that target a missing index return an error. Defaults to false.","type":"boolean","default":false},{"displayName":"Include Defaults","name":"include_defaults","description":"Whether to return all default settings in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Local","name":"local","description":"Whether to retrieve information from the local node only. Defaults to false.","type":"boolean","default":false},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"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":["index"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["index"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsearch/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticsearch/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
107
108
  {"displayName":"Elastic Security","name":"elasticSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elastic Security API","schemaPath":"Elastic/ElasticSecurity","defaults":{"name":"Elastic Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticSecurityApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Case","value":"case"},{"name":"Case Comment","value":"caseComment"},{"name":"Case Tag","value":"caseTag"},{"name":"Connector","value":"connector"}],"default":"case"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["case"]}},"options":[{"name":"Create","value":"create","description":"Create a case","action":"Create a case"},{"name":"Delete","value":"delete","description":"Delete a case","action":"Delete a case"},{"name":"Get","value":"get","description":"Get a case","action":"Get a case"},{"name":"Get Many","value":"getAll","description":"Retrieve many cases","action":"Get many cases"},{"name":"Get Status","value":"getStatus","description":"Retrieve a summary of all case activity","action":"Get the status of a case"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Name or ID","name":"connectorId","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getConnectors"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","description":"Type of the Jira issue to create for this case","type":"string","placeholder":"Task","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Priority","name":"priority","description":"Priority of the Jira issue to create for this case","type":"string","placeholder":"High","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Urgency","name":"urgency","description":"Urgency of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Severity","name":"severity","description":"Severity of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Impact","name":"impact","description":"Impact of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Category","name":"category","type":"string","description":"Category of the ServiceNow ITSM issue to create for this case","required":true,"default":"","placeholder":"Helpdesk","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Issue Types","name":"issueTypes","description":"Comma-separated list of numerical types of the IBM Resilient issue to create for this case","type":"string","placeholder":"123,456","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Severity Code","name":"severityCode","description":"Severity code of the IBM Resilient issue to create for this case","type":"number","typeOptions":{"minValue":0},"required":true,"default":1,"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"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":["case"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"},{"name":"Closed","value":"closed"}],"default":"open"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTags"}}]},{"displayName":"Sort","name":"sortOptions","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Sort Options","name":"sortOptionsProperties","values":[{"displayName":"Sort Key","name":"sortField","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Updated At","value":"updatedAt"}],"default":"createdAt"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"open","options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"}]},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["caseComment"]}},"options":[{"name":"Add","value":"add","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Get","value":"get","description":"Get a case comment","action":"Get a case comment"},{"name":"Get Many","value":"getAll","description":"Retrieve many case comments","action":"Get many case comments"},{"name":"Remove","value":"remove","description":"Remove a comment from a case","action":"Remove a comment from a case"},{"name":"Update","value":"update","description":"Update a comment in a case","action":"Update a comment from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}},"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":["caseComment"],"operation":["add"]}},"options":[{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""}]},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Comment ID","name":"commentId","description":"ID of the case comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"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":["caseComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to remove","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","description":"Text to replace current comment message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["caseTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a case","action":"Add a tag to a case"},{"name":"Remove","value":"remove","description":"Remove a tag from a case","action":"Remove a tag from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Tag to attach to the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["connector"]}},"options":[{"name":"Create","value":"create","description":"Create a connector","action":"Create a connector"}],"default":"create"},{"displayName":"Connector Name","name":"name","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient)","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"API URL","name":"apiUrl","type":"string","description":"URL of the third-party instance","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Email","name":"email","description":"Jira-registered email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"API Token","name":"apiToken","description":"Jira API token","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Project Key","name":"projectKey","description":"Jira Project Key","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Username","name":"username","description":"ServiceNow ITSM username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Password","name":"password","description":"ServiceNow ITSM password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"API Key ID","name":"apiKeyId","description":"IBM Resilient API key ID","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"API Key Secret","name":"apiKeySecret","description":"IBM Resilient API key secret","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Organization ID","name":"orgId","description":"IBM Resilient organization ID","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticsecurity/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/ElasticSecurity/elasticSecurity.svg"},
108
- {"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","iconColor":"green","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.2,"version":[2,2.1,2.2],"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"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":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"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":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Force Reconnect Every Minutes","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"},{"displayName":"Fetch Only New Emails","name":"trackLastMessageId","type":"boolean","default":true,"description":"Whether to fetch only new emails since the last run, or all emails that match the \"Custom Email Rules\" ([\"UNSEEN\"] by default)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
109
+ {"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","iconColor":"green","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.2,"version":[2,2.1,2.2],"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"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":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"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":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Force Reconnect Every Minutes","name":"forceReconnect","type":"number","default":60,"description":"Not needed for reliability, as the connection is monitored and re-established automatically. Only useful for servers that enforce a maximum connection age."},{"displayName":"Fetch Only New Emails","name":"trackLastMessageId","type":"boolean","default":true,"description":"Whether to fetch only new emails since the last run, or all emails that match the \"Custom Email Rules\" ([\"UNSEEN\"] by default)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
109
110
  {"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","iconColor":"green","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.2,"version":1,"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"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":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"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":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Force Reconnect","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
110
111
  {"displayName":"Send Email","name":"emailSend","icon":"node:send-mail","iconColor":"black","group":["output"],"defaultVersion":2.1,"description":"Sends an email using SMTP protocol","version":[2,2.1],"defaults":{"name":"Send Email"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"smtp","required":true,"testedBy":"smtpConnectionTest"}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"default":"email","options":[{"name":"Email","value":"email"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"send","options":[{"name":"Send","value":"send","action":"Send an Email"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"}],"displayOptions":{"show":{"resource":["email"]}}},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text","description":"Send email as plain text"},{"name":"HTML","value":"html","description":"Send email as HTML"},{"name":"Both","value":"both","description":"Send both formats, recipient's client selects version to display"}],"default":"html","displayOptions":{"hide":{"@version":[2]},"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"},{"name":"Both","value":"both"}],"default":"text","displayOptions":{"show":{"@version":[2],"resource":["email"],"operation":["send"]}}},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email","displayOptions":{"show":{"emailFormat":["text","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email","displayOptions":{"show":{"emailFormat":["html","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase “This email was sent automatically with n8n” to the end of the email"},{"displayName":"Attachments (Inline)","name":"attachments","type":"string","default":"","description":"Binary properties to embed in the email body. Multiple ones can be comma-separated. Reference them in HTML via <code>cid:propertyName</code>, e.g. &lt;img src=\"cid:image_1\"&gt;. Use 'Attachments (File)' for regular file attachments."},{"displayName":"Attachments (File)","name":"fileAttachments","type":"string","default":"","description":"Binary properties to attach to the email as regular files. Multiple ones can be comma-separated. They appear in the recipient's attachments list and are not embedded in the body."},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}],"displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\": \"Name\",\n \"placeholder\": \"enter your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["email"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendemail/"}]}}},
111
112
  {"displayName":"Send Email","name":"emailSend","icon":"node:send-mail","iconColor":"black","group":["output"],"defaultVersion":2.1,"description":"Sends an Email","version":1,"defaults":{"name":"Send Email"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"smtp","required":true}],"properties":[{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender optional with name"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient"},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email"},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma-separated."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}]}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendemail/"}]}}},
@@ -117,7 +118,7 @@
117
118
  {"displayName":"Evaluation","icon":"fa:check-double","name":"evaluation","group":["transform"],"version":[4.6,4.7,4.8],"description":"Runs an evaluation","eventTriggerDescription":"","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Evaluation","color":"#c3c9d5"},"inputs":"={{(function getInputConnectionTypes(parameters, metricRequiresModelConnectionFn) {\n if (parameters.operation === 'setMetrics' &&\n metricRequiresModelConnectionFn(parameters.metric)) {\n return [\n { type: 'main' },\n { type: 'ai_languageModel', displayName: 'Model', maxConnections: 1 },\n ];\n }\n return [{ type: 'main' }];\n})($parameter, function metricRequiresModelConnection(metric) {\n return ['correctness', 'helpfulness'].includes(metric);\n})}}","outputs":"={{(function getOutputConnectionTypes(parameters) {\n if (parameters.operation === 'checkIfEvaluating') {\n return [\n { type: 'main', displayName: 'Evaluation' },\n { type: 'main', displayName: 'Normal' },\n ];\n }\n return [{ type: 'main' }];\n})($parameter)}}","credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"],"operation":["setOutputs"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"],"operation":["setOutputs"]}}}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Set Inputs","value":"setInputs"},{"name":"Set Outputs","value":"setOutputs"},{"name":"Set Metrics","value":"setMetrics"},{"name":"Check If Evaluating","value":"checkIfEvaluating"}],"default":"setOutputs"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"dataTable","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.8}}],"operation":["setOutputs"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"googleSheets","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":4.7}}],"operation":["setOutputs"]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"For adding columns from your dataset to the evaluation results. Anything you add here will be displayed in the ‘evaluations’ tab, not on the Google Sheet or Data table.","name":"setInputsNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["setInputs"]}}},{"displayName":"Inputs","name":"inputs","placeholder":"Add Input","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Input","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"inputName","type":"string","default":"","requiresDataPath":"single"},{"displayName":"Value","name":"inputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setInputs"]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","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":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"operation":["setOutputs"]},"hide":{"source":["dataTable"]}}},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"operation":["setOutputs"]},"hide":{"source":["dataTable"]}}},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"dataTableSearch","searchable":true,"skipCredentialsCheckInRLC":true}},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"source":["dataTable"]}}},{"displayName":"Outputs","name":"outputs","placeholder":"Add Output","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Output","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"outputName","type":"string","default":"","requiresDataPath":"single"},{"displayName":"Value","name":"outputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Metrics measure the quality of an execution. They will be displayed in the ‘evaluations’ tab, not on the Google Sheet or Data table.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"]}}},{"displayName":"Metric","name":"metric","type":"hidden","default":"customMetrics","displayOptions":{"show":{"operation":["setMetrics"],"@version":[4.6]}}},{"displayName":"Metric","name":"metric","type":"options","noDataExpression":true,"options":[{"name":"Correctness (AI-based)","value":"correctness","description":"Whether the answer’s meaning is consistent with a reference answer. Uses a scale of 1 (worst) to 5 (best)."},{"name":"Helpfulness (AI-based)","value":"helpfulness","description":"Whether the response addresses the query. Uses a scale of 1 (worst) to 5 (best)."},{"name":"String Similarity","value":"stringSimilarity","description":"How close the answer is to a reference answer, measured character-by-character (edit distance). Returns a score between 0 and 1."},{"name":"Categorization","value":"categorization","description":"Whether the answer exactly matches the reference answer. Returns 1 if so and 0 otherwise."},{"name":"Tools Used","value":"toolsUsed","description":"Whether tool(s) were used or not. Returns a score between 0 and 1."},{"name":"Custom Metrics","value":"customMetrics","description":"Define your own metric(s)"}],"default":"correctness","displayOptions":{"show":{"operation":["setMetrics"],"@version":[{"_cnd":{"gte":4.7}}]}}},{"displayName":"Expected Answer","name":"expectedAnswer","type":"string","default":"","description":"The expected output defined in your evaluation dataset, used as ground truth","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"Actual Answer","name":"actualAnswer","type":"string","default":"","description":"The real response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"User Query","name":"userQuery","type":"string","default":"","description":"The original input or question submitted by the user","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Response","name":"actualAnswer","type":"string","default":"","description":"The response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Expected Tools","name":"expectedTools","type":"string","default":"","description":"Enter the name(s) of the tool(s) you expect the AI to call (separated by commas)","placeholder":"Get Events, Send Email, Search Database","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Intermediate Steps (of Agent)","name":"intermediateSteps","type":"string","default":"","hint":"Map the <code>intermediateSteps</code> field here. To see it, enable returning intermediate steps in the agent’s options","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert factual evaluator assessing the accuracy of answers compared to established ground truths.\n\nEvaluate the factual correctness of a given output compared to the provided ground truth on a scale from 1 to 5. Use detailed reasoning to thoroughly analyze all claims before determining the final score.\n\n# Scoring Criteria\n\n- 5: Highly similar - The output and ground truth are nearly identical, with only minor, insignificant differences.\n- 4: Somewhat similar - The output is largely similar to the ground truth but has few noticeable differences.\n- 3: Moderately similar - There are some evident differences, but the core essence is captured in the output.\n- 2: Slightly similar - The output only captures a few elements of the ground truth and contains several differences.\n- 1: Not similar - The output is significantly different from the ground truth, with few or no matching elements.\n\n# Evaluation Steps\n\n1. Identify and list the key elements present in both the output and the ground truth.\n2. Compare these key elements to evaluate their similarities and differences, considering both content and structure.\n3. Analyze the semantic meaning conveyed by both the output and the ground truth, noting any significant deviations.\n4. Consider factual accuracy of specific details, including names, dates, numbers, and relationships.\n5. Assess whether the output maintains the factual integrity of the ground truth, even if phrased differently.\n6. Determine the overall level of similarity and accuracy according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the comparison (extended reasoning)\n- A one-sentence summary highlighting key differences (not similarities)\n- The final similarity score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n \"extended_reasoning\": \"<detailed step-by-step analysis of factual accuracy and similarity>\",\n \"reasoning_summary\": \"<one sentence summary focusing on key differences>\",\n \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Output: \"The cat sat on the mat.\"\n- Ground Truth: \"The feline is sitting on the rug.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"I need to compare 'The cat sat on the mat' with 'The feline is sitting on the rug.' First, let me identify the key elements: both describe an animal ('cat' vs 'feline') in a position ('sat' vs 'sitting') on a surface ('mat' vs 'rug'). The subject is semantically identical - 'cat' and 'feline' refer to the same animal. The action is also semantically equivalent - 'sat' and 'sitting' both describe the same position, though one is past tense and one is present continuous. The location differs in specific wording ('mat' vs 'rug') but both refer to floor coverings that serve the same function. The basic structure and meaning of both sentences are preserved, though they use different vocabulary and slightly different tense. The core information being conveyed is the same, but there are noticeable wording differences.\",\n \"reasoning_summary\": \"The sentences differ in vocabulary choice ('cat' vs 'feline', 'mat' vs 'rug') and verb tense ('sat' vs 'is sitting').\",\n \"score\": 3\n}\n\n**Example 2:**\n\nInput:\n- Output: \"The quick brown fox jumps over the lazy dog.\"\n- Ground Truth: \"A fast brown animal leaps over a sleeping canine.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"I need to compare 'The quick brown fox jumps over the lazy dog' with 'A fast brown animal leaps over a sleeping canine.' Starting with the subjects: 'quick brown fox' vs 'fast brown animal'. Both describe the same entity (a fox is a type of animal) with the same attributes (quick/fast and brown). The action is described as 'jumps' vs 'leaps', which are synonymous verbs describing the same motion. The object in both sentences is a dog, described as 'lazy' in one and 'sleeping' in the other, which are related concepts (a sleeping dog could be perceived as lazy). The structure follows the same pattern: subject + action + over + object. The sentences convey the same scene with slightly different word choices that maintain the core meaning. The level of specificity differs slightly ('fox' vs 'animal', 'dog' vs 'canine'), but the underlying information and imagery remain very similar.\",\n \"reasoning_summary\": \"The sentences use different but synonymous terminology ('quick' vs 'fast', 'jumps' vs 'leaps', 'lazy' vs 'sleeping') and varying levels of specificity ('fox' vs 'animal', 'dog' vs 'canine').\",\n \"score\": 4\n}\n\n# Notes\n\n- Focus primarily on factual accuracy and semantic similarity, not writing style or phrasing differences.\n- Identify specific differences rather than making general assessments.\n- Pay special attention to dates, numbers, names, locations, and causal relationships when present.\n- Consider the significance of each difference in the context of the overall information.\n- Be consistent in your scoring approach across different evaluations.","description":"Instruction used to guide the model in scoring the actual answer’s correctness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert evaluator assessing the helpfulness of responses to user queries.\n\nEvaluate how helpful and useful a given response is to the user's question or request on a scale from 1 to 5. Consider whether the response addresses the user's needs, provides actionable information, and is relevant to their query.\n\n# Scoring Criteria\n\n- 5: Extremely helpful - The response fully addresses the user's needs, provides comprehensive and actionable information, and goes above and beyond to be useful.\n- 4: Very helpful - The response addresses most of the user's needs, provides useful information, and is highly relevant.\n- 3: Moderately helpful - The response addresses some of the user's needs, provides some useful information, but may lack completeness or depth.\n- 2: Slightly helpful - The response provides minimal useful information and only partially addresses the user's needs.\n- 1: Not helpful - The response fails to address the user's needs, provides no useful information, or is irrelevant.\n\n# Evaluation Steps\n\n1. Analyze the user's question or request to understand what they're looking for.\n2. Evaluate how well the response addresses the specific needs expressed in the query.\n3. Assess the completeness and quality of the information provided.\n4. Consider the relevance and applicability of the response to the user's situation.\n5. Evaluate whether the response provides actionable insights or next steps.\n6. Determine the overall helpfulness according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the response's helpfulness (extended reasoning)\n- A one-sentence summary highlighting the key strengths or weaknesses\n- The final helpfulness score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n \"extended_reasoning\": \"<detailed step-by-step analysis of the response's helpfulness>\",\n \"reasoning_summary\": \"<one sentence summary of the response's helpfulness>\",\n \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Query: \"How do I fix a leaky faucet?\"\n- Response: \"A leaky faucet is usually caused by a worn washer or O-ring. Turn off the water supply, remove the handle, replace the washer or O-ring, and reassemble. If the leak persists, you may need to replace the entire cartridge.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"The user asked for help fixing a leaky faucet, which is a practical home maintenance question. The response directly addresses the query by identifying the most common cause (worn washer or O-ring) and provides a clear step-by-step solution. It includes important safety information (turning off water supply) and offers a backup solution if the initial fix doesn't work. The response is concise, actionable, and comprehensive for this common problem.\",\n \"reasoning_summary\": \"The response provides a complete, actionable solution with clear steps and troubleshooting advice.\",\n \"score\": 5\n}\n\n**Example 2:**\n\nInput:\n- Query: \"What's the weather like?\"\n- Response: \"Weather can be sunny, rainy, cloudy, or snowy depending on various atmospheric conditions.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"The user asked about the weather, which typically implies they want current weather conditions for their location or a specific place. However, the response provides only generic information about weather types without addressing the specific query. It doesn't provide current conditions, forecasts, or ask for location clarification. The response is factually correct but completely unhelpful for the user's actual need.\",\n \"reasoning_summary\": \"The response provides generic weather information instead of addressing the user's likely need for current conditions.\",\n \"score\": 1\n}\n\n# Notes\n\n- Focus on practical utility and how well the response serves the user's actual needs\n- Consider completeness, accuracy, and actionability of the information\n- Pay attention to whether the response asks for clarification when needed\n- Evaluate whether the response is appropriately detailed for the query complexity","description":"Instruction used to guide the model in scoring the actual answer’s helpfulness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Calculate the custom metrics before this node, then map them below. <a href='https://docs.n8n.io/advanced-ai/evaluations/metric-based-evaluations/#2-calculate-metrics' target='_blank'>View metric examples</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Metrics to Return","name":"metrics","type":"assignmentCollection","default":{"assignments":[{"name":"","value":"","type":"number"}]},"typeOptions":{"assignment":{"disableType":true,"defaultType":"number"}},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Correctness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Output: {actual_answer}\n\nGround truth: {expected_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{actual_answer}</code> and <code>{expected_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Helpfulness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Query: {user_query}\n\nResponse: {actual_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{user_query}</code> and <code>{actual_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Categorization"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["categorization"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"String similarity"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["stringSimilarity"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Tools Used"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Routes to the ‘evaluation’ branch if the execution started from an evaluation trigger. Otherwise routes to the ‘normal’ branch.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["checkIfEvaluating"]}}}],"codex":{"categories":["Utility"],"alias":["Test","Metrics","Evals","Set Output","Set Metrics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.evaluation/"}]}}},
118
119
  {"displayName":"Eventbrite Trigger","name":"eventbriteTrigger","group":["trigger"],"version":1,"description":"Handle Eventbrite events via webhooks","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Eventbrite Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"eventbriteApi","required":true,"displayOptions":{"show":{"authentication":["privateKey"]}}},{"name":"eventbriteOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Private Key","value":"privateKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"privateKey"},{"displayName":"Organization Name or ID","name":"organization","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","description":"The Eventbrite Organization to work on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event Name or ID","name":"event","type":"options","required":true,"typeOptions":{"loadOptionsDependsOn":["organization"],"loadOptionsMethod":"getEvents"},"default":"","description":"Limit the triggers to this event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Actions","name":"actions","type":"multiOptions","options":[{"name":"attendee.checked_in","value":"attendee.checked_in"},{"name":"attendee.checked_out","value":"attendee.checked_out"},{"name":"attendee.updated","value":"attendee.updated"},{"name":"event.created","value":"event.created"},{"name":"event.published","value":"event.published"},{"name":"event.unpublished","value":"event.unpublished"},{"name":"event.updated","value":"event.updated"},{"name":"order.placed","value":"order.placed"},{"name":"order.refunded","value":"order.refunded"},{"name":"order.updated","value":"order.updated"},{"name":"organizer.updated","value":"organizer.updated"},{"name":"ticket_class.created","value":"ticket_class.created"},{"name":"ticket_class.deleted","value":"ticket_class.deleted"},{"name":"ticket_class.updated","value":"ticket_class.updated"},{"name":"venue.updated","value":"venue.updated"}],"required":true,"default":[],"description":"One or more action to subscribe to"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data only contain the URL to receive the object data manually. If this option gets activated, it will resolve the data automatically."}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.eventbritetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/eventbrite/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Eventbrite/eventbrite.png"},
119
120
  {"displayName":"Execute Command","name":"executeCommand","icon":"node:execute-command","iconColor":"crimson","group":["transform"],"version":1,"description":"Executes a command on the host","defaults":{"name":"Execute Command"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Execute Once","name":"executeOnce","type":"boolean","default":true,"description":"Whether to execute only once instead of once for each entry"},{"displayName":"Command","name":"command","typeOptions":{"rows":5},"type":"string","default":"","placeholder":"echo \"test\"","description":"The command to execute","required":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Shell","Command","OS","Bash"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/"}]}}},
120
- {"displayName":"Execute Sub-workflow","name":"executeWorkflow","icon":"node:execute-sub-workflow","iconColor":"orange-red","group":["transform"],"version":[1,1.1,1.2,1.3],"subtitle":"={{\"Workflow: \" + $parameter[\"workflowId\"]}}","description":"Execute another workflow","defaults":{"name":"Execute Workflow"},"inputs":["main"],"outputs":["main"],"builderHint":{"extraTypeDefContent":[{"displayOptions":{"show":{"mode":["once","each"]}},"content":"<patterns>\nThese workflowInputs patterns apply to Execute Workflow node versions 1.2 and newer.\n<pattern title=\"Child accepts all data\">\nOmit workflowInputs from parameters.\n</pattern>\n<pattern title=\"Child declares inputs\">\nworkflowInputs: {\n mappingMode: 'defineBelow',\n value: {\n orderId: expr('{{ $json.id }}'),\n amount: expr('{{ $json.total }}'),\n },\n matchingColumns: [],\n schema: [\n {\n id: 'orderId',\n displayName: 'orderId',\n required: false,\n defaultMatch: false,\n display: true,\n canBeUsedToMatch: true,\n type: 'string',\n },\n {\n id: 'amount',\n displayName: 'amount',\n required: false,\n defaultMatch: false,\n display: true,\n canBeUsedToMatch: true,\n type: 'number',\n },\n ],\n attemptToConvertTypes: false,\n convertFieldsToString: true,\n}\n</pattern>\n</patterns>"}]},"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"call_workflow","options":[{"name":"Execute a Sub-Workflow","value":"call_workflow"}]},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Local File","value":"localFile","description":"Load the workflow from a locally saved file"},{"name":"Parameter","value":"parameter","description":"Load the workflow from a parameter"},{"name":"URL","value":"url","description":"Load the workflow from an URL"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"The \"Local File\" and \"URL\" sources are deprecated and will be removed in a future version. Import the workflow into this n8n instance and use the \"Database\" source, or paste its JSON into the \"Parameter\" source instead.","name":"sourceDeprecationNotice","type":"notice","default":"","displayOptions":{"show":{"source":["localFile","url"],"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Define Below","value":"parameter","description":"Pass the JSON code of a workflow"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Workflow ID","name":"workflowId","type":"string","displayOptions":{"show":{"source":["database"],"@version":[1]}},"default":"","required":true,"hint":"Can be found in the URL of the workflow","description":"Note on using an expression here: if this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>."},{"displayName":"Workflow","name":"workflowId","type":"workflowSelector","displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.1}}]}},"default":"","required":true},{"displayName":"Workflow Path","name":"workflowPath","type":"string","displayOptions":{"show":{"source":["localFile"]}},"default":"","placeholder":"/data/workflow.json","required":true,"description":"The path to local JSON workflow file to execute"},{"displayName":"Workflow JSON","name":"workflowJson","type":"json","typeOptions":{"rows":10},"displayOptions":{"show":{"source":["parameter"]}},"default":"\n\n\n","required":true,"description":"The workflow JSON code to execute"},{"displayName":"Workflow URL","name":"workflowUrl","type":"string","displayOptions":{"show":{"source":["url"]}},"default":"","placeholder":"https://example.com/workflow.json","required":true,"description":"The URL from which to load the workflow from"},{"displayName":"Any data you pass into this node will be output by the Execute Workflow Trigger. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/\" target=\"_blank\">More info</a>","name":"executeWorkflowNotice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Workflow Inputs","name":"workflowInputs","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"builderHint":{"propertyHint":"The default { mappingMode: 'defineBelow', value: null } is only a temporary UI initialization state and must never be emitted in a workflow. Omit workflowInputs when the selected sub-workflow's trigger is set to 'Accept all data'. When the trigger declares inputs, pass the full Resource Mapper object and make the value and schema fields exactly match the declared input names and types."},"typeOptions":{"loadOptionsDependsOn":["workflowId.value"],"resourceMapper":{"localResourceMapperMethod":"loadSubWorkflowInputs","valuesLabel":"Workflow Inputs","mode":"map","fieldWords":{"singular":"input","plural":"inputs"},"addAllFields":true,"multiKeyMatch":false,"supportAutoMap":false,"showTypeConversionOptions":true,"refreshStaleSchemaOnOpen":true}},"displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.2}}]},"hide":{"workflowId":[""]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run once with all items","value":"once","description":"Pass all items into a single execution of the sub-workflow"},{"name":"Run once for each item","value":"each","description":"Call the sub-workflow individually for each item"}],"default":"once"},{"displayName":"\"Run once for each item\" is deprecated and will be removed in a future version. To run the sub-workflow once per item, add a \"Loop Over Items\" node before this node and use \"Run once with all items\".","name":"eachModeDeprecationNotice","type":"notice","default":"","displayOptions":{"show":{"mode":["each"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Wait For Sub-Workflow Completion","name":"waitForSubWorkflow","type":"boolean","default":true,"description":"Whether the main workflow should wait for the sub-workflow to complete its execution before proceeding"}]}],"hints":[{"type":"info","message":"Note on using an expression for workflow ID: Since this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.workflowId.startsWith(\"=\") && $parameter.mode === \"once\" && $nodeVersion >= 1.2 }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"alias":["n8n","call","sub","workflow","sub-workflow","subworkflow"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"}]}}},
121
+ {"displayName":"Execute Sub-workflow","name":"executeWorkflow","icon":"node:execute-sub-workflow","iconColor":"orange-red","group":["transform"],"version":[1,1.1,1.2,1.3,1.4],"subtitle":"={{\"Workflow: \" + $parameter[\"workflowId\"]}}","description":"Execute another workflow","defaults":{"name":"Execute Workflow"},"inputs":["main"],"outputs":["main"],"builderHint":{"extraTypeDefContent":[{"displayOptions":{"show":{"mode":["once","each"]}},"content":"<patterns>\nThese workflowInputs patterns apply to Execute Workflow node versions 1.2 and newer.\n<pattern title=\"Child accepts all data\">\nOmit workflowInputs from parameters.\n</pattern>\n<pattern title=\"Child declares inputs\">\nworkflowInputs: {\n mappingMode: 'defineBelow',\n value: {\n orderId: expr('{{ $json.id }}'),\n amount: expr('{{ $json.total }}'),\n },\n matchingColumns: [],\n schema: [\n {\n id: 'orderId',\n displayName: 'orderId',\n required: false,\n defaultMatch: false,\n display: true,\n canBeUsedToMatch: true,\n type: 'string',\n },\n {\n id: 'amount',\n displayName: 'amount',\n required: false,\n defaultMatch: false,\n display: true,\n canBeUsedToMatch: true,\n type: 'number',\n },\n ],\n attemptToConvertTypes: false,\n}\n</pattern>\n</patterns>"}]},"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"call_workflow","options":[{"name":"Execute a Sub-Workflow","value":"call_workflow"}]},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Local File","value":"localFile","description":"Load the workflow from a locally saved file"},{"name":"Parameter","value":"parameter","description":"Load the workflow from a parameter"},{"name":"URL","value":"url","description":"Load the workflow from an URL"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"The \"Local File\" and \"URL\" sources are deprecated and will be removed in a future version. Import the workflow into this n8n instance and use the \"Database\" source, or paste its JSON into the \"Parameter\" source instead.","name":"sourceDeprecationNotice","type":"notice","default":"","displayOptions":{"show":{"source":["localFile","url"],"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Define Below","value":"parameter","description":"Pass the JSON code of a workflow"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Workflow ID","name":"workflowId","type":"string","displayOptions":{"show":{"source":["database"],"@version":[1]}},"default":"","required":true,"hint":"Can be found in the URL of the workflow","description":"Note on using an expression here: if this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>."},{"displayName":"Workflow","name":"workflowId","type":"workflowSelector","displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.1}}]}},"default":"","required":true},{"displayName":"Workflow Path","name":"workflowPath","type":"string","displayOptions":{"show":{"source":["localFile"]}},"default":"","placeholder":"/data/workflow.json","required":true,"description":"The path to local JSON workflow file to execute"},{"displayName":"Workflow JSON","name":"workflowJson","type":"json","typeOptions":{"rows":10},"displayOptions":{"show":{"source":["parameter"]}},"default":"\n\n\n","required":true,"description":"The workflow JSON code to execute"},{"displayName":"Workflow URL","name":"workflowUrl","type":"string","displayOptions":{"show":{"source":["url"]}},"default":"","placeholder":"https://example.com/workflow.json","required":true,"description":"The URL from which to load the workflow from"},{"displayName":"Any data you pass into this node will be output by the Execute Workflow Trigger. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/\" target=\"_blank\">More info</a>","name":"executeWorkflowNotice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Workflow Inputs","name":"workflowInputs","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"builderHint":{"propertyHint":"The default { mappingMode: 'defineBelow', value: null } is only a temporary UI initialization state and must never be emitted in a workflow. Omit workflowInputs when the selected sub-workflow's trigger is set to 'Accept all data'. When the trigger declares inputs, pass the full Resource Mapper object and make the value and schema fields exactly match the declared input names and types."},"typeOptions":{"loadOptionsDependsOn":["workflowId.value"],"resourceMapper":{"localResourceMapperMethod":"loadSubWorkflowInputs","valuesLabel":"Workflow Inputs","mode":"map","fieldWords":{"singular":"input","plural":"inputs"},"addAllFields":true,"multiKeyMatch":false,"supportAutoMap":false,"showTypeConversionOptions":true,"alwaysConvertFieldsToString":false,"refreshStaleSchemaOnOpen":true}},"displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"between":{"from":1.2,"to":1.3}}}]},"hide":{"workflowId":[""]}}},{"displayName":"Workflow Inputs","name":"workflowInputs","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"builderHint":{"propertyHint":"The default { mappingMode: 'defineBelow', value: null } is only a temporary UI initialization state and must never be emitted in a workflow. Omit workflowInputs when the selected sub-workflow's trigger is set to 'Accept all data'. When the trigger declares inputs, pass the full Resource Mapper object and make the value and schema fields exactly match the declared input names and types."},"typeOptions":{"loadOptionsDependsOn":["workflowId.value"],"resourceMapper":{"localResourceMapperMethod":"loadSubWorkflowInputs","valuesLabel":"Workflow Inputs","mode":"map","fieldWords":{"singular":"input","plural":"inputs"},"addAllFields":true,"multiKeyMatch":false,"supportAutoMap":false,"showTypeConversionOptions":true,"alwaysConvertFieldsToString":true,"refreshStaleSchemaOnOpen":true}},"displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.4}}]},"hide":{"workflowId":[""]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run once with all items","value":"once","description":"Pass all items into a single execution of the sub-workflow"},{"name":"Run once for each item","value":"each","description":"Call the sub-workflow individually for each item"}],"default":"once"},{"displayName":"\"Run once for each item\" is deprecated and will be removed in a future version. To run the sub-workflow once per item, add a \"Loop Over Items\" node before this node and use \"Run once with all items\".","name":"eachModeDeprecationNotice","type":"notice","default":"","displayOptions":{"show":{"mode":["each"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Wait For Sub-Workflow Completion","name":"waitForSubWorkflow","type":"boolean","default":true,"description":"Whether the main workflow should wait for the sub-workflow to complete its execution before proceeding"}]}],"hints":[{"type":"info","message":"Note on using an expression for workflow ID: Since this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.workflowId.startsWith(\"=\") && $parameter.mode === \"once\" && $nodeVersion >= 1.2 }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"alias":["n8n","call","sub","workflow","sub-workflow","subworkflow"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"}]}}},
121
122
  {"displayName":"Execute Workflow Trigger","name":"executeWorkflowTrigger","icon":"node:sub-workflow-trigger","iconColor":"black","group":["trigger"],"version":[1,1.1,1.2],"description":"Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.","eventTriggerDescription":"","maxNodes":1,"defaults":{"name":"When Executed by Another Workflow"},"inputs":[],"outputs":["main"],"hints":[{"message":"This workflow isn't set to accept any input data. Fill out the workflow input schema or change the workflow to accept any data passed to it.","displayCondition":"={{$parameter['inputSource'] === 'workflowInputs' && !$parameter['workflowInputs'].keys().length || $parameter['inputSource'] === 'jsonExample' && $parameter['jsonExample'].toString().replaceAll(' ', '').replaceAll('\\n', '') === '{}' }}","whenToDisplay":"always","location":"ndv"}],"properties":[{"displayName":"Events","name":"events","type":"hidden","noDataExpression":true,"options":[{"name":"Workflow Call","value":"worklfow_call","description":"When executed by another workflow using Execute Workflow Trigger","action":"When executed by Another Workflow"}],"default":"worklfow_call"},{"displayName":"When an ‘execute workflow’ node calls this workflow, the execution starts here. Any data passed into the 'execute workflow' node will be output by this node.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}}},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}},"default":""},{"displayName":"Input data mode","name":"inputSource","type":"options","options":[{"name":"Define using fields below","value":"workflowInputs","description":"Provide input fields via UI"},{"name":"Define using JSON example","value":"jsonExample","description":"Generate a schema from an example JSON object"},{"name":"Accept all data","value":"passthrough","description":"Use all incoming data from the parent workflow"}],"default":"workflowInputs","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Provide an example object to infer fields and their types.<br>To allow any type for a given field, set the value to null.","name":"jsonExample_notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"JSON Example","name":"jsonExample","type":"json","default":"{\n \"aField\": \"a string\",\n \"aNumber\": 123,\n \"thisFieldAcceptsAnyType\": null,\n \"anArray\": []\n}","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"Workflow Input Schema","name":"workflowInputs","placeholder":"Add field","type":"fixedCollection","description":"Define expected input fields. If no inputs are provided, all data from the calling workflow will be passed through.","typeOptions":{"multipleValues":true,"sortable":true,"minRequiredFields":1},"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["workflowInputs"]}},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"A unique name for this workflow input, used to reference it from another workflows","required":true,"noDataExpression":true},{"displayName":"Type","name":"type","type":"options","description":"Expected data type for this input value. Determines how this field's values are stored, validated, and displayed.","options":[{"name":"Allow Any Type","value":"any"},{"name":"String","value":"string"},{"name":"Number","value":"number"},{"name":"Boolean","value":"boolean"},{"name":"Array","value":"array"},{"name":"Object","value":"object"}],"required":true,"default":"string","noDataExpression":true}]}]},{"displayName":"Items to Return","name":"returnOutput","type":"options","noDataExpression":true,"default":"lastRunOnly","description":"Choose what to send back when the last node ran multiple times (for example, after a Loop Over Items)","options":[{"name":"All Items From Every Run","value":"allRuns","description":"Send every item the last node produced, across all its runs"},{"name":"Items From the Last Run Only","value":"lastRunOnly","description":"Send only the items from the last node's final run"}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":1.2}}]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"}]}}},
122
123
  {"displayName":"Execution Data","name":"executionData","icon":"node:execution-data","group":["input"],"iconColor":"light-green","version":[1,1.1],"description":"Add execution data for search","defaults":{"name":"Execution Data"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>","name":"notice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","default":"save","noDataExpression":true,"options":[{"name":"Save Highlight Data (for Search/review)","value":"save","action":"Save Highlight Data (for search/review)"}]},{"displayName":"Data to Save","name":"dataToSave","placeholder":"Add Saved Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Saved Field","multipleValues":true},"displayOptions":{"show":{"operation":["save"]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Key","name":"key","type":"string","default":"","placeholder":"e.g. myKey","requiresDataPath":"single"},{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"e.g. myValue"}]}]}],"hints":[{"type":"warning","message":"Some keys are longer than 50 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.key.length > 50) }}","whenToDisplay":"beforeExecution","location":"outputPane"},{"type":"warning","message":"Some values are longer than 512 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.value.length > 512) }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Filter","_Set","Data"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executiondata/"}]}}},
123
124
  {"displayName":"Facebook Graph API","name":"facebookGraphApi","group":["transform"],"version":1,"description":"Interacts with Facebook using the Graph API","defaults":{"name":"Facebook Graph API"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"facebookGraphApi","required":true,"displayOptions":{"show":{"authType":["accessToken"]}}},{"name":"facebookGraphApiOAuth2Api","required":true,"displayOptions":{"show":{"authType":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authType","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken","description":"The authentication method to use"},{"displayName":"Host URL","name":"hostUrl","type":"options","options":[{"name":"Default","value":"graph.facebook.com"},{"name":"Video Uploads","value":"graph-video.facebook.com"}],"default":"graph.facebook.com","description":"The Host URL of the request. Almost all requests are passed to the graph.facebook.com host URL. The single exception is video uploads, which use graph-video.facebook.com.","required":true},{"displayName":"HTTP Request Method","name":"httpRequestMethod","type":"options","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"},{"name":"DELETE","value":"DELETE"}],"default":"GET","description":"The HTTP Method to be used for the request","required":true},{"displayName":"Graph API Version","name":"graphApiVersion","type":"options","options":[{"name":"Default","value":""},{"name":"v25.0","value":"v25.0"},{"name":"v24.0","value":"v24.0"},{"name":"v23.0","value":"v23.0"},{"name":"v22.0","value":"v22.0"},{"name":"v21.0","value":"v21.0"},{"name":"v20.0","value":"v20.0"},{"name":"v19.0","value":"v19.0"},{"name":"v18.0","value":"v18.0"},{"name":"v17.0","value":"v17.0"},{"name":"v16.0","value":"v16.0"},{"name":"v15.0","value":"v15.0"},{"name":"v14.0","value":"v14.0"},{"name":"v13.0","value":"v13.0"},{"name":"v12.0","value":"v12.0"},{"name":"v11.0","value":"v11.0"},{"name":"v10.0","value":"v10.0"},{"name":"v9.0","value":"v9.0"},{"name":"v8.0","value":"v8.0"},{"name":"v7.0","value":"v7.0"},{"name":"v6.0","value":"v6.0"},{"name":"v5.0","value":"v5.0"},{"name":"v4.0","value":"v4.0"},{"name":"v3.3","value":"v3.3"},{"name":"v3.2","value":"v3.2"},{"name":"v3.1","value":"v3.1"},{"name":"v3.0","value":"v3.0"}],"default":"","description":"The version of the Graph API to be used in the request","required":true},{"displayName":"Node","name":"node","type":"string","default":"","description":"The node on which to operate. A node is an individual object with a unique ID. For example, there are many User node objects, each with a unique ID representing a person on Facebook.","placeholder":"me","required":true},{"displayName":"Edge","name":"edge","type":"string","default":"","description":"Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.","placeholder":"videos"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"httpRequestMethod":["POST","PUT"]}},"default":false,"required":true,"hint":"Page <code>/photos</code> and <code>/videos</code> edges accept binary uploads. Instagram container endpoints (e.g. <code>/media</code>) require <code>image_url</code> or <code>video_url</code> as Query Parameters instead.","description":"Whether to upload binary data as multipart/form-data"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"","placeholder":"file:data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"httpRequestMethod":["POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, multiple files can be provided in the format: <code>sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/httpRequestMethod":["GET"]}},"description":"The list of fields to request in the GET request","default":{},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"}]}]},{"displayName":"Query Parameters","name":"queryParameters","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The query parameters to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Query Parameters JSON","name":"queryParametersJson","type":"json","default":"{}","placeholder":"{\"field_name\": \"field_value\"}","description":"The query parameters to send, defined as a JSON object"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/facebookgraph/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
@@ -153,7 +154,7 @@
153
154
  {"displayName":"GitLab Trigger","name":"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"},
154
155
  {"displayName":"Gong","name":"gong","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Gong API","defaults":{"name":"Gong"},"usableAsTool":true,"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 (Insecure)","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"},
155
156
  {"displayName":"Google Ads","name":"googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","schemaPath":"Google/Ads","defaults":{"name":"Google Ads"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v25/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":"={{\"/v25/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_trueview_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":"={{\"/v25/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_trueview_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 (Insecure)","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"},
156
- {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"schemaPath":"Google/Analytics","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":"2026-09-09T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-09-16T00: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":"2026-09-09T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-09-16T00: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":[]}]}],"usableAsTool":true,"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/"}]}}},
157
+ {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"schemaPath":"Google/Analytics","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":"2026-09-14T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-09-21T00: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":"2026-09-14T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-09-21T00: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":[]}]}],"usableAsTool":true,"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/"}]}}},
157
158
  {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"schemaPath":"Google/Analytics","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/"}]}}},
158
159
  {"displayName":"Google BigQuery","name":"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."},{"displayName":"Query Parameters (Named)","name":"queryParameters","type":"fixedCollection","description":"Use <a href=\"https://cloud.google.com/bigquery/docs/parameterized-queries#using_structs_in_parameterized_queries\" target=\"_blank\">parameterized queries</a> to prevent SQL injections. Positional arguments are not supported at the moment. This feature won't be available when using legacy SQL.","displayOptions":{"hide":{"/options.useLegacySql":[true]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"namedParameters":[{"name":"","value":""}]},"options":[{"name":"namedParameters","displayName":"Named Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The substitute value. It must be a string. Arrays, dates and struct types mentioned in <a href=\"https://cloud.google.com/bigquery/docs/parameterized-queries#using_structs_in_parameterized_queries\" target=\"_blank\">the official documentation</a> are not yet supported."}]}]}],"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"]}}}],"usableAsTool":true,"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/"}]}}},
159
160
  {"displayName":"Google BigQuery","name":"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/"}]}}},
@@ -282,7 +283,7 @@
282
283
  {"displayName":"Microsoft Graph Security","name":"microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftGraphSecurityOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Graph Security OAuth2","value":"microsoftGraphSecurityOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. It must have the SecurityEvents.ReadWrite.All offline_access scope with Entra admin consent."}],"default":"microsoftGraphSecurityOAuth2Api"},{"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"},
283
284
  {"displayName":"Microsoft OneDrive","name":"microsoftOneDrive","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","schemaPath":"Microsoft/OneDrive","defaults":{"name":"Microsoft OneDrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOneDriveOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OneDrive OAuth2","value":"microsoftOneDriveOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Enable the scopes this node needs (e.g. Files.ReadWrite.All) on the credential."},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which user or drive to act on under \"Access As\"."}],"default":"microsoftOneDriveOAuth2Api"},{"displayName":"Access As","name":"resourceTarget","type":"options","noDataExpression":true,"options":[{"name":"User","value":"user","description":"Act on a user's OneDrive (by UPN or user ID)"},{"name":"Drive","value":"drive","description":"Act on a specific drive (by drive ID)"}],"default":"user","description":"Which drive the Service Principal should act on (app-only has no personal drive)","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"User","name":"userTarget","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the user whose OneDrive to use"}],"description":"The user whose OneDrive the Service Principal should act on. Evaluated per input item, so an expression can target a different user for each item.","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"],"resourceTarget":["user"]}}},{"displayName":"Drive","name":"driveTarget","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. b!abc123...","hint":"The drive's own ID (looks like `b!…`), not a file or folder ID. Get it from `GET /users/{upn}/drive` (the `id` field)."}],"description":"The drive the Service Principal should act on. Evaluated per input item, so an expression can target a different drive for each item.","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"],"resourceTarget":["drive"]}}},{"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":"Move","value":"move","description":"Move a file","action":"Move 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":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file"]}},"default":"","description":"ID of the file to move"},{"displayName":"Destination Folder ID","name":"destinationFolderId","type":"string","default":"","placeholder":"root","displayOptions":{"show":{"operation":["move"],"resource":["file"]}},"description":"ID of the destination folder to move the item into. Use `root` for the drive's top-level folder."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["move"],"resource":["file"]}},"default":{},"options":[{"displayName":"New Name","name":"name","type":"string","default":"","description":"A new name for the file. If omitted, the existing name is kept."}]},{"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":"Search is not available with the Service Principal credential. App-only Microsoft Graph cannot search a drive — use File: Get, or switch to an OAuth2 credential.","name":"searchUnsupportedNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["search"],"resource":["file"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]},"hide":{"authentication":["microsoftEntraServicePrincipalApi"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"With the Service Principal credential, creating a sharing link uses application permissions and may require additional tenant or admin configuration to succeed.","name":"shareServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["share"],"resource":["file"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"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"]}},"placeholder":"root","default":"","description":"ID of the parent folder that will contain the file. Use `root` for the drive's top-level folder."},{"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":"Move","value":"move","description":"Move a folder","action":"Move 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","required":true,"displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":"","description":"The ID of the folder. Use `root` for the top-level folder.","hint":"Use `root` for the top-level folder of the drive"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["folder"]}},"default":"","description":"ID of the folder to move"},{"displayName":"Destination Folder ID","name":"destinationFolderId","type":"string","default":"","placeholder":"root","displayOptions":{"show":{"operation":["move"],"resource":["folder"]}},"description":"ID of the destination folder to move the item into. Use `root` for the drive's top-level folder."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["move"],"resource":["folder"]}},"default":{},"options":[{"displayName":"New Name","name":"name","type":"string","default":"","description":"A new name for the folder. If omitted, the existing name is kept."}]},{"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":"Search is not available with the Service Principal credential. App-only Microsoft Graph cannot search a drive — use Folder: Get Children, or switch to an OAuth2 credential.","name":"searchUnsupportedNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["search"],"resource":["folder"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]},"hide":{"authentication":["microsoftEntraServicePrincipalApi"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"With the Service Principal credential, creating a sharing link uses application permissions and may require additional tenant or admin configuration to succeed.","name":"shareServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["share"],"resource":["folder"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"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"},
284
285
  {"displayName":"Microsoft OneDrive Trigger","name":"microsoftOneDriveTrigger","group":["trigger"],"version":1,"description":"Trigger for Microsoft OneDrive API.","subtitle":"={{($parameter[\"event\"])}}","defaults":{"name":"Microsoft OneDrive Trigger"},"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOneDriveOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"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 past the hour to trigger (0-59)"},{"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","noDataExpression":true,"options":[{"name":"OneDrive OAuth2","value":"microsoftOneDriveOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Enable the scopes this node needs (e.g. Files.ReadWrite.All) on the credential."},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which user or drive to watch under \"Access As\"."}],"default":"microsoftOneDriveOAuth2Api"},{"displayName":"Access As","name":"resourceTarget","type":"options","noDataExpression":true,"options":[{"name":"User","value":"user","description":"Act on a user's OneDrive (by UPN or user ID)"},{"name":"Drive","value":"drive","description":"Act on a specific drive (by drive ID)"}],"default":"user","description":"Which drive the Service Principal should act on (app-only has no personal drive)","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"User","name":"userTarget","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the user whose OneDrive to use"}],"description":"The user whose OneDrive the Service Principal should act on. Resolved once per poll.","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"],"resourceTarget":["user"]}}},{"displayName":"Drive","name":"driveTarget","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. b!abc123...","hint":"The drive's own ID (looks like `b!…`), not a file or folder ID. Get it from `GET /users/{upn}/drive` (the `id` field)."}],"description":"The drive the Service Principal should act on. Resolved once per poll.","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"],"resourceTarget":["drive"]}}},{"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"},
285
- {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"schemaPath":"Microsoft/Outlook","version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOutlookOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Outlook OAuth2","value":"microsoftOutlookOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api"},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which mailbox to act on under \"Mailbox\"."}],"default":"microsoftOutlookOAuth2Api"},{"displayName":"Mailbox","name":"mailbox","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The mailbox the Service Principal should act on. In the action node this is evaluated per input item (an expression can target a different mailbox per item); the trigger resolves it once.","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the mailbox to access. App-only Microsoft Graph has no personal mailbox to default to."}],"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Unless restricted by an Application Access Policy (Exchange Online New-ApplicationAccessPolicy), the Mail.Send application permission lets this app send as any mailbox in the tenant","name":"servicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":"2026-09-17T07:19:07.473+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2026-09-17T07:49:07.473+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Attendee","options":[{"displayName":"Attendee","name":"values","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"required","options":[{"name":"Optional","value":"optional"},{"name":"Required","value":"required"},{"name":"Resource","value":"resource"}]}]}]},{"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":"Location","name":"location","type":"string","default":"","description":"The location of the event (e.g. a meeting room name, address, or meeting link)"},{"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/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"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":"Include Recurring Event Instances","name":"includeRecurringInstances","type":"boolean","default":false,"description":"Whether to expand recurring events into individual instances within the specified date range. When disabled, recurring events are returned as a single series master event.","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Start Date","name":"startDateTime","type":"dateTime","default":"","required":true,"description":"Start of the date range to retrieve event instances for","displayOptions":{"show":{"includeRecurringInstances":[true],"resource":["event"],"operation":["getAll"]}}},{"displayName":"End Date","name":"endDateTime","type":"dateTime","default":"","required":true,"description":"End of the date range to retrieve event instances for","displayOptions":{"show":{"includeRecurringInstances":[true],"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":{},"displayOptions":{"show":{"includeRecurringInstances":[false],"resource":["event"],"operation":["getAll"]}},"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>."}]},{"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":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Attendee","options":[{"displayName":"Attendee","name":"values","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"required","options":[{"name":"Optional","value":"optional"},{"name":"Required","value":"required"},{"name":"Resource","value":"resource"}]}]}],"description":"Setting attendees on update replaces the entire attendee list"},{"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":"Location","name":"location","type":"string","default":"","description":"The location of the event (e.g. a meeting room name, address, or meeting link)"},{"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 contain the search term. Without a message property prefix such as <code>subject:</code>, the search covers from, subject and body. A double quote is not supported in this field. <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":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"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 contain the search term. Without a message property prefix such as <code>subject:</code>, the search covers from, subject and body. A double quote is not supported in this field. <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":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\": \"Name\",\n \"placeholder\": \"enter your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"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","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"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/"}]}}},
286
+ {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"schemaPath":"Microsoft/Outlook","version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOutlookOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Outlook OAuth2","value":"microsoftOutlookOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api"},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which mailbox to act on under \"Mailbox\"."}],"default":"microsoftOutlookOAuth2Api"},{"displayName":"Mailbox","name":"mailbox","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The mailbox the Service Principal should act on. In the action node this is evaluated per input item (an expression can target a different mailbox per item); the trigger resolves it once.","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the mailbox to access. App-only Microsoft Graph has no personal mailbox to default to."}],"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Unless restricted by an Application Access Policy (Exchange Online New-ApplicationAccessPolicy), the Mail.Send application permission lets this app send as any mailbox in the tenant","name":"servicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":"2026-09-22T07:21:42.991+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2026-09-22T07:51:42.991+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Attendee","options":[{"displayName":"Attendee","name":"values","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"required","options":[{"name":"Optional","value":"optional"},{"name":"Required","value":"required"},{"name":"Resource","value":"resource"}]}]}]},{"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":"Location","name":"location","type":"string","default":"","description":"The location of the event (e.g. a meeting room name, address, or meeting link)"},{"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/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"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":"Include Recurring Event Instances","name":"includeRecurringInstances","type":"boolean","default":false,"description":"Whether to expand recurring events into individual instances within the specified date range. When disabled, recurring events are returned as a single series master event.","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Start Date","name":"startDateTime","type":"dateTime","default":"","required":true,"description":"Start of the date range to retrieve event instances for","displayOptions":{"show":{"includeRecurringInstances":[true],"resource":["event"],"operation":["getAll"]}}},{"displayName":"End Date","name":"endDateTime","type":"dateTime","default":"","required":true,"description":"End of the date range to retrieve event instances for","displayOptions":{"show":{"includeRecurringInstances":[true],"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":{},"displayOptions":{"show":{"includeRecurringInstances":[false],"resource":["event"],"operation":["getAll"]}},"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>."}]},{"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":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Attendee","options":[{"displayName":"Attendee","name":"values","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"required","options":[{"name":"Optional","value":"optional"},{"name":"Required","value":"required"},{"name":"Resource","value":"resource"}]}]}],"description":"Setting attendees on update replaces the entire attendee list"},{"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":"Location","name":"location","type":"string","default":"","description":"The location of the event (e.g. a meeting room name, address, or meeting link)"},{"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 contain the search term. Without a message property prefix such as <code>subject:</code>, the search covers from, subject and body. A double quote is not supported in this field. <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":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"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 contain the search term. Without a message property prefix such as <code>subject:</code>, the search covers from, subject and body. A double quote is not supported in this field. <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":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\": \"Name\",\n \"placeholder\": \"enter your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"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","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"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/"}]}}},
286
287
  {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"schemaPath":"Microsoft/Outlook","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":"getAll"},{"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","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"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/"}]}}},
287
288
  {"displayName":"Microsoft Outlook Trigger","name":"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"},"builderHint":{"searchHint":"When downstream nodes create records (tasks, rows, tickets) per email, guarantee each email is processed exactly once: filter to unread AND mark each email read or move it to a folder after its record is created, or track handled message ids in a Data Table. Otherwise the same email can be reprocessed into duplicates.","relatedNodes":[{"nodeType":"n8n-nodes-base.microsoftOutlook","relationHint":"Mark polled emails as handled after processing (message update with isRead: true, or message move to a folder) so they are not picked up again"},{"nodeType":"n8n-nodes-base.dataTable","relationHint":"Record handled message ids to skip emails that were already processed"}],"extraTypeDefContent":[{"content":"<patterns>\n<pattern title=\"Do not reprocess the same email\">\nWhen this trigger feeds an action that creates records (tasks, rows, tickets, messages), ensure each email is handled once: filter to unread emails AND add an Outlook step that marks each email handled — message `update` with `isRead: true`, or message `move` to a processed folder — or record handled message ids in a Data Table — look the id up before creating the record, skip ids already seen, insert it after the create succeeds. The unread filter alone changes nothing if no step ever marks the email read. Wire the mark-as-handled step AFTER the record-creating node, so a mid-run failure cannot consume an email without producing its record.\n</pattern>\n</patterns>"}]},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOutlookOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"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 past the hour to trigger (0-59)"},{"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","noDataExpression":true,"options":[{"name":"Outlook OAuth2","value":"microsoftOutlookOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api"},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which mailbox to act on under \"Mailbox\"."}],"default":"microsoftOutlookOAuth2Api"},{"displayName":"Mailbox","name":"mailbox","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The mailbox the Service Principal should act on. In the action node this is evaluated per input item (an expression can target a different mailbox per item); the trigger resolves it once.","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the mailbox to access. App-only Microsoft Graph has no personal mailbox to default to."}],"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Unless restricted by an Application Access Policy (Exchange Online New-ApplicationAccessPolicy), the Mail.Read application permission lets this app read any mailbox in the tenant","name":"servicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"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"],"alias":["email"],"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/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
288
289
  {"displayName":"Microsoft SharePoint","name":"microsoftSharePoint","group":["transform"],"description":"Interact with Microsoft SharePoint API","defaultVersion":2,"version":2,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Microsoft SharePoint"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Enable the scopes this node needs (e.g. Sites.ReadWrite.All) on the credential."},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration with admin-consented SharePoint application permissions"}],"default":"microsoftOAuth2Api"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Item","value":"item"},{"name":"List","value":"list"}],"default":"list"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","action":"Download file"},{"name":"Update","value":"update","description":"Rename a file and/or replace its contents","action":"Update file"},{"name":"Upload","value":"upload","description":"Upload a file to a folder","action":"Upload file"}],"default":"upload"},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site to download from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Parent Folder","name":"folder","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the folder the file lives in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 01SPEVVYBKV2ZKHGJASRA2HC7MOGBMUMAA, or root for the library root"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"file","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the file to download","typeOptions":{"loadOptionsDependsOn":["site.value","folder.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 01SPEVVYELNAJ4S3XKNBBIEUJZOWXGE64U"}],"displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the file lives in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Parent Folder","name":"folder","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the folder the file lives in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 01SPEVVYBKV2ZKHGJASRA2HC7MOGBMUMAA, or root for the library root"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"File","name":"file","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the file to update","typeOptions":{"loadOptionsDependsOn":["site.value","folder.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 01SPEVVYELNAJ4S3XKNBBIEUJZOWXGE64U"}],"displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. report-v2.pdf","description":"New name for the file. Leave empty to keep the current name.","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","type":"boolean","default":false,"description":"Whether to replace the file’s contents with the input binary data","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","hint":"The name of the input binary field containing the new file contents","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site to upload to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folder","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the folder to upload the file to","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 01SPEVVYBKV2ZKHGJASRA2HC7MOGBMUMAA, or root for the library root"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"e.g. report.pdf","description":"Name the file will have in SharePoint","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","hint":"The name of the input binary field containing the file to upload","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create an item in an existing list","action":"Create item"},{"name":"Create or Update","value":"upsert","description":"Create a new item, or update the current one if it already exists (upsert)","action":"Create or update item"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete item"},{"name":"Get","value":"get","description":"Retrieve details of a single item","action":"Get item"},{"name":"Get Many","value":"getAll","description":"Get specific items in a list or list many items","action":"Get many items"},{"name":"Update","value":"update","description":"Update an item in an existing list","action":"Update item in a list"}],"default":"getAll"},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the list belongs to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list to create an item in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the item is in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list the item is in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the item you want to retrieve","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 1"}],"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the list belongs to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list you want to search for items in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Filter by Formula","name":"filter","type":"string","default":"","description":"The formula will be evaluated for each record. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>.","hint":"If empty, all the items will be returned","placeholder":"e.g. fields/Title eq 'item1'","displayOptions":{"show":{"resource":["item"],"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":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Fields","name":"fields","type":"multiOptions","default":[],"description":"The fields you want to include in the output","displayOptions":{"hide":{"/simplify":[true]}},"options":[{"name":"Content Type","value":"contentType"},{"name":"Created At","value":"createdDateTime"},{"name":"Created By","value":"createdBy"},{"name":"Fields","value":"fields"},{"name":"ID","value":"id"},{"name":"Last Modified At","value":"lastModifiedDateTime"},{"name":"Last Modified By","value":"lastModifiedBy"},{"name":"Parent Reference","value":"parentReference"},{"name":"Web URL","value":"webUrl"}]}],"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the item is in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list the item is in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the item you want to delete","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 1"}],"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list you want to update an item in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site the list belongs to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list you want to create or update an item in","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Retrieve details of a single list","action":"Get list"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of lists","action":"Get many lists"}],"default":"get"},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"List","name":"list","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the list you want to retrieve","typeOptions":{"loadOptionsDependsOn":["site.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID or Title","name":"id","type":"string","placeholder":"e.g. 58a279af-1f06-4392-a5ed-2b37fa1d6c1d or My List"}],"displayOptions":{"hide":{"site":[""]},"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Site","name":"site","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://contoso.sharepoint.com/sites/mysite","validation":[{"type":"regex","properties":{"regex":"^https://.+","errorMessage":"The URL must start with https://"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. contoso.sharepoint.com,5a58bb09-…,9f0d…","validation":[{"type":"regex","properties":{"regex":"^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[a-zA-Z0-9][a-zA-Z0-9.-]*(?:,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12},[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})?)$","errorMessage":"Use the ID from the site picker or Graph (hostname,GUID,GUID), a site GUID, a hostname, or \"root\". For a site address, switch the field to URL mode."}}]}],"displayOptions":{"show":{"resource":["list"],"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":["list"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["list"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg"}},
@@ -290,7 +291,7 @@
290
291
  {"displayName":"Microsoft SQL","name":"microsoftSql","group":["input"],"version":[1,1.1,1.2],"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 quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["executeQuery"]}},"options":[{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…"}]},{"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"},
291
292
  {"displayName":"Azure Storage","name":"azureStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Azure Storage API","schemaPath":"Microsoft/Storage","defaults":{"name":"Azure Storage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"azureStorageOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"azureStorageSharedKeyApi","required":true,"displayOptions":{"show":{"authentication":["sharedKey"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"Shared Key","value":"sharedKey"}],"default":"sharedKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Blob","value":"blob"},{"name":"Container","value":"container"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["blob"]}},"options":[{"name":"Create","value":"create","description":"Create a new blob or replace an existing one","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blobCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create blob"},{"name":"Delete","value":"delete","description":"Delete a blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete blob"},{"name":"Get","value":"get","description":"Retrieve data for a specific blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"},"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Get blob"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of blobs","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container","comp":"list"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many blobs"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to create or replace a blob in","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob Name","name":"blobCreate","default":"","description":"The name of the new or existing blob","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"placeholder":"e.g. myblob","required":true,"type":"string","validateType":"string"},{"displayName":"From","name":"from","default":"binary","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"name":"Binary","value":"binary"},{"name":"URL","value":"url"}],"required":true,"type":"options"},{"displayName":"Binary Contents","name":"binaryPropertyName","default":"data","description":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["binary"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"string"},{"displayName":"URL","name":"url","default":"","description":"URL where to read of the blob contents from","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["url"]}},"required":true,"routing":{"send":{"preSend":[null]}},"placeholder":"e.g. https://example.com/image.jpg","type":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"displayName":"Access Tier","name":"accessTier","description":"The tier to be set on the blob. For detailed information about block blob tiering, see <a href=\"https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview\">Hot, cool, and archive storage tiers</a>.","default":"Hot","options":[{"name":"Archive","value":"Archive"},{"name":"Cold","value":"Cold"},{"name":"Cool","value":"Cool"},{"name":"Hot","value":"Hot"}],"routing":{"request":{"headers":{"x-ms-access-tier":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Blob Type","name":"blobType","description":"Specifies the type of blob to create: block, page, or append blob","default":"BlockBlob","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-blob-type":"={{ $value || undefined }}"}}},"type":"options","options":[{"name":"Block Blob","value":"BlockBlob"},{"name":"Page Blob","value":"PageBlob"},{"name":"Append Blob","value":"AppendBlob"}],"validateType":"string"},{"displayName":"Cache Control","name":"cacheControl","description":"Sets the blob's cache control value","default":"","routing":{"request":{"headers":{"x-ms-blob-cache-control":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content CRC64","name":"contentCrc64","description":"CRC64 hash of the blob content to verify its integrity during transport","default":"","routing":{"request":{"headers":{"x-ms-content-crc64":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Encoding","name":"contentEncoding","description":"Sets the blob's content encoding","default":"","routing":{"request":{"headers":{"x-ms-blob-content-encoding":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Language","name":"contentLanguage","description":"Sets the blob's content language","default":"","routing":{"request":{"headers":{"x-ms-blob-content-language":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content MD5","name":"contentMd5","description":"Sets the blob's MD5 hash for integrity verification","default":"","routing":{"request":{"headers":{"x-ms-blob-content-md5":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Type","name":"contentType","description":"Sets the blob's content type","default":"","routing":{"request":{"headers":{"x-ms-blob-content-type":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Context","name":"encryptionContext","description":"If the value is set it will set blob system metadata. Max length-1024. Valid only when Hierarchical Namespace is enabled for the account.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-encryption-context":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Scope","name":"encryptionScope","description":"Indicates the encryption scope for encrypting the request contents","default":"","routing":{"request":{"headers":{"x-ms-encryption-scope":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Expiry Option","name":"expiryOption","description":"Specifies the expiration date option for the request. This header is valid for accounts with hierarchical namespace enabled.","default":"Absolute","options":[{"name":"Expire","value":"Absolute","description":"Expiry Time must be specified"},{"name":"Never Expire","value":"NeverExpire","description":"Sets the blob to never expire or removes the current expiration date"}],"routing":{"request":{"headers":{"x-ms-expiry-option":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Expiry Time","name":"expiryTime","description":"Specifies the time when the blob is set to expire as an absolute time","default":"","displayOptions":{"hide":{"/options.expiryOption":["NeverExpire"]}},"routing":{"request":{"headers":{"x-ms-expiry-time":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Filename","name":"filename","default":"","routing":{"request":{"headers":{"x-ms-blob-content-disposition":"={{ $value ? 'attachment; filename=\"' + $value + '\"' : undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Immutability Policy Date","name":"immutabilityPolicyUntilDate","description":"Specifies the retention-until date to be set on the blob. This is the date until which the blob can be protected from being modified or deleted.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-immutability-policy-until-date":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Immutability Policy Mode","name":"immutabilityPolicyMode","description":"Specifies the immutability policy mode to be set on the blob","default":"unlocked","displayOptions":{"show":{"/from":["binary"]}},"options":[{"name":"Locked","value":"locked","description":"Users are prohibited from modifying the policy"},{"name":"Unlocked","value":"unlocked","description":"Users can change the policy by increasing or decreasing the retention-until date"}],"routing":{"request":{"headers":{"x-ms-immutability-policy-mode":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Legal Hold","name":"legalHold","description":"Whether to set a legal hold on the blob","default":false,"displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-legal-hold":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the blob as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response. For more information, see <a href=\"https://learn.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services\">CORS support for the Azure Storage services</a>.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Tags","name":"tags","description":"Sets the given tags on the blob","default":[],"options":[{"name":"tagValues","displayName":"Tag","values":[{"displayName":"Tag Name","name":"tagName","default":"","type":"string"},{"displayName":"Tag Value","name":"tagValue","default":"","type":"string"}]}],"placeholder":"Add tag","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to delete a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to be deleted","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to get","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"If this header is specified, the operation is performed only if both of the following conditions are met: <ul><li>The blob's lease is currently active.</li><li>The lease ID that's specified in the request matches the lease ID of the blob.</li></ul>","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get blobs from","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"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":["blob"],"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":["blob"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Copy","value":"copy","description":"Specifies that metadata related to any current or previous Copy Blob operation should be included in the response"},{"name":"Deleted","value":"deleted","description":"Specifies that soft-deleted blobs should be included in the response"},{"name":"Deleted with Versions","value":"deletedwithversions","description":"Specifies that deleted blobs with any versions (active or deleted) should be included in the response. Items permanently deleted appear until processed by garbage collection."},{"name":"Immutability Policy","value":"immutabilitypolicy","description":"Specifies that the enumeration should include the immutability policy until date, and the immutability policy mode of the blobs"},{"name":"Legal Hold","value":"legalhold","description":"Specifies that the enumeration should include the legal hold of blobs"},{"name":"Metadata","value":"metadata","description":"Specifies that blob metadata be returned in the response"},{"name":"Permissions","value":"permissions","description":"Includes the owner, group, permissions, and access control list for the listed blobs or directories. Supported only for accounts with a hierarchical namespace enabled."},{"name":"Snapshots","value":"snapshots","description":"Specifies that snapshots should be included in the enumeration. Snapshots are listed from oldest to newest in the response."},{"name":"Tags","value":"tags","description":"Specifies that user-defined, blob index tags should be included in the response"},{"name":"Uncommitted Blobs","value":"uncommittedblobs","description":"Specifies that blobs for which blocks have been uploaded, but which haven't been committed"},{"name":"Versions","value":"versions","description":"Specifies that versions of blobs should be included in the enumeration"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":[],"description":"The type of datasets to be returned","options":[{"name":"Deleted","value":"deleted","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains soft-deleted blobs. POSIX ACL authorization fallback is not supported for listing soft-deleted blobs."},{"name":"Files","value":"files","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains files."},{"name":"Directories","value":"directories","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains directories."}],"routing":{"send":{"property":"showonly","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","qs":{"restype":"container"},"url":"=/{{ $parameter[\"containerCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve data for a specific container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"comp":"list"},"url":"/","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many container"}],"default":"getAll"},{"displayName":"Container Name","name":"containerCreate","default":"","description":"The name of the new container","displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"placeholder":"e.g. mycontainer","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"options":[{"displayName":"Access Level","name":"accessLevel","default":"","options":[{"name":"Blob","value":"blob","description":"Specifies public read access for blobs. Blob data within this container can be read via anonymous request, but container data isn't available. Clients can't enumerate blobs within the container via anonymous request."},{"name":"Container","value":"container","description":"Specifies full public read access for container and blob data. Clients can enumerate blobs within the container via anonymous request, but they can't enumerate containers within the storage account."},{"name":"Private","value":"","description":"Container data is private to the account owner"}],"routing":{"request":{"headers":{"x-ms-blob-public-access":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the container as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to get","displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"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":["container"],"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":["container"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Metadata","value":"metadata"},{"name":"Deleted","value":"deleted"},{"name":"System","value":"system"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":"","description":"Filters the results to return only containers with a name that begins with the specified prefix","placeholder":"e.g. mycontainer","routing":{"send":{"property":"prefix","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"}],"placeholder":"Add option","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 (Insecure)","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":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurestorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.dark.svg"}},
292
293
  {"displayName":"Microsoft Teams","name":"microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"schemaPath":"Microsoft/Teams","version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","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":"Channel","value":"channel"},{"name":"Channel Message (Beta)","value":"channelMessage"},{"name":"Chat Message","value":"chatMessage"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":""},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"The type of the channel"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"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":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message in a channel"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many messages in a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Make Reply","name":"makeReply","type":"string","default":"","description":"An optional ID of the message you want to reply to"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"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":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","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":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"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":["channelMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a chat message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many chat messages"}],"default":"create"},{"displayName":"Chat Name or ID","name":"chatId","required":true,"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":"getChats"},"displayOptions":{"show":{"operation":["create","get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}]},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Chat Name or ID","name":"chatId","required":true,"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":"getChats"},"displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"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":["chatMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Group Source","name":"groupSource","required":true,"type":"options","default":"all","displayOptions":{"show":{"operation":["getAll","create","update"],"resource":["task"]}},"options":[{"name":"All Groups","value":"all","description":"From all groups"},{"name":"My Groups","value":"mine","description":"Only load groups that account is member of"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"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":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["planId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"Title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."}]},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"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":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Member Name or ID","name":"memberId","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":"getMembers","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["member"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","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":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["plan"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"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":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":"","description":"The ID of the Task"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["updateFields.planId"]},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Group Name or ID","name":"groupId","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":"getGroups","loadOptionsDependsOn":["groupSource"]},"default":""},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["updateFields.planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan Name or ID","name":"planId","type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
293
- {"displayName":"Microsoft Teams","name":"microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"schemaPath":"Microsoft/Teams","version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftTeamsOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Teams OAuth2","value":"microsoftTeamsOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Add the Teams Graph scopes (e.g. Chat.ReadWrite, ChannelMessage.Read.All, Group.ReadWrite.All, OnlineMeetings.ReadWrite, User.Read.All) and grant admin consent on the credential. See the docs for the full scope string."},{"name":"Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. App-only Graph cannot act as a signed-in user, so chat actions and chat triggers are unavailable. Online meetings act on the user chosen under \"Organizer\". Grant the relevant application permissions (e.g. Team.ReadBasic.All, Channel.ReadBasic.All, Tasks.ReadWrite.All, OnlineMeetings.ReadWrite.All, User.Read.All) and admin consent on the credential."}],"default":"microsoftTeamsOAuth2Api"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message","value":"channelMessage"},{"name":"Chat Member","value":"chatMember"},{"name":"Chat Message","value":"chatMessage"},{"name":"Online Meeting","value":"onlineMeeting"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update channel"}],"default":"create"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"New Channel Name","name":"name","required":true,"type":"string","default":"","placeholder":"e.g. My New Channel","description":"The name of the new channel you want to create","displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"Standard: Accessible to everyone on the team. Private: Accessible only to a specific group of people within the team."}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"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":["channel"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My New Channel name","description":"The name of the channel","displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a channel","action":"Create message"},{"name":"Delete","value":"softDeleteMessage","description":"Delete a message from a channel","action":"Delete message"},{"name":"Get","value":"get","description":"Get a message from a channel","action":"Get message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a channel","action":"Get many messages"},{"name":"Get Many Replies","value":"getAllReplies","description":"Get many replies to a message in a channel","action":"Get many replies"},{"name":"Reply","value":"reply","description":"Reply to a message in a channel","action":"Reply to message"},{"name":"Undo Delete","value":"undoSoftDeleteMessage","description":"Restore a deleted message in a channel","action":"Undo delete message"}],"default":"create"},{"displayName":"Sending channel messages is not available with the Service Principal credential (app-only Graph supports only migration import). Use an OAuth2 credential to post messages.","name":"channelMessageCreateServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["create","reply"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Reading channel messages with the Service Principal credential uses the metered Microsoft Teams API, which may require billing/eval-model configuration on the tenant.","name":"channelMessageGetAllServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["get","getAll","getAllReplies"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Deleting and restoring channel messages is not available with the Service Principal credential. Microsoft Graph offers these actions only for a signed-in user; use an OAuth2 credential.","name":"channelMessageDeleteServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage","undoSoftDeleteMessage"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Reply to ID","name":"makeReply","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"An optional ID of the message you want to reply to. The message ID is the number before \"?tenantId\" in the message URL. The Reply operation does the same thing and is easier to find."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to retrieve. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"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":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channelMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message whose replies to retrieve. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"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":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channelMessage"],"operation":["getAllReplies"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to reply to. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the reply is plain text or HTML","displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the reply to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to delete. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Message ID","name":"parentMessageId","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"Set this when the message is a reply. The parent message ID is the \"parentMessageId\" parameter in the reply URL."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the deleted message to restore. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Message ID","name":"parentMessageId","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"Set this when the message is a reply. The parent message ID is the \"parentMessageId\" parameter in the reply URL."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat members are not available with the Service Principal credential. The chat picker cannot list chats app-only; use an OAuth2 credential for chat actions.","name":"chatMemberServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["chatMember"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMember"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"options":[{"name":"Add","value":"add","description":"Add a member to a chat","action":"Add chat member"},{"name":"Get Many","value":"getAll","description":"Get many members of a chat","action":"Get many chat members"},{"name":"Remove","value":"remove","description":"Remove a member from a chat","action":"Remove chat member"}],"default":"getAll"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the group chat from the list, or specify its ID (find the chat ID after \"conversations/\" in the URL). One-on-one chats are not listed because Teams does not allow adding members to a 1:1 chat.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"History Start Date","name":"historyStartDate","type":"dateTime","validateType":"dateTime","default":"","description":"Point in time from which the chat history is shared","displayOptions":{"show":{"shareHistory":["fromDate"]}}},{"displayName":"Role","name":"role","type":"options","default":"owner","description":"Select Guest for a B2B guest user, since adding a guest as an owner fails. A guest must be identified by object ID, not by user principal name.","options":[{"name":"Guest","value":"guest"},{"name":"Owner","value":"owner"}]},{"displayName":"Share History","name":"shareHistory","type":"options","default":"none","description":"How much of the existing chat history the new member can read","options":[{"name":"All","value":"all"},{"name":"From Date","value":"fromDate"},{"name":"None","value":"none"}]}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["remove"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Member","name":"membershipId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the member from the list, or give the membership ID returned by Chat Member → Get Many (the ID field, not the \"userId\" field)","typeOptions":{"loadOptionsDependsOn":["chatId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getChatMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MCMjMCMjMjM3ODZjYTYtN2ZmMi00NjcyLTg3ZDAtNWM2NDll..."}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["remove"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat messages are not available with the Service Principal credential. App-only Microsoft Graph has no signed-in user; use an OAuth2 credential for chat actions.","name":"chatMessageServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["chatMessage"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a chat","action":"Create chat message"},{"name":"Delete","value":"softDeleteMessage","description":"Delete a message from a chat","action":"Delete chat message"},{"name":"Get","value":"get","description":"Get a message from a chat","action":"Get chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a chat","action":"Get many chat messages"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Undo Delete","value":"undoSoftDeleteMessage","description":"Restore a deleted message in a chat","action":"Undo delete chat message"}],"default":"create"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to retrieve","displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\": \"Name\",\n \"placeholder\": \"enter your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✓ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"✗ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to delete","displayOptions":{"show":{"resource":["chatMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the deleted message to restore","displayOptions":{"show":{"resource":["chatMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["onlineMeeting"]}},"options":[{"name":"Create","value":"create","description":"Create an online meeting","action":"Create online meeting"},{"name":"Create or Get","value":"createOrGet","description":"Create an online meeting with your own external ID, or get the existing meeting with that ID","action":"Create or get online meeting"},{"name":"Delete","value":"deleteMeeting","description":"Delete an online meeting","action":"Delete online meeting"},{"name":"Get","value":"get","description":"Get an online meeting by ID or join URL","action":"Get online meeting"},{"name":"Update","value":"update","description":"Update an online meeting","action":"Update online meeting"}],"default":"create"},{"displayName":"With the Service Principal credential, online meetings need the OnlineMeetings.ReadWrite.All application permission (Read.All is enough for Get) and a Teams application access policy that grants this app access to the organizer's meetings. <a href=\"https://docs.n8n.io/integrations/builtin/credentials/microsoftentraserviceprincipal/#allow-app-only-online-meetings\" target=\"_blank\">Learn more</a>.","name":"onlineMeetingServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["onlineMeeting"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Organizer","name":"organizerId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The user whose meetings the app creates and manages. From List and user principal names need the User.Read.All application permission; an object ID needs none.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Subject","name":"subject","required":true,"type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"Start Time","name":"startDateTime","required":true,"type":"dateTime","default":"","description":"The date and time when the meeting starts","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"End Time","name":"endDateTime","required":true,"type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than the start time.","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Allow Attendees to Enable Camera","name":"allowAttendeeToEnableCamera","type":"boolean","default":true,"description":"Whether attendees can turn on their camera"},{"displayName":"Allow Attendees to Enable Microphone","name":"allowAttendeeToEnableMic","type":"boolean","default":true,"description":"Whether attendees can turn on their microphone"},{"displayName":"Allow Meeting Chat","name":"allowMeetingChat","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Enabled","value":"enabled"},{"name":"Limited","value":"limited","description":"Chat is available only during the meeting"}],"default":"enabled","description":"The mode of the meeting chat"},{"displayName":"Allow Teamwork Reactions","name":"allowTeamworkReactions","type":"boolean","default":true,"description":"Whether Teams reactions are enabled for the meeting"},{"displayName":"Allowed Presenters","name":"allowedPresenters","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Organization","value":"organization"},{"name":"Organizer","value":"organizer"}],"default":"everyone","description":"Who can present in the meeting"},{"displayName":"Announce Entry and Exit","name":"isEntryExitAnnounced","type":"boolean","default":false,"description":"Whether to announce when callers join or leave the meeting"},{"displayName":"Lobby Bypass Scope","name":"lobbyBypassScope","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Invited","value":"invited","description":"Only people the organizer invited"},{"name":"Organization","value":"organization","description":"People in the organization and guests"},{"name":"Organization and Federated","value":"organizationAndFederated","description":"People in the organization and guests from trusted organizations"},{"name":"Organization Excluding Guests","value":"organizationExcludingGuests","description":"People in the organization, without guests"},{"name":"Organizer","value":"organizer"}],"default":"organization","description":"Who can join the meeting without waiting in the lobby"},{"displayName":"Record Automatically","name":"recordAutomatically","type":"boolean","default":false,"description":"Whether to record the meeting automatically"},{"displayName":"Require Passcode","name":"passcodeRequired","type":"boolean","default":false,"description":"Whether a passcode is required to join the meeting by meeting ID. This setting cannot be changed after the meeting is created."}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"External ID","name":"externalId","required":true,"type":"string","default":"","placeholder":"e.g. order-4711-kickoff","description":"Your own ID for the meeting. Running the node again with the same ID for the same organizer returns the existing meeting instead of creating another one.","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["createOrGet"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"End Time","name":"endDateTime","type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than Start Time, which must also be set. If left out, the meeting lasts one hour."},{"displayName":"Start Time","name":"startDateTime","type":"dateTime","default":"","description":"The date and time when the meeting starts. Defaults to now."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting"}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["createOrGet"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["deleteMeeting"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["get"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"Allow Attendees to Enable Camera","name":"allowAttendeeToEnableCamera","type":"boolean","default":true,"description":"Whether attendees can turn on their camera"},{"displayName":"Allow Attendees to Enable Microphone","name":"allowAttendeeToEnableMic","type":"boolean","default":true,"description":"Whether attendees can turn on their microphone"},{"displayName":"Allow Meeting Chat","name":"allowMeetingChat","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Enabled","value":"enabled"},{"name":"Limited","value":"limited","description":"Chat is available only during the meeting"}],"default":"enabled","description":"The mode of the meeting chat"},{"displayName":"Allow Teamwork Reactions","name":"allowTeamworkReactions","type":"boolean","default":true,"description":"Whether Teams reactions are enabled for the meeting"},{"displayName":"Allowed Presenters","name":"allowedPresenters","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Organization","value":"organization"},{"name":"Organizer","value":"organizer"}],"default":"everyone","description":"Who can present in the meeting"},{"displayName":"Announce Entry and Exit","name":"isEntryExitAnnounced","type":"boolean","default":false,"description":"Whether to announce when callers join or leave the meeting"},{"displayName":"End Time","name":"endDateTime","type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than Start Time. Set together with Start Time."},{"displayName":"Lobby Bypass Scope","name":"lobbyBypassScope","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Invited","value":"invited","description":"Only people the organizer invited"},{"name":"Organization","value":"organization","description":"People in the organization and guests"},{"name":"Organization and Federated","value":"organizationAndFederated","description":"People in the organization and guests from trusted organizations"},{"name":"Organization Excluding Guests","value":"organizationExcludingGuests","description":"People in the organization, without guests"},{"name":"Organizer","value":"organizer"}],"default":"organization","description":"Who can join the meeting without waiting in the lobby"},{"displayName":"Record Automatically","name":"recordAutomatically","type":"boolean","default":false,"description":"Whether to record the meeting automatically"},{"displayName":"Start Time","name":"startDateTime","type":"dateTime","default":"","description":"The date and time when the meeting starts. Set together with End Time."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting"}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create task"},{"name":"Delete","value":"deleteTask","description":"Delete a task","action":"Delete task"},{"name":"Get","value":"get","description":"Get a task","action":"Get task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update task"}],"default":"create"},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"operation":["create"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"operation":["create"]}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","placeholder":"e.g. new task","description":"Title of the task","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"id","value":""},"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to delete","default":"","displayOptions":{"show":{"resource":["task"],"operation":["deleteTask"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","description":"The ID of the task to retrieve","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","description":"Whether to retrieve the tasks for a user or for a plan","options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"tasksFor":["plan"],"resource":["task"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["task"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","default":"","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to update","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","hint":"Select 'Team' from options first","required":false,"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"id","value":""},"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","required":false,"displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"id","value":""},"required":false,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["/groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","hint":"Select 'Team' from options first","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":false,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"e.g. my task","description":"Title of the task"}],"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
294
+ {"displayName":"Microsoft Teams","name":"microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"schemaPath":"Microsoft/Teams","version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftTeamsOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Teams OAuth2","value":"microsoftTeamsOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Add the Teams Graph scopes (e.g. Chat.ReadWrite, ChannelMessage.Read.All, Group.ReadWrite.All, OnlineMeetings.ReadWrite, User.Read.All, TeamworkTag.Read) and grant admin consent on the credential. See the docs for the full scope string."},{"name":"Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. App-only Graph cannot act as a signed-in user, so chat actions and chat triggers are unavailable. Online meetings act on the user chosen under \"Organizer\". Grant the relevant application permissions (e.g. Team.ReadBasic.All, Channel.ReadBasic.All, Tasks.ReadWrite.All, OnlineMeetings.ReadWrite.All, User.Read.All) and admin consent on the credential."}],"default":"microsoftTeamsOAuth2Api"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message","value":"channelMessage"},{"name":"Chat","value":"chat"},{"name":"Chat Member","value":"chatMember"},{"name":"Chat Message","value":"chatMessage"},{"name":"Online Meeting","value":"onlineMeeting"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update channel"}],"default":"create"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"New Channel Name","name":"name","required":true,"type":"string","default":"","placeholder":"e.g. My New Channel","description":"The name of the new channel you want to create","displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"Standard: Accessible to everyone on the team. Private: Accessible only to a specific group of people within the team."}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"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":["channel"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My New Channel name","description":"The name of the channel","displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a channel","action":"Create message"},{"name":"Delete","value":"softDeleteMessage","description":"Delete a message from a channel","action":"Delete message"},{"name":"Get","value":"get","description":"Get a message from a channel","action":"Get message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a channel","action":"Get many messages"},{"name":"Get Many Replies","value":"getAllReplies","description":"Get many replies to a message in a channel","action":"Get many replies"},{"name":"Reply","value":"reply","description":"Reply to a message in a channel","action":"Reply to message"},{"name":"Undo Delete","value":"undoSoftDeleteMessage","description":"Restore a deleted message in a channel","action":"Undo delete message"}],"default":"create"},{"displayName":"Sending channel messages is not available with the Service Principal credential (app-only Graph supports only migration import). Use an OAuth2 credential to post messages.","name":"channelMessageCreateServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["create","reply"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Reading channel messages with the Service Principal credential uses the metered Microsoft Teams API, which may require billing/eval-model configuration on the tenant.","name":"channelMessageGetAllServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["get","getAll","getAllReplies"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Deleting and restoring channel messages is not available with the Service Principal credential. Microsoft Graph offers these actions only for a signed-in user; use an OAuth2 credential.","name":"channelMessageDeleteServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage","undoSoftDeleteMessage"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Mentions","name":"mentions","type":"fixedCollection","placeholder":"Add Mention","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"description":"People or team tags to @mention. A team tag notifies everyone who carries it. The Mention Placement option decides whether the tokens go before or after the message text, and adding a mention makes the message render as HTML even when Content Type is Text.","options":[{"displayName":"Mention","name":"mention","values":[{"displayName":"Mention Type","name":"mentionType","type":"options","default":"user","noDataExpression":true,"options":[{"name":"User","value":"user"},{"name":"Team Tag","value":"tag"}]},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"mentionType":["user"]}}},{"displayName":"Team Tag","name":"tagId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a tag from the team, or enter its ID","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. Engineering","typeOptions":{"searchListMethod":"getTags","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"The base64 tag ID from the Microsoft Graph tags endpoint","validation":[{"type":"regex","properties":{"regex":"^[A-Za-z0-9=]+[ \t]*$","errorMessage":"Not a valid Microsoft Teams tag ID"}}]}],"displayOptions":{"show":{"mentionType":["tag"]}}}]}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Mention Placement","name":"mentionPlacement","type":"options","default":"start","description":"Whether the mentions go before or after the message text. A mention makes the message render as HTML, even if Content Type is Text.","options":[{"name":"Start of Message","value":"start","description":"For example \"@Jane please review this\""},{"name":"End of Message","value":"end","description":"For example \"please review this @Jane\""}]},{"displayName":"Reply to ID","name":"makeReply","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"An optional ID of the message you want to reply to. The message ID is the number before \"?tenantId\" in the message URL. The Reply operation does the same thing and is easier to find."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to retrieve. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["get"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"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":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channelMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message whose replies to retrieve. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAllReplies"]}}},{"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":["channelMessage"],"operation":["getAllReplies"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channelMessage"],"operation":["getAllReplies"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to reply to. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the reply is plain text or HTML","displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the reply to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Mentions","name":"mentions","type":"fixedCollection","placeholder":"Add Mention","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"description":"People or team tags to @mention. A team tag notifies everyone who carries it. The Mention Placement option decides whether the tokens go before or after the message text, and adding a mention makes the message render as HTML even when Content Type is Text.","options":[{"displayName":"Mention","name":"mention","values":[{"displayName":"Mention Type","name":"mentionType","type":"options","default":"user","noDataExpression":true,"options":[{"name":"User","value":"user"},{"name":"Team Tag","value":"tag"}]},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"mentionType":["user"]}}},{"displayName":"Team Tag","name":"tagId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a tag from the team, or enter its ID","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. Engineering","typeOptions":{"searchListMethod":"getTags","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"The base64 tag ID from the Microsoft Graph tags endpoint","validation":[{"type":"regex","properties":{"regex":"^[A-Za-z0-9=]+[ \t]*$","errorMessage":"Not a valid Microsoft Teams tag ID"}}]}],"displayOptions":{"show":{"mentionType":["tag"]}}}]}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Mention Placement","name":"mentionPlacement","type":"options","default":"start","description":"Whether the mentions go before or after the message text. A mention makes the message render as HTML, even if Content Type is Text.","options":[{"name":"Start of Message","value":"start","description":"For example \"@Jane please review this\""},{"name":"End of Message","value":"end","description":"For example \"please review this @Jane\""}]}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["reply"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to delete. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Message ID","name":"parentMessageId","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"Set this when the message is a reply. The parent message ID is the \"parentMessageId\" parameter in the reply URL."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the deleted message to restore. The message ID is the number before \"?tenantId\" in the message URL.","displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Message ID","name":"parentMessageId","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"Set this when the message is a reply. The parent message ID is the \"parentMessageId\" parameter in the reply URL."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chats are not available with the Service Principal credential. App-only Microsoft Graph has no signed-in user to read or create chats for; use an OAuth2 credential for chat actions.","name":"chatServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["chat"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"options":[{"name":"Create","value":"create","description":"Create a chat","action":"Create chat"},{"name":"Get","value":"get","description":"Get a chat","action":"Get chat"},{"name":"Get Many","value":"getAll","description":"Get many chats","action":"Get many chats"}],"default":"create"},{"displayName":"Chat Type","name":"chatType","type":"options","default":"oneOnOne","description":"Whether to create a chat with one other person or a group chat","options":[{"name":"Group","value":"group","description":"A chat with one or more other people. It can have a topic, and you can add members later."},{"name":"One-on-One","value":"oneOnOne","description":"A chat with exactly one other person. If a chat with that person already exists, Microsoft Teams returns it instead of creating a new one."}],"displayOptions":{"show":{"resource":["chat"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Other Participants","name":"members","type":"fixedCollection","placeholder":"Add Participant","default":{},"typeOptions":{"multipleValues":true,"minRequiredFields":1},"description":"The other people to add to the chat. You are added automatically.","options":[{"displayName":"Participant","name":"member","values":[{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}]},{"displayName":"Role","name":"role","type":"options","default":"owner","description":"The role to give this participant. In-tenant guest accounts must use Guest. All other accounts use Owner.","options":[{"name":"Guest","value":"guest"},{"name":"Owner","value":"owner"}]},{"displayName":"Tenant ID","name":"tenantId","type":"string","default":"","placeholder":"e.g. 4dc1fe35-8ac6-4f0d-904a-7ebcd364bea1","description":"Only for a user from another organization. Give that user as a user object ID, not an email address. Leave this empty for a user in your own tenant."}]}],"displayOptions":{"show":{"resource":["chat"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Topic","name":"topic","type":"string","default":"","description":"The name of the group chat, shown to all members","displayOptions":{"show":{"chatType":["group"],"resource":["chat"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chat"],"operation":["get"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":["chat"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chat"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat members are not available with the Service Principal credential. The chat picker cannot list chats app-only; use an OAuth2 credential for chat actions.","name":"chatMemberServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["chatMember"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMember"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"options":[{"name":"Add","value":"add","description":"Add a member to a chat","action":"Add chat member"},{"name":"Get Many","value":"getAll","description":"Get many members of a chat","action":"Get many chat members"},{"name":"Remove","value":"remove","description":"Remove a member from a chat","action":"Remove chat member"}],"default":"getAll"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the group chat from the list, or specify its ID (find the chat ID after \"conversations/\" in the URL). One-on-one chats are not listed because Teams does not allow adding members to a 1:1 chat.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"History Start Date","name":"historyStartDate","type":"dateTime","validateType":"dateTime","default":"","description":"Point in time from which the chat history is shared","displayOptions":{"show":{"shareHistory":["fromDate"]}}},{"displayName":"Role","name":"role","type":"options","default":"owner","description":"Select Guest for a B2B guest user, since adding a guest as an owner fails. A guest must be identified by object ID, not by user principal name.","options":[{"name":"Guest","value":"guest"},{"name":"Owner","value":"owner"}]},{"displayName":"Share History","name":"shareHistory","type":"options","default":"none","description":"How much of the existing chat history the new member can read","options":[{"name":"All","value":"all"},{"name":"From Date","value":"fromDate"},{"name":"None","value":"none"}]}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["add"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chatMember"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["remove"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Member","name":"membershipId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the member from the list, or give the membership ID returned by Chat Member → Get Many (the ID field, not the \"userId\" field)","typeOptions":{"loadOptionsDependsOn":["chatId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getChatMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MCMjMCMjMjM3ODZjYTYtN2ZmMi00NjcyLTg3ZDAtNWM2NDll..."}],"displayOptions":{"show":{"resource":["chatMember"],"operation":["remove"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat messages are not available with the Service Principal credential. App-only Microsoft Graph has no signed-in user; use an OAuth2 credential for chat actions.","name":"chatMessageServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["chatMessage"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a chat","action":"Create chat message"},{"name":"Delete","value":"softDeleteMessage","description":"Delete a message from a chat","action":"Delete chat message"},{"name":"Get","value":"get","description":"Get a message from a chat","action":"Get chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a chat","action":"Get many chat messages"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Undo Delete","value":"undoSoftDeleteMessage","description":"Restore a deleted message in a chat","action":"Undo delete chat message"}],"default":"create"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Mentions","name":"mentions","type":"fixedCollection","placeholder":"Add Mention","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"description":"People to @mention. Mention Placement puts the mentions before or after the message text. A mention makes the message render as HTML, even if Content Type is Text.","options":[{"displayName":"Mention","name":"mention","values":[{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the user from the list or by ID. Guest users must be given by their object ID, not by their user principal name.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}]}]}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Mention Placement","name":"mentionPlacement","type":"options","default":"start","description":"Whether the mentions go before or after the message text. A mention makes the message render as HTML, even if Content Type is Text.","options":[{"name":"Start of Message","value":"start","description":"For example \"@Jane please review this\""},{"name":"End of Message","value":"end","description":"For example \"please review this @Jane\""}]}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to retrieve","displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"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":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chatMessage"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\": \"Name\",\n \"placeholder\": \"enter your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true,"builderHint":{"propertyHint":"Valid values: text, number, email, textarea, dropdown, date, file, html, hiddenField, radio, checkbox, password. There is NO 'time' type — use fieldType: 'text' with placeholder 'e.g. 2:30 PM' for time-of-day inputs."}},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✓ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"✗ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to delete","displayOptions":{"show":{"resource":["chatMessage"],"operation":["softDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the deleted message to restore","displayOptions":{"show":{"resource":["chatMessage"],"operation":["undoSoftDeleteMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["onlineMeeting"]}},"options":[{"name":"Create","value":"create","description":"Create an online meeting","action":"Create online meeting"},{"name":"Create or Get","value":"createOrGet","description":"Create an online meeting with your own external ID, or get the existing meeting with that ID","action":"Create or get online meeting"},{"name":"Delete","value":"deleteMeeting","description":"Delete an online meeting","action":"Delete online meeting"},{"name":"Get","value":"get","description":"Get an online meeting by ID or join URL","action":"Get online meeting"},{"name":"Update","value":"update","description":"Update an online meeting","action":"Update online meeting"}],"default":"create"},{"displayName":"With the Service Principal credential, online meetings need the OnlineMeetings.ReadWrite.All application permission (Read.All is enough for Get) and a Teams application access policy that grants this app access to the organizer's meetings. <a href=\"https://docs.n8n.io/integrations/builtin/credentials/microsoftentraserviceprincipal/#allow-app-only-online-meetings\" target=\"_blank\">Learn more</a>.","name":"onlineMeetingServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["onlineMeeting"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Organizer","name":"organizerId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The user whose meetings the app creates and manages. From List and user principal names need the User.Read.All application permission; an object ID needs none.","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a User...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jacob@contoso.com","validation":[{"type":"regex","properties":{"regex":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[^\\s@#]+@[^\\s@#]+)[ \t]*$","errorMessage":"Not a valid user ID or user principal name. Give a guest user by their object ID, because a guest principal name contains \"#EXT#\"."}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Subject","name":"subject","required":true,"type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"Start Time","name":"startDateTime","required":true,"type":"dateTime","default":"","description":"The date and time when the meeting starts","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"End Time","name":"endDateTime","required":true,"type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than the start time.","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Allow Attendees to Enable Camera","name":"allowAttendeeToEnableCamera","type":"boolean","default":true,"description":"Whether attendees can turn on their camera"},{"displayName":"Allow Attendees to Enable Microphone","name":"allowAttendeeToEnableMic","type":"boolean","default":true,"description":"Whether attendees can turn on their microphone"},{"displayName":"Allow Meeting Chat","name":"allowMeetingChat","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Enabled","value":"enabled"},{"name":"Limited","value":"limited","description":"Chat is available only during the meeting"}],"default":"enabled","description":"The mode of the meeting chat"},{"displayName":"Allow Teamwork Reactions","name":"allowTeamworkReactions","type":"boolean","default":true,"description":"Whether Teams reactions are enabled for the meeting"},{"displayName":"Allowed Presenters","name":"allowedPresenters","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Organization","value":"organization"},{"name":"Organizer","value":"organizer"}],"default":"everyone","description":"Who can present in the meeting"},{"displayName":"Announce Entry and Exit","name":"isEntryExitAnnounced","type":"boolean","default":false,"description":"Whether to announce when callers join or leave the meeting"},{"displayName":"Lobby Bypass Scope","name":"lobbyBypassScope","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Invited","value":"invited","description":"Only people the organizer invited"},{"name":"Organization","value":"organization","description":"People in the organization and guests"},{"name":"Organization and Federated","value":"organizationAndFederated","description":"People in the organization and guests from trusted organizations"},{"name":"Organization Excluding Guests","value":"organizationExcludingGuests","description":"People in the organization, without guests"},{"name":"Organizer","value":"organizer"}],"default":"organization","description":"Who can join the meeting without waiting in the lobby"},{"displayName":"Record Automatically","name":"recordAutomatically","type":"boolean","default":false,"description":"Whether to record the meeting automatically"},{"displayName":"Require Passcode","name":"passcodeRequired","type":"boolean","default":false,"description":"Whether a passcode is required to join the meeting by meeting ID. This setting cannot be changed after the meeting is created."}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["create"]}}},{"displayName":"External ID","name":"externalId","required":true,"type":"string","default":"","placeholder":"e.g. order-4711-kickoff","description":"Your own ID for the meeting. Running the node again with the same ID for the same organizer returns the existing meeting instead of creating another one.","displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["createOrGet"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"End Time","name":"endDateTime","type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than Start Time, which must also be set. If left out, the meeting lasts one hour."},{"displayName":"Start Time","name":"startDateTime","type":"dateTime","default":"","description":"The date and time when the meeting starts. Defaults to now."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting"}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["createOrGet"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["deleteMeeting"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["get"]}}},{"displayName":"Meeting","name":"meetingId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The online meeting, by its ID or by its join URL","modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZi...","hint":"The ID returned when the meeting was created, not the numeric meeting ID from the invite","validation":[{"type":"regex","properties":{"regex":"[^\\/\\\\?#%]*","errorMessage":"Not a valid meeting ID. To use a join URL, switch to 'By URL'"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/meetup-join/19%3ameeting...","validation":[{"type":"regex","properties":{"regex":"(\\s*https:\\/\\/.+\\/l\\/meetup-join\\/.+\\s*)?","errorMessage":"Use the meeting link that contains '/l/meetup-join/', such as the joinWebUrl returned when the meeting was created"}}]}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"Allow Attendees to Enable Camera","name":"allowAttendeeToEnableCamera","type":"boolean","default":true,"description":"Whether attendees can turn on their camera"},{"displayName":"Allow Attendees to Enable Microphone","name":"allowAttendeeToEnableMic","type":"boolean","default":true,"description":"Whether attendees can turn on their microphone"},{"displayName":"Allow Meeting Chat","name":"allowMeetingChat","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Enabled","value":"enabled"},{"name":"Limited","value":"limited","description":"Chat is available only during the meeting"}],"default":"enabled","description":"The mode of the meeting chat"},{"displayName":"Allow Teamwork Reactions","name":"allowTeamworkReactions","type":"boolean","default":true,"description":"Whether Teams reactions are enabled for the meeting"},{"displayName":"Allowed Presenters","name":"allowedPresenters","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Organization","value":"organization"},{"name":"Organizer","value":"organizer"}],"default":"everyone","description":"Who can present in the meeting"},{"displayName":"Announce Entry and Exit","name":"isEntryExitAnnounced","type":"boolean","default":false,"description":"Whether to announce when callers join or leave the meeting"},{"displayName":"End Time","name":"endDateTime","type":"dateTime","default":"","description":"The date and time when the meeting ends. Must be later than Start Time. Set together with Start Time."},{"displayName":"Lobby Bypass Scope","name":"lobbyBypassScope","type":"options","options":[{"name":"Everyone","value":"everyone"},{"name":"Invited","value":"invited","description":"Only people the organizer invited"},{"name":"Organization","value":"organization","description":"People in the organization and guests"},{"name":"Organization and Federated","value":"organizationAndFederated","description":"People in the organization and guests from trusted organizations"},{"name":"Organization Excluding Guests","value":"organizationExcludingGuests","description":"People in the organization, without guests"},{"name":"Organizer","value":"organizer"}],"default":"organization","description":"Who can join the meeting without waiting in the lobby"},{"displayName":"Record Automatically","name":"recordAutomatically","type":"boolean","default":false,"description":"Whether to record the meeting automatically"},{"displayName":"Start Time","name":"startDateTime","type":"dateTime","default":"","description":"The date and time when the meeting starts. Set together with End Time."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"e.g. Quarterly Sync","description":"The subject of the meeting"}],"displayOptions":{"show":{"resource":["onlineMeeting"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create task"},{"name":"Delete","value":"deleteTask","description":"Delete a task","action":"Delete task"},{"name":"Get","value":"get","description":"Get a task","action":"Get task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update task"}],"default":"create"},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"operation":["create"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"operation":["create"]}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","placeholder":"e.g. new task","description":"Title of the task","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"id","value":""},"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to delete","default":"","displayOptions":{"show":{"resource":["task"],"operation":["deleteTask"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","description":"The ID of the task to retrieve","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","description":"Whether to retrieve the tasks for a user or for a plan","options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]},"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"tasksFor":["plan"],"resource":["task"],"operation":["getAll"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"],"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["task"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","default":"","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to update","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","hint":"Select 'Team' from options first","required":false,"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"id","value":""},"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","required":false,"displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"id","value":""},"required":false,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["/groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","hint":"Select 'Team' from options first","displayOptions":{"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"id","value":""},"required":false,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"e.g. my task","description":"Title of the task"}],"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
294
295
  {"displayName":"Microsoft Teams Trigger","name":"microsoftTeamsTrigger","group":["trigger"],"version":1,"description":"Triggers workflows in n8n based on events from Microsoft Teams, such as new messages or team updates, using specified configurations.","subtitle":"Microsoft Teams Trigger","defaults":{"name":"Microsoft Teams Trigger"},"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftTeamsOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"Teams OAuth2","value":"microsoftTeamsOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Add the Teams change-notification scopes (e.g. ChannelMessage.Read.All, Chat.Read, Subscription.Read.All) and grant admin consent on the credential. See the docs for the full scope string."},{"name":"Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. App-only Graph cannot subscribe to the chats of a signed-in user, so chat triggers are unavailable. Grant the relevant application permissions (e.g. ChannelMessage.Read.All) and admin consent on the credential."}],"default":"microsoftTeamsOAuth2Api"},{"displayName":"Trigger On","name":"event","type":"options","default":"newChannelMessage","options":[{"name":"New Channel","value":"newChannel","description":"A new channel is created"},{"name":"New Channel Message","value":"newChannelMessage","description":"A message is posted to a channel"},{"name":"New Chat","value":"newChat","description":"A new chat is created"},{"name":"New Chat Message","value":"newChatMessage","description":"A message is posted to a chat"},{"name":"New Team Member","value":"newTeamMember","description":"A new member is added to a team"}],"description":"Select the event to trigger the workflow"},{"displayName":"Chat triggers (New Chat, New Chat Message) are not available with the Service Principal credential. App-only Microsoft Graph cannot subscribe to the chats of a signed-in user; use an OAuth2 credential for chat triggers.","name":"chatTriggerServicePrincipalNotice","type":"notice","default":"","displayOptions":{"show":{"event":["newChat","newChatMessage"],"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Watch All Teams","name":"watchAllTeams","type":"boolean","default":false,"description":"Whether to watch for the event in all the available teams","displayOptions":{"show":{"event":["newChannel","newChannelMessage","newTeamMember"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a team from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a team...","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g., 61165b04-e4cc-4026-b43f-926b4e2a7182"},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g., https://teams.microsoft.com/l/team/19%3A...groupId=your-team-id&tenantId=...","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChannel","newChannelMessage","newTeamMember"],"watchAllTeams":[{"_cnd":{"not":true}}]}}},{"displayName":"Watch All Channels","name":"watchAllChannels","type":"boolean","default":false,"description":"Whether to watch for the event in all the available channels","displayOptions":{"show":{"event":["newChannelMessage"],"watchAllTeams":[false]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a channel from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g., 19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g., https://teams.microsoft.com/l/channel/19%3A...@thread.tacv2/...","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChannelMessage"],"watchAllTeams":[{"_cnd":{"not":true}}],"watchAllChannels":[{"_cnd":{"not":true}}]}}},{"displayName":"Watch All Chats","name":"watchAllChats","type":"boolean","default":false,"description":"Whether to watch for the event in all the available chats","displayOptions":{"show":{"event":["newChatMessage"]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a chat from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276@unq.gbl.spaces"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://teams.microsoft.com/_#/conversations/CHAT_ID","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChatMessage"],"watchAllChats":[false]},"hide":{"/authentication":["microsoftEntraServicePrincipalApi"]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftteamstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
295
296
  {"displayName":"Microsoft To Do","name":"microsoftToDo","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft To Do API.","schemaPath":"Microsoft/ToDo","defaults":{"name":"Microsoft To Do"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftToDoOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftToDoOAuth2Api"]}}},{"name":"microsoftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["microsoftOAuth2Api"]}}},{"name":"microsoftEntraServicePrincipalApi","required":true,"displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"To Do OAuth2","value":"microsoftToDoOAuth2Api"},{"name":"Microsoft OAuth2 (Graph)","value":"microsoftOAuth2Api","description":"Generic Microsoft Graph credential. Enable the scopes this node needs (e.g. Tasks.ReadWrite) on the credential."},{"name":"Microsoft Entra Service Principal (App-Only)","value":"microsoftEntraServicePrincipalApi","description":"App-only access via a Microsoft Entra app registration. Choose which user to act on."}],"default":"microsoftToDoOAuth2Api"},{"displayName":"User","name":"userTarget","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. jane@contoso.com or a user object ID","hint":"The user principal name (UPN) or object ID of the user whose To Do lists and tasks to act on"}],"description":"The user whose To Do lists and tasks the Service Principal should act on. Evaluated per input item — an expression can target a different user for each item.","displayOptions":{"show":{"authentication":["microsoftEntraServicePrincipalApi"]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Linked Resource","value":"linkedResource"},{"name":"List","value":"list"},{"name":"Task","value":"task"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["linkedResource"]}},"options":[{"name":"Create","value":"create","action":"Create a linked resource"},{"name":"Delete","value":"delete","action":"Delete a linked resource"},{"name":"Get","value":"get","action":"Get a linked resource"},{"name":"Get Many","value":"getAll","action":"Get many linked resources"},{"name":"Update","value":"update","action":"Update a linked resource"}],"default":"get"},{"displayName":"Task List Name or ID","name":"taskListId","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":"getTaskLists"},"displayOptions":{"show":{"operation":["create","delete","get","getAll","update"],"resource":["linkedResource"]}},"required":true,"default":""},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["create","delete","get","getAll","update"],"resource":["linkedResource"]}},"required":true,"default":""},{"displayName":"Name","name":"displayName","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["linkedResource"]}},"description":"Field indicating title of the linked entity"},{"displayName":"Application Name","name":"applicationName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["linkedResource"]}},"required":true,"default":"","description":"App name of the source that is sending the linked entity"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["linkedResource"],"operation":["create"]}},"options":[{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"ID of the object that is associated with this task on the third-party/partner system"},{"displayName":"Web URL","name":"webUrl","type":"string","default":"","description":"Deeplink to the linked entity"}]},{"displayName":"Linked Resource ID","name":"linkedResourceId","type":"string","displayOptions":{"show":{"resource":["linkedResource"],"operation":["delete","get","update"]}},"default":"","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["linkedResource"],"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":["linkedResource"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["linkedResource"],"operation":["update"]}},"options":[{"displayName":"Application Name","name":"applicationName","type":"string","default":"","description":"App name of the source that is sending the linked entity"},{"displayName":"Name","name":"displayName","type":"string","default":"","description":"Field indicating title of the linked entity"},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"ID of the object that is associated with this task on the third-party/partner system"},{"displayName":"Web URL","name":"webUrl","type":"string","default":"","description":"Deeplink to the linked entity"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","action":"Create a task"},{"name":"Delete","value":"delete","action":"Delete a task"},{"name":"Get","value":"get","action":"Get a task"},{"name":"Get Many","value":"getAll","action":"Get many tasks"},{"name":"Update","value":"update","action":"Update a task"}],"default":"get"},{"displayName":"List Name or ID","name":"taskListId","type":"options","typeOptions":{"loadOptionsMethod":"getTaskLists"},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"title","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"required":true,"default":"","description":"A brief description of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the task"},{"displayName":"Due","name":"dueDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be finished"},{"displayName":"Reminder","name":"reminderDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be reminded"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal","description":"The importance of the task"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Not Started","value":"notStarted"},{"name":"In Progress","value":"inProgress"},{"name":"Completed","value":"completed"},{"name":"Waiting On Others","value":"waitingOnOthers"},{"name":"Deferred","value":"deferred"}],"default":"notStarted","description":"Indicates the state or progress of the task"}]},{"displayName":"List Name or ID","name":"taskListId","type":"options","typeOptions":{"loadOptionsMethod":"getTaskLists"},"displayOptions":{"show":{"operation":["delete","get","getAll","update"],"resource":["task"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["delete","get","update"],"resource":["task"]}},"required":true,"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"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":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be finished"},{"displayName":"Reminder","name":"reminderDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be reminded"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal","description":"The importance of the task"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Not Started","value":"notStarted"},{"name":"In Progress","value":"inProgress"},{"name":"Completed","value":"completed"},{"name":"Waiting On Others","value":"waitingOnOthers"},{"name":"Deferred","value":"deferred"}],"default":"notStarted","description":"Indicates the state or progress of the task"},{"displayName":"Subject","name":"title","type":"string","default":"","description":"A brief description of the task"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","action":"Create a list"},{"name":"Delete","value":"delete","action":"Delete a list"},{"name":"Get","value":"get","action":"Get a list"},{"name":"Get Many","value":"getAll","action":"Get many lists"},{"name":"Update","value":"update","action":"Update a list"}],"default":"get"},{"displayName":"List Name","name":"displayName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"required":true,"default":"","description":"List display name"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"operation":["delete","get","update"],"resource":["list"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["list"],"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":["list"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"New List Name","name":"displayName","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"required":true,"default":"","description":"List display name"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsofttodo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/ToDo/todo.svg"},
296
297
  {"displayName":"Mindee","name":"mindee","group":["input"],"version":[1,2,3],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mindee API","defaults":{"name":"Mindee"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mindeeReceiptApi","required":true,"displayOptions":{"show":{"resource":["receipt"]}}},{"name":"mindeeInvoiceApi","required":true,"displayOptions":{"show":{"resource":["invoice"]}}}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":1,"description":"Which Mindee API Version to use"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":3,"description":"Which Mindee API Version to use"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[3]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":4,"description":"Which Mindee API Version to use"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Invoice","value":"invoice"},{"name":"Receipt","value":"receipt"}],"default":"receipt"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Predict","value":"predict"}],"default":"predict"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["predict"],"resource":["receipt","invoice"]}},"hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mindee/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mindee/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg"},