n8n-nodes-base 1.91.0 → 1.92.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 (152) hide show
  1. package/dist/credentials/Aws.credentials.js +0 -2
  2. package/dist/credentials/Aws.credentials.js.map +1 -1
  3. package/dist/credentials/JinaAiApi.credentials.js +61 -0
  4. package/dist/credentials/JinaAiApi.credentials.js.map +1 -0
  5. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js +1 -1
  6. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js.map +1 -1
  7. package/dist/known/credentials.json +8 -0
  8. package/dist/known/nodes.json +8 -0
  9. package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +1 -4
  10. package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/query.json +47 -0
  11. package/dist/nodes/Aws/Cognito/AwsCognito.node.js +102 -0
  12. package/dist/nodes/Aws/Cognito/AwsCognito.node.js.map +1 -0
  13. package/dist/nodes/Aws/Cognito/AwsCognito.node.json +18 -0
  14. package/dist/nodes/Aws/Cognito/cognito.svg +1 -0
  15. package/dist/nodes/Aws/Cognito/descriptions/common.description.js +160 -0
  16. package/dist/nodes/Aws/Cognito/descriptions/common.description.js.map +1 -0
  17. package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js +189 -0
  18. package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js.map +1 -0
  19. package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js +126 -0
  20. package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js.map +1 -0
  21. package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js +47 -0
  22. package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js.map +1 -0
  23. package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js +54 -0
  24. package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js.map +1 -0
  25. package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js +95 -0
  26. package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js.map +1 -0
  27. package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js +120 -0
  28. package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js.map +1 -0
  29. package/dist/nodes/Aws/Cognito/descriptions/index.js +45 -0
  30. package/dist/nodes/Aws/Cognito/descriptions/index.js.map +1 -0
  31. package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js +263 -0
  32. package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js.map +1 -0
  33. package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js +51 -0
  34. package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js.map +1 -0
  35. package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js +299 -0
  36. package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js.map +1 -0
  37. package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js +47 -0
  38. package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js.map +1 -0
  39. package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js +54 -0
  40. package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js.map +1 -0
  41. package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js +187 -0
  42. package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js.map +1 -0
  43. package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js +60 -0
  44. package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js.map +1 -0
  45. package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js +189 -0
  46. package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js.map +1 -0
  47. package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js +81 -0
  48. package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js.map +1 -0
  49. package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js +50 -0
  50. package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js.map +1 -0
  51. package/dist/nodes/Aws/Cognito/helpers/constants.js +91 -0
  52. package/dist/nodes/Aws/Cognito/helpers/constants.js.map +1 -0
  53. package/dist/nodes/Aws/Cognito/helpers/errorHandler.js +109 -0
  54. package/dist/nodes/Aws/Cognito/helpers/errorHandler.js.map +1 -0
  55. package/dist/nodes/Aws/Cognito/helpers/interfaces.js +17 -0
  56. package/dist/nodes/Aws/Cognito/helpers/interfaces.js.map +1 -0
  57. package/dist/nodes/Aws/Cognito/helpers/utils.js +318 -0
  58. package/dist/nodes/Aws/Cognito/helpers/utils.js.map +1 -0
  59. package/dist/nodes/Aws/Cognito/methods/index.js +39 -0
  60. package/dist/nodes/Aws/Cognito/methods/index.js.map +1 -0
  61. package/dist/nodes/Aws/Cognito/methods/listSearch.js +157 -0
  62. package/dist/nodes/Aws/Cognito/methods/listSearch.js.map +1 -0
  63. package/dist/nodes/Aws/Cognito/transport/index.js +72 -0
  64. package/dist/nodes/Aws/Cognito/transport/index.js.map +1 -0
  65. package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json +1 -7
  66. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +10 -1
  67. package/dist/nodes/Code/Pyodide.js +4 -1
  68. package/dist/nodes/Code/Pyodide.js.map +1 -1
  69. package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -15
  70. package/dist/nodes/EmailSend/__schema__/v2.1.0/email/send.json +7 -1
  71. package/dist/nodes/Github/__schema__/v1.1.0/file/list.json +44 -0
  72. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +1 -4
  73. package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json +1 -12
  74. package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +4 -7
  75. package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +1 -12
  76. package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/download.json +9 -0
  77. package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json +7 -1
  78. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json +1 -13
  79. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json +7 -1
  80. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +29 -113
  81. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json +1 -60
  82. package/dist/nodes/Google/Sheet/GoogleSheets.node.js +3 -2
  83. package/dist/nodes/Google/Sheet/GoogleSheets.node.js.map +1 -1
  84. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +2 -1
  85. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
  86. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +1 -1
  87. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
  88. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +4 -0
  89. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  90. package/dist/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +1 -4
  91. package/dist/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json +35 -1
  92. package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +4 -1
  93. package/dist/nodes/Hubspot/__schema__/v2.1.0/contact/search.json +1 -4
  94. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +45 -11
  95. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +2 -5
  96. package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +4 -4
  97. package/dist/nodes/ItemLists/__schema__/v3.0.0/itemList/limit.json +4 -1
  98. package/dist/nodes/JinaAI/JinaAi.node.js +486 -0
  99. package/dist/nodes/JinaAI/JinaAi.node.js.map +1 -0
  100. package/dist/nodes/JinaAI/JinaAi.node.json +18 -0
  101. package/dist/nodes/JinaAI/jinaAi.dark.svg +6 -0
  102. package/dist/nodes/JinaAI/jinaAi.svg +6 -0
  103. package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +259 -1
  104. package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +57 -37
  105. package/dist/nodes/Linear/__schema__/v1.0.0/issue/getAll.json +1 -12
  106. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.json +2 -2
  107. package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js +2 -2
  108. package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js.map +1 -1
  109. package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +1 -7
  110. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json +4 -1
  111. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +8 -47
  112. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +124 -1
  113. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +40 -20
  114. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/sendAndWait.json +12 -11
  115. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +13 -1
  116. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json +44 -0
  117. package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +1 -4
  118. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +21 -5
  119. package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +149 -2
  120. package/dist/nodes/Odoo/__schema__/v1.0.0/contact/getAll.json +10 -1
  121. package/dist/nodes/Odoo/__schema__/v1.0.0/custom/getAll.json +1 -4
  122. package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +49 -1
  123. package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +1 -29
  124. package/dist/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json +20 -25
  125. package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +1 -18
  126. package/dist/nodes/Plivo/__schema__/v1.0.0/call/make.json +15 -0
  127. package/dist/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json +1 -4
  128. package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +2 -2
  129. package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +5 -2
  130. package/dist/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +4 -1
  131. package/dist/nodes/SeaTable/__schema__/v2.0.0/row/list.json +30 -0
  132. package/dist/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json +1 -4
  133. package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +49 -3
  134. package/dist/nodes/Slack/__schema__/v2.3.0/message/post.json +4 -1
  135. package/dist/nodes/Ssh/__schema__/v1.0.0/command/execute.json +4 -1
  136. package/dist/nodes/Strapi/__schema__/v1.0.0/entry/get.json +32 -0
  137. package/dist/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json +1 -4
  138. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +27 -1
  139. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +7 -1
  140. package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +1 -4
  141. package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json +4 -1
  142. package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +7 -1
  143. package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +13 -1
  144. package/dist/nodes/Wordpress/PageDescription.js +0 -17
  145. package/dist/nodes/Wordpress/PageDescription.js.map +1 -1
  146. package/dist/nodes/Wordpress/__schema__/v1.0.0/post/get.json +7 -1
  147. package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +15 -16
  148. package/dist/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +1 -122
  149. package/dist/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json +1 -4
  150. package/dist/types/credentials.json +3 -2
  151. package/dist/types/nodes.json +9 -7
  152. package/package.json +8 -5
@@ -24,6 +24,7 @@
24
24
  {"displayName":"AWS SNS","name":"awsSns","group":["output"],"version":1,"subtitle":"={{$parameter[\"topic\"]}}","description":"Sends data to AWS SNS","defaults":{"name":"AWS SNS"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a topic","action":"Create a topic"},{"name":"Delete","value":"delete","description":"Delete a topic","action":"Delete a topic"},{"name":"Publish","value":"publish","description":"Publish a message to a topic","action":"Publish a message to a topic"}],"default":"publish"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"The display name to use for a topic with SMS subscriptions"},{"displayName":"Fifo Topic","name":"fifoTopic","type":"boolean","default":false,"description":"Whether the topic you want to create is a FIFO (first-in-first-out) topic"}],"displayOptions":{"show":{"operation":["create"]}}},{"displayName":"Topic","name":"topic","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a topic...","typeOptions":{"searchListMethod":"listTopics","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://us-east-1.console.aws.amazon.com/sns/v3/home?region=us-east-1#/topic/arn:aws:sns:us-east-1:777777777777:your_topic","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+(?:\\/.*|)","errorMessage":"Not a valid AWS SNS Topic URL"}}],"extractValue":{"type":"regex","regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/(arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+)(?:\\/.*|)"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+","errorMessage":"Not a valid AWS SNS Topic ARN"}}],"placeholder":"arn:aws:sns:your-aws-region:777777777777:your_topic"}],"displayOptions":{"show":{"operation":["publish","delete"]}}},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Subject when the message is delivered to email endpoints"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["publish"]}},"required":true,"default":"","description":"The message you want to send"}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awssns/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/sns.svg"},
25
25
  {"displayName":"AWS SNS Trigger","subtitle":"={{$parameter[\"topic\"].split(':')[5]}}","name":"awsSnsTrigger","group":["trigger"],"version":1,"description":"Handle AWS SNS events via webhooks","defaults":{"name":"AWS SNS Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Topic","name":"topic","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a topic...","typeOptions":{"searchListMethod":"listTopics","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://us-east-1.console.aws.amazon.com/sns/v3/home?region=us-east-1#/topic/arn:aws:sns:us-east-1:777777777777:your_topic","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+(?:\\/.*|)","errorMessage":"Not a valid AWS SNS Topic URL"}}],"extractValue":{"type":"regex","regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/(arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+)(?:\\/.*|)"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+","errorMessage":"Not a valid AWS SNS Topic ARN"}}],"placeholder":"arn:aws:sns:your-aws-region:777777777777:your_topic"}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.awssnstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/sns.svg"},
26
26
  {"displayName":"AWS Certificate Manager","name":"awsCertificateManager","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Certificate Manager","defaults":{"name":"AWS Certificate Manager"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Certificate","value":"certificate"}],"default":"certificate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Get","value":"get","description":"Get a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Get many certificates","action":"Get many certificates"},{"name":"Get Metadata","value":"getMetadata","description":"Get certificate metadata","action":"Get certificate metadata"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"renew"},{"displayName":"Certificate ARN","name":"certificateArn","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["renew","get","delete","getMetadata"]}},"description":"String that contains the ARN of the ACM certificate to be renewed. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012."},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["delete"]}}},{"displayName":"Certificate Key","name":"certificateKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["certificate"],"operation":["getMany"]}},"options":[{"displayName":"Certificate Statuses","name":"certificateStatuses","type":"multiOptions","options":[{"name":"Expired","value":"EXPIRED"},{"name":"Failed","value":"FAILED"},{"name":"Inactive","value":"INACTIVE"},{"name":"Issued","value":"ISSUED"},{"name":"Pending Validation","value":"PENDING_VALIDATION"},{"name":"Revoked","value":"REVOKED"},{"name":"Validation Timed Out","value":"VALIDATION_TIMED_OUT"}],"default":[],"description":"Filter the certificate list by status value"},{"displayName":"Extended Key Usage","name":"extendedKeyUsage","type":"multiOptions","options":[{"name":"Any","value":"ANY"},{"name":"Code Signing","value":"CODE_SIGNING"},{"name":"Custom","value":"CUSTOM"},{"name":"Email Protection","value":"EMAIL_PROTECTION"},{"name":"IPSEC End System","value":"IPSEC_END_SYSTEM"},{"name":"IPSEC Tunnel","value":"IPSEC_TUNNEL"},{"name":"IPSEC User","value":"IPSEC_USER"},{"name":"None","value":"NONE"},{"name":"OCSP Signing","value":"OCSP_SIGNING"},{"name":"Time Stamping","value":"TIME_STAMPING"},{"name":"TLS Web Client Authentication","value":"TLS_WEB_CLIENT_AUTHENTICATION"},{"name":"TLS Web Server Authentication","value":"TLS_WEB_SERVER_AUTHENTICATION"}],"default":[],"description":"Specify one or more ExtendedKeyUsage extension values"},{"displayName":"Key Types","name":"keyTypes","type":"multiOptions","options":[{"name":"EC Prime256v1","value":"EC_prime256v1"},{"name":"EC Secp384r1","value":"EC_secp384r1"},{"name":"EC Secp521r1","value":"EC_secp521r1"},{"name":"RSA 1024","value":"RSA_1024"},{"name":"RSA 2048","value":"RSA_2048"},{"name":"RSA 4096","value":"RSA_4096"}],"default":["RSA_2048"],"description":"Specify one or more algorithms that can be used to generate key pairs"},{"displayName":"Key Usage","name":"keyUsage","type":"multiOptions","options":[{"name":"Any","value":"ANY"},{"name":"Certificate Signing","value":"CERTIFICATE_SIGNING"},{"name":"CRL Signing","value":"CRL_SIGNING"},{"name":"Custom","value":"CUSTOM"},{"name":"Data Encipherment","value":"DATA_ENCIPHERMENT"},{"name":"Decipher Only","value":"DECIPHER_ONLY"},{"name":"Digital Signature","value":"DIGITAL_SIGNATURE"},{"name":"Encipher Only","value":"ENCIPHER_ONLY"},{"name":"Key Agreement","value":"KEY_AGREEMENT"},{"name":"Key Encipherment","value":"KEY_ENCIPHERMENT"},{"name":"Non Repudiation","value":"NON_REPUDIATION"}],"default":[],"description":"Specify one or more KeyUsage extension values"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscertificatemanager/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/CertificateManager/acm.svg"},
27
+ {"displayName":"AWS Cognito","name":"awsCognito","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Cognito","defaults":{"name":"AWS Cognito"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"requestDefaults":{"headers":{"Content-Type":"application/x-amz-json-1.1"},"qs":{"service":"cognito-idp","_region":"={{$credentials.region}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"user","routing":{"send":{"preSend":[null]}},"options":[{"name":"Group","value":"group"},{"name":"User","value":"user"},{"name":"User Pool","value":"userPool"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a new group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.CreateGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Group"}}]}},"action":"Create group"},{"name":"Delete","value":"delete","description":"Delete an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.DeleteGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete group"},{"name":"Get","value":"get","description":"Retrieve details of an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.GetGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}},"action":"Get group"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of groups","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.ListGroups"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null,{"type":"rootProperty","properties":{"property":"Groups"}}]}},"action":"Get many groups"},{"name":"Update","value":"update","description":"Update an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.UpdateGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update group"}]},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Group Name","name":"newGroupName","default":"","placeholder":"e.g. MyNewGroup","description":"The name of the new group to create","required":true,"type":"string","validateType":"string","routing":{"send":{"property":"GroupName","type":"body","preSend":[null]}},"displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Description","name":"description","default":"","placeholder":"e.g. New group description","description":"A description for the new group","type":"string","routing":{"send":{"type":"body","property":"Description"}}},{"displayName":"Precedence","name":"precedence","default":"","placeholder":"e.g. 10","description":"Precedence value for the group. Lower values indicate higher priority.","type":"number","routing":{"send":{"type":"body","property":"Precedence"}},"validateType":"number"},{"displayName":"Role ARN","name":"arn","default":"","placeholder":"e.g. arn:aws:iam::123456789012:role/GroupRole","description":"The role ARN for the group, used for setting claims in tokens","type":"string","routing":{"send":{"type":"body","property":"Arn","preSend":[null]}}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to delete","displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to retrieve","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","type":"boolean","routing":{"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.NextToken }}","request":{"body":{"NextToken":"={{ $response.body?.NextToken }}"}}}}}},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["group"],"operation":["getAll"]}},"routing":{"send":{"type":"body","property":"Limit"}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to update","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Option","type":"collection","default":{},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Description","name":"description","default":"","placeholder":"e.g. Updated group description","description":"A new description for the group","type":"string","routing":{"send":{"type":"body","property":"Description"}}},{"displayName":"Precedence","name":"precedence","default":"","placeholder":"e.g. 10","description":"The new precedence value for the group. Lower values indicate higher priority.","type":"number","routing":{"send":{"type":"body","property":"Precedence"}},"validateType":"number"},{"displayName":"Role ARN","name":"arn","default":"","placeholder":"e.g. arn:aws:iam::123456789012:role/GroupRole","description":"A new role Amazon Resource Name (ARN) for the group. Used for setting claims in tokens.","type":"string","routing":{"send":{"type":"body","property":"Arn","preSend":[null]}}}],"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addToGroup","description":"Add an existing user to a group","action":"Add user to group","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminAddUserToGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"addedToGroup\": true } }}"}}]}}},{"name":"Create","value":"create","description":"Create a new user","action":"Create user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminCreateUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"User"}}]}}},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminDeleteUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}}},{"name":"Get","value":"get","description":"Retrieve information of an existing user","action":"Get user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminGetUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.ListUsers"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null,{"type":"rootProperty","properties":{"property":"Users"}}]}},"action":"Get many users"},{"name":"Remove From Group","value":"removeFromGroup","description":"Remove a user from a group","action":"Remove user from group","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminRemoveUserFromGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"removedFromGroup\": true } }}"}}]}}},{"name":"Update","value":"update","description":"Update an existing user","action":"Update user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminUpdateUserAttributes"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}}}]},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User Name","name":"newUserName","default":"","description":"Depending on the user pool settings, this parameter requires the username, the email, or the phone number. No whitespace is allowed.","placeholder":"e.g. JohnSmith","required":true,"routing":{"send":{"property":"Username","type":"body"}},"type":"string","validateType":"string","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Message Action","name":"messageAction","default":"RESEND","type":"options","options":[{"name":"Resend","value":"RESEND","description":"Resend the invitation message to a user that already exists and reset the expiration limit on the user's account"},{"name":"Suppress","value":"SUPPRESS","description":"Suppress sending the message"}],"routing":{"send":{"property":"MessageAction","type":"body"}}},{"displayName":"Force Alias Creation","name":"forceAliasCreation","type":"boolean","validateType":"boolean","default":false,"description":"Whether this parameter is used only if the phone_number_verified or email_verified attribute is set to true. Otherwise, it is ignored. If set to true, and the phone number or email address specified in the UserAttributes parameter already exists as an alias with a different user, the alias will be migrated. If set to false, an AliasExistsException error is thrown if the alias already exists.","routing":{"send":{"type":"body","property":"ForceAliasCreation"}}},{"displayName":"User Attributes","name":"userAttributes","type":"fixedCollection","placeholder":"Add Attribute","default":{"attributes":[]},"required":true,"description":"Attributes to update for the user","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Attribute Type","name":"attributeType","type":"options","default":"standard","options":[{"name":"Standard Attribute","value":"standard"},{"name":"Custom Attribute","value":"custom"}]},{"displayName":"Standard Attribute","name":"standardName","type":"options","default":"address","options":[{"name":"Address","value":"address"},{"name":"Birthdate","value":"birthdate"},{"name":"Email","value":"email"},{"name":"Email Verified","value":"email_verified"},{"name":"Family Name","value":"family_name"},{"name":"Gender","value":"gender"},{"name":"Given Name","value":"given_name"},{"name":"Locale","value":"locale"},{"name":"Middle Name","value":"middle_name"},{"name":"Name","value":"name"},{"name":"Nickname","value":"nickname"},{"name":"Phone Number","value":"phone_number"},{"name":"Phone Number Verified","value":"phone_number_verified"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Profile Picture","value":"profilepicture"},{"name":"Updated At","value":"updated_at"},{"name":"User Sub","value":"sub"},{"name":"Website","value":"website"},{"name":"Zone Info","value":"zoneinfo"}],"displayOptions":{"show":{"attributeType":["standard"]}}},{"displayName":"Custom Attribute Name","name":"customName","type":"string","default":"","placeholder":"custom:myAttribute","description":"The name of the custom attribute (must start with \"custom:\")","displayOptions":{"show":{"attributeType":["custom"]}}},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute"}]}]},{"displayName":"Desired Delivery Mediums","name":"desiredDeliveryMediums","default":["SMS"],"description":"Specify how to send the welcome message","type":"multiOptions","options":[{"name":"SMS","value":"SMS"},{"name":"Email","value":"EMAIL"}],"routing":{"send":{"preSend":[null],"property":"DesiredDeliveryMediums","type":"body"}}},{"displayName":"Temporary Password","name":"temporaryPasswordOptions","type":"string","typeOptions":{"password":true},"default":"","description":"The user's temporary password that will be valid only once. If not set, Amazon Cognito will automatically generate one for you.","routing":{"send":{"property":"TemporaryPassword","type":"body"}}}],"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to retrieve","displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["get"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","type":"boolean","routing":{"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.PaginationToken }}","request":{"body":{"PaginationToken":"={{ $response.body?.PaginationToken }}"}}}}}},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"type":"body","property":"Limit"}}},{"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":["user"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Filter","name":"filter","values":[{"displayName":"Attribute","name":"attribute","type":"options","default":"email","description":"The attribute to search for","options":[{"name":"Cognito User Status","value":"cognito:user_status"},{"name":"Email","value":"email"},{"name":"Family Name","value":"family_name"},{"name":"Given Name","value":"given_name"},{"name":"Name","value":"name"},{"name":"Phone Number","value":"phone_number"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Status (Enabled)","value":"status"},{"name":"Sub","value":"sub"},{"name":"Username","value":"username"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute to search for"}]}],"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User Attributes","name":"userAttributes","type":"fixedCollection","placeholder":"Add Attribute","default":{"attributes":[]},"required":true,"description":"Attributes to update for the user","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Attribute Type","name":"attributeType","type":"options","default":"standard","options":[{"name":"Standard Attribute","value":"standard"},{"name":"Custom Attribute","value":"custom"}]},{"displayName":"Standard Attribute","name":"standardName","type":"options","default":"address","options":[{"name":"Address","value":"address"},{"name":"Birthdate","value":"birthdate"},{"name":"Email","value":"email"},{"name":"Family Name","value":"family_name"},{"name":"Gender","value":"gender"},{"name":"Given Name","value":"given_name"},{"name":"Locale","value":"locale"},{"name":"Middle Name","value":"middle_name"},{"name":"Name","value":"name"},{"name":"Nickname","value":"nickname"},{"name":"Phone Number","value":"phone_number"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Profile Picture","value":"profilepicture"},{"name":"Updated At","value":"updated_at"},{"name":"User Sub","value":"sub"},{"name":"Website","value":"website"},{"name":"Zone Info","value":"zoneinfo"}],"displayOptions":{"show":{"attributeType":["standard"]}}},{"displayName":"Custom Attribute Name","name":"customName","type":"string","default":"","placeholder":"custom:myAttribute","description":"The name of the custom attribute (must start with \"custom:\")","displayOptions":{"show":{"attributeType":["custom"]}}},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute"}]}],"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to add to the group","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to add the user to","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to remove from the group","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroupsForUser","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to remove the user from","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userPool"]}},"options":[{"name":"Get","value":"get","action":"Get user pool","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.DescribeUserPool"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"UserPool"}}]}}}],"default":"get"},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to retrieve","displayOptions":{"show":{"resource":["userPool"],"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":["userPool"],"operation":["get"]}}},{"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"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscognito/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Aws/Cognito/cognito.svg","dark":"icons/n8n-nodes-base/dist/nodes/Aws/Cognito/cognito.svg"}},
27
28
  {"displayName":"AWS Comprehend","name":"awsComprehend","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Amazon Comprehend","defaults":{"name":"AWS Comprehend"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Text","value":"text"}],"default":"text","description":"The resource to perform"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Detect Dominant Language","value":"detectDominantLanguage","description":"Identify the dominant language","action":"Identify the dominant language"},{"name":"Detect Entities","value":"detectEntities","description":"Inspects text for named entities, and returns information about them","action":"Inspect text for named entities, and returns information about them"},{"name":"Detect Sentiment","value":"detectSentiment","description":"Analyse the sentiment of the text","action":"Analyze the sentiment of the text"}],"default":"detectDominantLanguage"},{"displayName":"Language Code","name":"languageCode","type":"options","options":[{"name":"Arabic","value":"ar"},{"name":"Chinese","value":"zh"},{"name":"Chinese (T)","value":"zh-TW"},{"name":"English","value":"en"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Hindi","value":"hi"},{"name":"Italian","value":"it"},{"name":"Japanese","value":"ja"},{"name":"Korean","value":"ko"},{"name":"Portuguese","value":"pt"},{"name":"Spanish","value":"es"}],"default":"en","displayOptions":{"show":{"resource":["text"],"operation":["detectSentiment","detectEntities"]}},"description":"The language code for text"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["text"]}},"description":"The text to send"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["text"],"operation":["detectDominantLanguage"]}},"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","displayOptions":{"show":{"resource":["text"],"operation":["detectEntities"]}},"default":{},"options":[{"displayName":"Endpoint Arn","name":"endpointArn","type":"string","default":"","description":"The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscomprehend/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/Comprehend/comprehend.svg"},
28
29
  {"displayName":"AWS DynamoDB","name":"awsDynamoDb","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the AWS DynamoDB API","defaults":{"name":"AWS DynamoDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Item","value":"item"}],"default":"item"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update an item"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"}],"default":"upsert"},{"displayName":"Table Name or ID","name":"tableName","description":"Table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"displayOptions":{"show":{"resource":["item"]}},"default":[],"typeOptions":{"loadOptionsMethod":"getTables"}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["upsert"]}},"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":{"operation":["upsert"],"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":{"operation":["upsert"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field ID","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":["item"],"operation":["upsert"]}},"options":[{"displayName":"Expression Attribute Values","name":"eavUi","description":"Substitution tokens for attribute names in an expression. Only needed when the parameter \"condition expression\" is set.","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"options":[{"name":"eavValues","displayName":"Expression Attribute Vaue","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Condition Expression","name":"conditionExpression","type":"string","default":"","description":"A condition that must be satisfied in order for a conditional upsert to succeed. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."}]},{"displayName":"Return","name":"returnValues","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}},"options":[{"name":"Attribute Values","value":"ALL_OLD","description":"The content of the old item is returned"},{"name":"Nothing","value":"NONE","description":"Nothing is returned"}],"default":"NONE","description":"Use ReturnValues if you want to get the item attributes as they appeared before they were deleted"},{"displayName":"Keys","name":"keysUi","type":"fixedCollection","placeholder":"Add Key","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Key","name":"keyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"B"},{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Item's primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["delete"],"returnValues":["ALL_OLD"]}},"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":["item"],"operation":["delete"]}},"options":[{"displayName":"Condition Expression","name":"conditionExpression","type":"string","default":"","description":"A condition that must be satisfied in order for a conditional delete to succeed"},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">Info</a>."},{"displayName":"Expression Attribute Values","name":"expressionAttributeUi","description":"Substitution tokens for attribute names in an expression. Only needed when the parameter \"condition expression\" is set.","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"options":[{"name":"expressionAttributeValues","displayName":"Expression Attribute Vaue","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]},{"displayName":"Select","name":"select","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"name":"All Attributes","value":"ALL_ATTRIBUTES"},{"name":"All Projected Attributes","value":"ALL_PROJECTED_ATTRIBUTES"},{"name":"Specific Attributes","value":"SPECIFIC_ATTRIBUTES","description":"Select them in Attributes to Select under Additional Fields"}],"default":"ALL_ATTRIBUTES"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"],"select":["ALL_PROJECTED_ATTRIBUTES","ALL_ATTRIBUTES"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Keys","name":"keysUi","type":"fixedCollection","placeholder":"Add Key","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Key","name":"keyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"B"},{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Item's primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Attributes to Select","name":"projectionExpression","type":"string","placeholder":"id, name","default":""},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."},{"displayName":"Read Type","name":"readType","type":"options","options":[{"name":"Strongly Consistent Read","value":"stronglyConsistentRead"},{"name":"Eventually Consistent Read","value":"eventuallyConsistentRead"}],"default":"eventuallyConsistentRead","description":"Type of read to perform on the table. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html\">View details</a>."}]},{"displayName":"Scan","name":"scan","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"default":false,"description":"Whether to do an scan or query. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-query-scan.html\" >differences</a>."},{"displayName":"Filter Expression","name":"filterExpression","type":"string","displayOptions":{"show":{"scan":[true]}},"default":"","description":"A filter expression determines which items within the Scan results should be returned to you. All of the other results are discarded. Empty value will return all Scan results."},{"displayName":"Key Condition Expression","name":"keyConditionExpression","description":"Condition to determine the items to be retrieved. The condition must perform an equality test on a single partition key value, in this format: <code>partitionKeyName = :partitionkeyval</code>","placeholder":"id = :id","default":"","type":"string","required":true,"displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"scan":[false]}}},{"displayName":"Expression Attribute Values","name":"eavUi","description":"Substitution tokens for attribute names in an expression","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"name":"eavValues","displayName":"Expression Attribute Vaue","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["item"],"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":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Select","name":"select","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"name":"All Attributes","value":"ALL_ATTRIBUTES"},{"name":"All Projected Attributes","value":"ALL_PROJECTED_ATTRIBUTES"},{"name":"Count","value":"COUNT"},{"name":"Specific Attributes","value":"SPECIFIC_ATTRIBUTES","description":"Select them in Attributes to Select under Additional Fields"}],"default":"ALL_ATTRIBUTES"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"select":["ALL_PROJECTED_ATTRIBUTES","ALL_ATTRIBUTES","SPECIFIC_ATTRIBUTES"]}},"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 Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"displayName":"Index Name","name":"indexName","description":"Name of the index to query. It can be any secondary local or global index on the table.","type":"string","default":""},{"displayName":"Attributes to Select","name":"projectionExpression","type":"string","default":"","description":"Text that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas."},{"displayName":"Filter Expression","name":"filterExpression","type":"string","displayOptions":{"show":{"/scan":[false]}},"default":"","description":"Text that contains conditions that DynamoDB applies after the Query operation, but before the data is returned. Items that do not satisfy the FilterExpression criteria are not returned."},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">Info</a>."}]}],"codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awsdynamodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/DynamoDB/dynamodb.svg"},
29
30
  {"displayName":"AWS ELB","name":"awsElb","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS ELB API","defaults":{"name":"AWS ELB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Listener Certificate","value":"listenerCertificate"},{"name":"Load Balancer","value":"loadBalancer"}],"default":"loadBalancer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["loadBalancer"]}},"options":[{"name":"Create","value":"create","description":"Create a load balancer","action":"Create a load balancer"},{"name":"Delete","value":"delete","description":"Delete a load balancer","action":"Delete a load balancer"},{"name":"Get","value":"get","description":"Get a load balancer","action":"Get a load balancer"},{"name":"Get Many","value":"getMany","description":"Get many load balancers","action":"Get many load balancers"}],"default":"create"},{"displayName":"IP Address Type","name":"ipAddressType","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Ipv4","value":"ipv4"},{"name":"Dualstack","value":"dualstack"}],"default":"ipv4","description":"The type of IP addresses used by the subnets for your load balancer"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"default":"","description":"This name must be unique per region per account, can have a maximum of 32 characters"},{"displayName":"Schema","name":"schema","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Internal","value":"internal"},{"name":"Internet Facing","value":"internet-facing"}],"default":"internet-facing"},{"displayName":"Type","name":"type","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Application","value":"application"},{"name":"Network","value":"network"}],"default":"application"},{"displayName":"Subnet ID Names or IDs","name":"subnets","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSubnets"},"required":true,"default":[]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["loadBalancer"]}},"default":{},"options":[{"displayName":"Security Group IDs","name":"securityGroups","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getSecurityGroups"},"default":[]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"tagValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key of the tag"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the tag"}]}]}]},{"displayName":"Load Balancer ARN","name":"loadBalancerId","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular loadBalancer"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["loadBalancer"],"operation":["getMany"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","description":"Max number of results to return","default":100,"typeOptions":{"maxValue":400,"minValue":1},"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["getMany"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getMany"],"resource":["loadBalancer"],"returnAll":[true]}},"default":{},"options":[{"displayName":"Names","name":"names","type":"string","default":"","description":"The names of the load balancers. Multiples can be defined separated by comma."}]},{"displayName":"Load Balancer ARN","name":"loadBalancerId","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["delete"]}},"default":"","description":"ID of loadBalancer to delete"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["listenerCertificate"]}},"options":[{"name":"Add","value":"add","description":"Add the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener","action":"Add a listener certificate"},{"name":"Get Many","value":"getMany","description":"Get many listener certificates","action":"Get many listener certificates"},{"name":"Remove","value":"remove","description":"Remove the specified certificate from the certificate list for the specified HTTPS or TLS listener","action":"Remove a listener certificate"}],"default":"add"},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Certificate ARN","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer"},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","description":"Max number of results to return","default":100,"typeOptions":{"maxValue":400,"minValue":1},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"],"returnAll":[false]}}},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Certificate ARN","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awselb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/ELB/elb.svg"},
@@ -142,7 +143,7 @@
142
143
  {"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"},
143
144
  {"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"},
144
145
  {"displayName":"Google Ads","name":"googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v17/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (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"},
145
- {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-04-27T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-04T00: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":"2025-04-27T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-04T00: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/"}]}}},
146
+ {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-05-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-11T00: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":"2025-05-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-11T00: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/"}]}}},
146
147
  {"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
147
148
  {"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."}],"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/"}]}}},
148
149
  {"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/"}]}}},
@@ -166,8 +167,8 @@
166
167
  {"displayName":"Google Business Profile","name":"googleBusinessProfile","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Business Profile API","defaults":{"name":"Google Business Profile"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"hints":[{"message":"Please select a parameter in the options to modify the post","displayCondition":"={{$parameter[\"resource\"] === \"post\" && $parameter[\"operation\"] === \"update\" && Object.keys($parameter[\"additionalOptions\"]).length === 0}}","whenToDisplay":"always","location":"outputPane","type":"warning"}],"credentials":[{"name":"googleBusinessProfileOAuth2Api","required":true}],"requestDefaults":{"baseURL":"https://mybusiness.googleapis.com/v4","headers":{"Accept":"application/json","Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Review","value":"review"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","action":"Create post","description":"Create a new post on Google Business Profile","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/localPosts"}}},{"name":"Delete","value":"delete","action":"Delete post","description":"Delete an existing post","routing":{"request":{"method":"DELETE","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","action":"Get post","description":"Retrieve details of a specific post","routing":{"request":{"method":"GET","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","action":"Get many posts","description":"Retrieve multiple posts","routing":{"send":{"paginate":true},"operations":{},"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/localPosts","qs":{"pageSize":"={{ $parameter[\"limit\"] ? ($parameter[\"limit\"] < 100 ? $parameter[\"limit\"] : 100) : 100 }}"}}}},{"name":"Update","value":"update","action":"Update a post","description":"Update an existing post","routing":{"send":{"preSend":[null,null]},"request":{"method":"PATCH","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post Type","name":"postType","required":true,"type":"options","default":"STANDARD","description":"The type of post to create (standard, event, offer, or alert)","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"topicType"}},"options":[{"name":"Standard","value":"STANDARD"},{"name":"Event","value":"EVENT"},{"name":"Offer","value":"OFFER"},{"name":"Alert","value":"ALERT"}]},{"displayName":"Summary","name":"summary","required":true,"type":"string","default":"","description":"The main text of the post","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"summary"}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","description":"E.g. Sales this week.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}},"routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date and Time","name":"startDateTime","required":true,"type":"dateTime","default":"","description":"The start date and time of the event","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}}},{"displayName":"End Date and Time","name":"endDateTime","required":true,"type":"dateTime","default":"","description":"The end date and time of the event","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","description":"E.g. 20% off in store or online.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date","name":"startDate","required":true,"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The start date of the offer","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}}},{"displayName":"End Date","name":"endDate","required":true,"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The end date of the offer","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}}},{"displayName":"Alert Type","name":"alertType","required":true,"type":"options","default":"COVID_19","description":"The sub-type of the alert","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["ALERT"]}},"routing":{"send":{"type":"body","property":"alertType"}},"options":[{"name":"Covid 19","value":"COVID_19","description":"This alert is related to the 2019 Coronavirus Disease pandemic"}]},{"displayName":"Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Language","name":"languageCode","type":"string","default":"","placeholder":"e.g. en","description":"The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.","routing":{"send":{"type":"body","property":"languageCode"}}},{"displayName":"Call to Action Type","name":"callToActionType","type":"options","default":"ACTION_TYPE_UNSPECIFIED","description":"The type of call to action","displayOptions":{"show":{"/postType":["STANDARD","EVENT","ALERT"]}},"routing":{"send":{"type":"body","property":"callToAction.actionType"}},"options":[{"name":"Action Type Unspecified","value":"ACTION_TYPE_UNSPECIFIED","description":"Type unspecified"},{"name":"Book","value":"BOOK","description":"This post wants a user to book an appointment/table/etc"},{"name":"Call","value":"CALL","description":"This post wants a user to call the business"},{"name":"Learn More","value":"LEARN_MORE","description":"This post wants a user to learn more (at their website)"},{"name":"Order","value":"ORDER","description":"This post wants a user to order something"},{"name":"Shop","value":"SHOP","description":"This post wants a user to browse a product catalog"},{"name":"Sign Up","value":"SIGN_UP","description":"This post wants a user to register/sign up/join something"}]},{"displayName":"Call to Action Url","name":"url","type":"string","default":"","description":"The URL that users are sent to when clicking through the promotion","displayOptions":{"show":{"/postType":["STANDARD","EVENT","ALERT"]}},"routing":{"send":{"type":"body","property":"callToAction.url"}}},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"The coupon code for the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.couponCode"}}},{"displayName":"Redeem Online Url","name":"redeemOnlineUrl","type":"string","default":"","description":"Link to redeem the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.redeemOnlineUrl"}}},{"displayName":"Terms and Conditions","name":"termsConditions","type":"string","default":"","description":"The terms and conditions of the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.termsConditions"}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"type":"boolean"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":20,"description":"Max number of results to return","displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Make sure that the updated options are supported by the post type. <a target='_blank' href='https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts#resource:-localpost'>More info</a>.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["post"],"operation":["update"]}}},{"displayName":"Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Summary","name":"summary","type":"string","default":"","description":"The main text of the post","routing":{"send":{"type":"body","property":"summary"}}},{"displayName":"Language","name":"languageCode","type":"string","default":"","placeholder":"e.g. en","description":"The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.","routing":{"send":{"type":"body","property":"languageCode"}}},{"displayName":"Call to Action Type","name":"callToActionType","type":"options","default":"ACTION_TYPE_UNSPECIFIED","description":"The type of call to action","routing":{"send":{"type":"body","property":"callToAction.actionType"}},"options":[{"name":"Action Type Unspecified","value":"ACTION_TYPE_UNSPECIFIED","description":"Type unspecified"},{"name":"Book","value":"BOOK","description":"This post wants a user to book an appointment/table/etc"},{"name":"Get Offer","value":"GET_OFFER","description":"Deprecated. Use OFFER in LocalPostTopicType to create a post with offer content."},{"name":"Learn More","value":"LEARN_MORE","description":"This post wants a user to learn more (at their website)"},{"name":"Order","value":"ORDER","description":"This post wants a user to order something"},{"name":"Shop","value":"SHOP","description":"This post wants a user to browse a product catalog"},{"name":"Sign Up","value":"SIGN_UP","description":"This post wants a user to register/sign up/join something"}]},{"displayName":"Call to Action Url","name":"url","type":"string","default":"","description":"The URL that users are sent to when clicking through the promotion","routing":{"send":{"type":"body","property":"callToAction.url"}}},{"displayName":"Start Date and Time","name":"startDateTime","type":"dateTime","default":"","description":"The start date and time of the event"},{"displayName":"End Date and Time","name":"endDateTime","type":"dateTime","default":"","description":"The end date and time of the event"},{"displayName":"Title","name":"title","type":"string","default":"","description":"E.g. 20% off in store or online.","routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date","name":"startDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The start date of the offer"},{"displayName":"End Date","name":"endDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The end date of the offer"},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"The coupon code for the offer","routing":{"send":{"type":"body","property":"offer.couponCode"}}},{"displayName":"Redeem Online Url","name":"redeemOnlineUrl","type":"string","default":"","description":"Link to redeem the offer","routing":{"send":{"type":"body","property":"offer.redeemOnlineUrl"}}},{"displayName":"Terms and Conditions","name":"termsConditions","type":"string","default":"","description":"The terms and conditions of the offer","routing":{"send":{"type":"body","property":"offer.termsConditions"}}}]},{"displayName":"Operation","name":"operation","type":"options","default":"get","noDataExpression":true,"displayOptions":{"show":{"resource":["review"]}},"options":[{"name":"Delete Reply","value":"delete","action":"Delete a reply to a review","description":"Delete a reply to a review","routing":{"request":{"method":"DELETE","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}/reply","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","action":"Get review","description":"Retrieve details of a specific review on Google Business Profile","routing":{"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","action":"Get many reviews","description":"Retrieve multiple reviews","routing":{"send":{"paginate":true},"operations":{},"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews","qs":{"pageSize":"={{ $parameter[\"limit\"] ? ($parameter[\"limit\"] < 50 ? $parameter[\"limit\"] : 50) : 50 }}"}}}},{"name":"Reply","value":"reply","action":"Reply to review","description":"Reply to a review","routing":{"request":{"method":"PUT","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}/reply","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"type":"boolean"},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1},"default":20,"description":"Max number of results to return","displayOptions":{"show":{"resource":["review"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Reply","name":"reply","type":"string","default":"","description":"The body of the reply (up to 4096 characters)","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"typeOptions":{"rows":5},"routing":{"send":{"type":"body","property":"comment"}}},{"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":["Marketing","Productivity"],"alias":["Google My Business","GMB","My Business"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebusinessprofile/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BusinessProfile/googleBusinessProfile.svg"},
167
168
  {"displayName":"Google Business Profile Trigger","name":"googleBusinessProfileTrigger","group":["trigger"],"version":1,"description":"Fetches reviews from Google Business Profile and starts the workflow on specified polling intervals.","subtitle":"={{\"Google Business Profile Trigger\"}}","defaults":{"name":"Google Business Profile Trigger"},"credentials":[{"name":"googleBusinessProfileOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Event","name":"event","required":true,"type":"options","noDataExpression":true,"default":"reviewAdded","options":[{"name":"Review Added","value":"reviewAdded"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"event":["reviewAdded"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"event":["reviewAdded"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]}],"codex":{"categories":["Communication"],"alias":["Google My Business","GMB","My Business"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlebusinessprofiletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BusinessProfile/googleBusinessProfile.svg"},
168
169
  {"displayName":"Google Perspective","name":"googlePerspective","group":["transform"],"version":1,"description":"Consume Google Perspective API","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Google Perspective"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googlePerspectiveOAuth2Api","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Analyze Comment","value":"analyzeComment"}],"default":"analyzeComment"},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["analyzeComment"]}}},{"displayName":"Attributes to Analyze","name":"requestedAttributesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Atrribute","required":true,"displayOptions":{"show":{"operation":["analyzeComment"]}},"options":[{"displayName":"Properties","name":"requestedAttributesValues","values":[{"displayName":"Attribute Name","name":"attributeName","type":"options","options":[{"name":"Flirtation","value":"flirtation"},{"name":"Identity Attack","value":"identity_attack"},{"name":"Insult","value":"insult"},{"name":"Profanity","value":"profanity"},{"name":"Severe Toxicity","value":"severe_toxicity"},{"name":"Sexually Explicit","value":"sexually_explicit"},{"name":"Threat","value":"threat"},{"name":"Toxicity","value":"toxicity"}],"description":"Attribute to analyze in the text. Details <a href=\"https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages\">here</a>.","default":"flirtation"},{"displayName":"Score Threshold","name":"scoreThreshold","type":"number","typeOptions":{"numberPrecision":2,"minValue":0,"maxValue":1},"description":"Score above which to return results. At zero, all scores are returned.","default":0}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["analyzeComment"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Language Name or ID","name":"languages","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Analytics","Utility"],"alias":["Moderation"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleperspective/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Google/Perspective/googlePerspective.svg","dark":"icons/n8n-nodes-base/dist/nodes/Google/Perspective/googlePerspective.dark.svg"}},
169
- {"displayName":"Google Sheets","name":"googleSheets","group":["input","output"],"defaultVersion":4.5,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","version":[3,4,4.1,4.2,4.3,4.4,4.5],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"hints":[{"message":"Use the 'Minimise API Calls' option for greater efficiency if your sheet is uniformly formatted without gaps between columns or rows","displayCondition":"={{$parameter[\"operation\"] === \"append\" && !$parameter[\"options\"][\"useAppend\"]}}","whenToDisplay":"beforeExecution","location":"outputPane"},{"message":"No columns found in Google Sheet. All rows will be appended","displayCondition":"={{ [\"appendOrUpdate\", \"append\"].includes($parameter[\"operation\"]) && $parameter?.columns?.mappingMode === \"defineBelow\" && !$parameter?.columns?.schema?.length }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"spreadsheet"},{"name":"Sheet Within Document","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append or Update Row","value":"appendOrUpdate","description":"Append a new row or update an existing one (upsert)","action":"Append or update row in sheet"},{"name":"Append Row","value":"append","description":"Create a new row in a sheet","action":"Append row in sheet"},{"name":"Clear","value":"clear","description":"Delete all the contents or a part of a sheet","action":"Clear sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create sheet"},{"name":"Delete","value":"remove","description":"Permanently delete a sheet","action":"Delete sheet"},{"name":"Delete Rows or Columns","value":"delete","description":"Delete columns or rows from a sheet","action":"Delete rows or columns from sheet"},{"name":"Get Row(s)","value":"read","description":"Retrieve one or more rows from a sheet","action":"Get row(s) in sheet"},{"name":"Update Row","value":"update","description":"Update an existing row in a sheet","action":"Update row in sheet"}],"default":"read"},{"displayName":"Document","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":{"resource":["sheet"]}}},{"displayName":"Sheet","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"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"Sheet1"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append","appendOrUpdate","clear","delete","read","remove","update"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"In this mode, make sure the incoming data is named the same as the columns in your Sheet. (Use an 'Edit Fields' node before this node to change it if required.)","name":"autoMapNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["append"],"dataMode":["autoMapInputData"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive."}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Clear","name":"clear","type":"options","options":[{"name":"Whole Sheet","value":"wholeSheet"},{"name":"Specific Rows","value":"specificRows"},{"name":"Specific Columns","value":"specificColumns"},{"name":"Specific Range","value":"specificRange"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"]},"hide":{"sheetName":[""]}},"default":"wholeSheet","description":"What to clear"},{"displayName":"Keep First Row","name":"keepFirstRow","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["wholeSheet"]},"hide":{"sheetName":[""]}},"default":false},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The row number to delete from, The first row is 1","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"rowsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"columnsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRange"]},"hide":{"sheetName":[""]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"Title","name":"title","type":"string","required":true,"default":"n8n-sheet","displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"description":"The name of the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"}]},{"displayName":"To Delete","name":"toDelete","type":"options","options":[{"name":"Rows","value":"rows","description":"Rows to delete"},{"name":"Columns","value":"columns","description":"Columns to delete"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]},"hide":{"sheetName":[""]}},"default":"rows","description":"What to delete"},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":2,"description":"The row number to delete from, The first row is 2","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Filters","name":"filtersUI","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Filter","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Column","name":"lookupColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowWithGeneratedColumnNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"lookupValue","type":"string","default":"","hint":"The column must have this value to be matched"}]}],"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"OR","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"AND","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Data Location on Sheet","name":"dataLocationOnSheet","type":"fixedCollection","placeholder":"Select Range","default":{"values":{"rangeDefinition":"detectAutomatically"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Range Definition","name":"rangeDefinition","type":"options","options":[{"name":"Detect Automatically","value":"detectAutomatically","description":"Automatically detect the data range"},{"name":"Specify Range (A1 Notation)","value":"specifyRangeA1","description":"Manually specify the data range"},{"name":"Specify Range (Rows)","value":"specifyRange","description":"Manually specify the data range"}],"default":""},{"displayName":"Read Rows Until","name":"readRowsUntil","type":"options","default":"lastRowInSheet","options":[{"name":"First Empty Row","value":"firstEmptyRow"},{"name":"Last Row In Sheet","value":"lastRowInSheet"}],"displayOptions":{"show":{"rangeDefinition":["detectAutomatically"]}}},{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A:Z","description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details.","hint":"You can specify both the rows and the columns, e.g. C4:E7","displayOptions":{"show":{"rangeDefinition":["specifyRangeA1"]}}}]}]},{"displayName":"Output Formatting","name":"outputFormatting","type":"fixedCollection","placeholder":"Add Formatting","default":{"values":{"general":"UNFORMATTED_VALUE","date":"FORMATTED_STRING"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"General Formatting","name":"general","type":"options","options":[{"name":"Values (unformatted)","value":"UNFORMATTED_VALUE","description":"Numbers stay as numbers, but any currency signs or special formatting is lost"},{"name":"Values (formatted)","value":"FORMATTED_VALUE","description":"Numbers are turned to text, and displayed as in Google Sheets (e.g. with commas or currency signs)"},{"name":"Formulas","value":"FORMULA"}],"default":"","description":"Determines how values should be rendered in the output"},{"displayName":"Date Formatting","name":"date","type":"options","default":"","options":[{"name":"Formatted Text","value":"FORMATTED_STRING","description":"As displayed in Google Sheets, e.g. '01/01/2022'"},{"name":"Serial Number","value":"SERIAL_NUMBER","description":"A number representing the number of days since Dec 30, 1899"}]}]}]},{"displayName":"Return only First Matching Row","name":"returnFirstMatch","type":"boolean","default":false,"description":"Whether to select the first row of the sheet or the first matching row (if filters are set)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.5}}]}}},{"displayName":"When Filter Has Multiple Matches","name":"returnAllMatches","type":"options","default":"returnFirstMatch","options":[{"name":"Return First Match","value":"returnFirstMatch","description":"Return only the first match"},{"name":"Return All Matches","value":"returnAllMatches","description":"Return all values that match"}],"description":"By default only the first result gets returned, Set to \"Return All Matches\" to get multiple matches","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.5}}]}}}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create spreadsheet"},{"name":"Delete","value":"deleteSpreadsheet","description":"Delete a spreadsheet","action":"Delete spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"}]}],"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t<ul>\n\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Document","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":{"resource":["spreadsheet"],"operation":["deleteSpreadsheet"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
170
- {"displayName":"Google Sheets ","name":"googleSheets","group":["input","output"],"defaultVersion":4.5,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","version":[1,2],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","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","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Spreadsheet","value":"spreadsheet"},{"name":"Sheet","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to a sheet","action":"Append data to a sheet"},{"name":"Clear","value":"clear","description":"Clear data from a sheet","action":"Clear a sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create a sheet"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a sheet"},{"name":"Delete","value":"delete","description":"Delete columns and rows from a sheet","action":"Delete a sheet"},{"name":"Lookup","value":"lookup","description":"Look up a specific column value and return the matching row","action":"Look up a column value in a sheet"},{"name":"Read","value":"read","description":"Read data from a sheet","action":"Read a sheet"},{"name":"Remove","value":"remove","description":"Remove a sheet","action":"Remove a sheet"},{"name":"Update","value":"update","description":"Update rows in a sheet","action":"Update a sheet"}],"default":"read"},{"displayName":"Spreadsheet ID","name":"sheetId","type":"string","displayOptions":{"show":{"resource":["sheet"]}},"default":"","required":true,"description":"The ID of the Google Spreadsheet. Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/."},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["create","delete","remove"]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"To Delete","name":"toDelete","placeholder":"Add Columns/Rows to delete","description":"Deletes columns and rows from a sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]}},"default":{},"options":[{"displayName":"Columns","name":"columns","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of column to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of columns to delete"}]},{"displayName":"Rows","name":"rows","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of row to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of rows to delete"}]}]},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["read"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["read"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"]}},"default":false,"description":"Whether the data supplied is RAW instead of parsed into keys"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[true]}},"description":"The name of the property from which to read the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["append","create","clear","delete","remove"],"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["clear","create","delete","remove"],"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitive."},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Key","name":"key","type":"string","default":"id","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[false]}},"description":"The name of the key to identify which data should be updated in the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append","lookup","read","update","upsert"]}},"options":[{"displayName":"Continue If Empty","name":"continue","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup","read"]}},"description":"By default, the workflow stops executing if the lookup/read does not return values"},{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup"]}},"description":"By default only the first result gets returned. If options gets set all found matches get returned."},{"displayName":"Use Header Names as JSON Paths","name":"usePathForKeyRow","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["append"]}},"description":"Whether you want to match the headers as path, for example, the row header \"category.name\" will match the \"category\" object and get the field \"name\" from it. By default \"category.name\" will match with the field with exact name, not nested object."},{"displayName":"Value Input Mode","name":"valueInputMode","type":"options","displayOptions":{"show":{"/operation":["append","update","upsert"]}},"options":[{"name":"RAW","value":"RAW","description":"The values will not be parsed and will be stored as-is"},{"name":"User Entered","value":"USER_ENTERED","description":"The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI."}],"default":"RAW","description":"Determines how data should be interpreted"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["lookup","read"]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale.For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\""},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["update","upsert"],"/rawData":[false]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\"."},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create a spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Sheet Properties","name":"propertiesUi","placeholder":"Add Property","type":"collection","default":{},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"}]}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"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":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Grid Properties","name":"gridProperties","type":"collection","placeholder":"Add Property","default":{},"options":[{"displayName":"Column Count","name":"columnCount","type":"number","default":0,"description":"The number of columns in the grid"},{"displayName":"Column Group Control After","name":"columnGroupControlAfter","type":"boolean","default":false,"description":"Whether the column grouping control toggle is shown after the group"},{"displayName":"Frozen Column Count","name":"frozenColumnCount","type":"number","default":0,"description":"The number of columns that are frozen in the grid"},{"displayName":"Frozen Row Count","name":"frozenRowCount","type":"number","default":0,"description":"The number of rows that are frozen in the grid"},{"displayName":"Hide Gridlines","name":"hideGridlines","type":"boolean","default":false,"description":"Whether the grid isn't showing gridlines in the UI"},{"displayName":"Row Count","name":"rowCount","type":"number","default":0,"description":"The number of rows in the grid"},{"displayName":"Row Group Control After","name":"rowGroupControlAfter","type":"boolean","default":false,"description":"Whether the row grouping control toggle is shown after the group"}],"description":"The type of the sheet"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The Sheet name"}]},{"displayName":"Sheet ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["remove"]}},"description":"The ID of the sheet to delete"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
170
+ {"displayName":"Google Sheets","name":"googleSheets","group":["input","output"],"defaultVersion":4.6,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","version":[3,4,4.1,4.2,4.3,4.4,4.5,4.6],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"hints":[{"message":"Use the 'Minimise API Calls' option for greater efficiency if your sheet is uniformly formatted without gaps between columns or rows","displayCondition":"={{$parameter[\"operation\"] === \"append\" && !$parameter[\"options\"][\"useAppend\"]}}","whenToDisplay":"beforeExecution","location":"outputPane"},{"message":"No columns found in Google Sheet. All rows will be appended","displayCondition":"={{ [\"appendOrUpdate\", \"append\"].includes($parameter[\"operation\"]) && $parameter?.columns?.mappingMode === \"defineBelow\" && !$parameter?.columns?.schema?.length }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"spreadsheet"},{"name":"Sheet Within Document","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append or Update Row","value":"appendOrUpdate","description":"Append a new row or update an existing one (upsert)","action":"Append or update row in sheet"},{"name":"Append Row","value":"append","description":"Create a new row in a sheet","action":"Append row in sheet"},{"name":"Clear","value":"clear","description":"Delete all the contents or a part of a sheet","action":"Clear sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create sheet"},{"name":"Delete","value":"remove","description":"Permanently delete a sheet","action":"Delete sheet"},{"name":"Delete Rows or Columns","value":"delete","description":"Delete columns or rows from a sheet","action":"Delete rows or columns from sheet"},{"name":"Get Row(s)","value":"read","description":"Retrieve one or more rows from a sheet","action":"Get row(s) in sheet"},{"name":"Update Row","value":"update","description":"Update an existing row in a sheet","action":"Update row in sheet"}],"default":"read"},{"displayName":"Document","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":{"resource":["sheet"]}}},{"displayName":"Sheet","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"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"Sheet1"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append","appendOrUpdate","clear","delete","read","remove","update"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"In this mode, make sure the incoming data is named the same as the columns in your Sheet. (Use an 'Edit Fields' node before this node to change it if required.)","name":"autoMapNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["append"],"dataMode":["autoMapInputData"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive."}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Clear","name":"clear","type":"options","options":[{"name":"Whole Sheet","value":"wholeSheet"},{"name":"Specific Rows","value":"specificRows"},{"name":"Specific Columns","value":"specificColumns"},{"name":"Specific Range","value":"specificRange"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"]},"hide":{"sheetName":[""]}},"default":"wholeSheet","description":"What to clear"},{"displayName":"Keep First Row","name":"keepFirstRow","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["wholeSheet"]},"hide":{"sheetName":[""]}},"default":false},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The row number to delete from, The first row is 1","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"rowsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"columnsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRange"]},"hide":{"sheetName":[""]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"Title","name":"title","type":"string","required":true,"default":"n8n-sheet","displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"description":"The name of the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"}]},{"displayName":"To Delete","name":"toDelete","type":"options","options":[{"name":"Rows","value":"rows","description":"Rows to delete"},{"name":"Columns","value":"columns","description":"Columns to delete"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]},"hide":{"sheetName":[""]}},"default":"rows","description":"What to delete"},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":2,"description":"The row number to delete from, The first row is 2","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Filters","name":"filtersUI","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Filter","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Column","name":"lookupColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowWithGeneratedColumnNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"lookupValue","type":"string","default":"","hint":"The column must have this value to be matched"}]}],"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"OR","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"AND","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Data Location on Sheet","name":"dataLocationOnSheet","type":"fixedCollection","placeholder":"Select Range","default":{"values":{"rangeDefinition":"detectAutomatically"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Range Definition","name":"rangeDefinition","type":"options","options":[{"name":"Detect Automatically","value":"detectAutomatically","description":"Automatically detect the data range"},{"name":"Specify Range (A1 Notation)","value":"specifyRangeA1","description":"Manually specify the data range"},{"name":"Specify Range (Rows)","value":"specifyRange","description":"Manually specify the data range"}],"default":""},{"displayName":"Read Rows Until","name":"readRowsUntil","type":"options","default":"lastRowInSheet","options":[{"name":"First Empty Row","value":"firstEmptyRow"},{"name":"Last Row In Sheet","value":"lastRowInSheet"}],"displayOptions":{"show":{"rangeDefinition":["detectAutomatically"]}}},{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A:Z","description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details.","hint":"You can specify both the rows and the columns, e.g. C4:E7","displayOptions":{"show":{"rangeDefinition":["specifyRangeA1"]}}}]}]},{"displayName":"Output Formatting","name":"outputFormatting","type":"fixedCollection","placeholder":"Add Formatting","default":{"values":{"general":"UNFORMATTED_VALUE","date":"FORMATTED_STRING"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"General Formatting","name":"general","type":"options","options":[{"name":"Values (unformatted)","value":"UNFORMATTED_VALUE","description":"Numbers stay as numbers, but any currency signs or special formatting is lost"},{"name":"Values (formatted)","value":"FORMATTED_VALUE","description":"Numbers are turned to text, and displayed as in Google Sheets (e.g. with commas or currency signs)"},{"name":"Formulas","value":"FORMULA"}],"default":"","description":"Determines how values should be rendered in the output"},{"displayName":"Date Formatting","name":"date","type":"options","default":"","options":[{"name":"Formatted Text","value":"FORMATTED_STRING","description":"As displayed in Google Sheets, e.g. '01/01/2022'"},{"name":"Serial Number","value":"SERIAL_NUMBER","description":"A number representing the number of days since Dec 30, 1899"}]}]}]},{"displayName":"Return only First Matching Row","name":"returnFirstMatch","type":"boolean","default":false,"description":"Whether to select the first row of the sheet or the first matching row (if filters are set)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.5}}]}}},{"displayName":"When Filter Has Multiple Matches","name":"returnAllMatches","type":"options","default":"returnFirstMatch","options":[{"name":"Return First Match","value":"returnFirstMatch","description":"Return only the first match"},{"name":"Return All Matches","value":"returnAllMatches","description":"Return all values that match"}],"description":"By default only the first result gets returned, Set to \"Return All Matches\" to get multiple matches","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.5}}]}}}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","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":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create spreadsheet"},{"name":"Delete","value":"deleteSpreadsheet","description":"Delete a spreadsheet","action":"Delete spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"}]}],"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t<ul>\n\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Document","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":{"resource":["spreadsheet"],"operation":["deleteSpreadsheet"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
171
+ {"displayName":"Google Sheets ","name":"googleSheets","group":["input","output"],"defaultVersion":4.6,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","version":[1,2],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","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","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Spreadsheet","value":"spreadsheet"},{"name":"Sheet","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to a sheet","action":"Append data to a sheet"},{"name":"Clear","value":"clear","description":"Clear data from a sheet","action":"Clear a sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create a sheet"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a sheet"},{"name":"Delete","value":"delete","description":"Delete columns and rows from a sheet","action":"Delete a sheet"},{"name":"Lookup","value":"lookup","description":"Look up a specific column value and return the matching row","action":"Look up a column value in a sheet"},{"name":"Read","value":"read","description":"Read data from a sheet","action":"Read a sheet"},{"name":"Remove","value":"remove","description":"Remove a sheet","action":"Remove a sheet"},{"name":"Update","value":"update","description":"Update rows in a sheet","action":"Update a sheet"}],"default":"read"},{"displayName":"Spreadsheet ID","name":"sheetId","type":"string","displayOptions":{"show":{"resource":["sheet"]}},"default":"","required":true,"description":"The ID of the Google Spreadsheet. Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/."},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["create","delete","remove"]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"To Delete","name":"toDelete","placeholder":"Add Columns/Rows to delete","description":"Deletes columns and rows from a sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]}},"default":{},"options":[{"displayName":"Columns","name":"columns","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of column to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of columns to delete"}]},{"displayName":"Rows","name":"rows","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of row to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of rows to delete"}]}]},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["read"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["read"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"]}},"default":false,"description":"Whether the data supplied is RAW instead of parsed into keys"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[true]}},"description":"The name of the property from which to read the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["append","create","clear","delete","remove"],"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["clear","create","delete","remove"],"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitive."},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Key","name":"key","type":"string","default":"id","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[false]}},"description":"The name of the key to identify which data should be updated in the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append","lookup","read","update","upsert"]}},"options":[{"displayName":"Continue If Empty","name":"continue","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup","read"]}},"description":"By default, the workflow stops executing if the lookup/read does not return values"},{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup"]}},"description":"By default only the first result gets returned. If options gets set all found matches get returned."},{"displayName":"Use Header Names as JSON Paths","name":"usePathForKeyRow","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["append"]}},"description":"Whether you want to match the headers as path, for example, the row header \"category.name\" will match the \"category\" object and get the field \"name\" from it. By default \"category.name\" will match with the field with exact name, not nested object."},{"displayName":"Value Input Mode","name":"valueInputMode","type":"options","displayOptions":{"show":{"/operation":["append","update","upsert"]}},"options":[{"name":"RAW","value":"RAW","description":"The values will not be parsed and will be stored as-is"},{"name":"User Entered","value":"USER_ENTERED","description":"The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI."}],"default":"RAW","description":"Determines how data should be interpreted"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["lookup","read"]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale.For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\""},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["update","upsert"],"/rawData":[false]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\"."},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create a spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Sheet Properties","name":"propertiesUi","placeholder":"Add Property","type":"collection","default":{},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"}]}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"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":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Grid Properties","name":"gridProperties","type":"collection","placeholder":"Add Property","default":{},"options":[{"displayName":"Column Count","name":"columnCount","type":"number","default":0,"description":"The number of columns in the grid"},{"displayName":"Column Group Control After","name":"columnGroupControlAfter","type":"boolean","default":false,"description":"Whether the column grouping control toggle is shown after the group"},{"displayName":"Frozen Column Count","name":"frozenColumnCount","type":"number","default":0,"description":"The number of columns that are frozen in the grid"},{"displayName":"Frozen Row Count","name":"frozenRowCount","type":"number","default":0,"description":"The number of rows that are frozen in the grid"},{"displayName":"Hide Gridlines","name":"hideGridlines","type":"boolean","default":false,"description":"Whether the grid isn't showing gridlines in the UI"},{"displayName":"Row Count","name":"rowCount","type":"number","default":0,"description":"The number of rows in the grid"},{"displayName":"Row Group Control After","name":"rowGroupControlAfter","type":"boolean","default":false,"description":"Whether the row grouping control toggle is shown after the group"}],"description":"The type of the sheet"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The Sheet name"}]},{"displayName":"Sheet ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["remove"]}},"description":"The ID of the sheet to delete"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
171
172
  {"displayName":"Google Sheets Trigger","name":"googleSheetsTrigger","group":["trigger"],"version":1,"subtitle":"={{($parameter[\"event\"])}}","description":"Starts the workflow when Google Sheets events occur","defaults":{"name":"Google Sheets Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"googleSheetsTriggerOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["triggerOAuth2"]}}}],"polling":true,"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"hidden","options":[{"name":"OAuth2 (recommended)","value":"triggerOAuth2"}],"default":"triggerOAuth2"},{"displayName":"Document","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"}]},{"displayName":"Sheet","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"}}]}]},{"displayName":"Trigger On","name":"event","type":"options","description":"It will be triggered also by newly created columns (if the 'Columns to Watch' option is not set)","options":[{"name":"Row Added","value":"rowAdded"},{"name":"Row Updated","value":"rowUpdate"},{"name":"Row Added or Updated","value":"anyUpdate"}],"default":"anyUpdate","required":true},{"displayName":"Include in Output","name":"includeInOutput","type":"options","default":"new","description":"This option will be effective only when automatically executing the workflow","options":[{"name":"New Version","value":"new"},{"name":"Old Version","value":"old"},{"name":"Both Versions","value":"both"}],"displayOptions":{"hide":{"event":["rowAdded"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Columns to Watch","name":"columnsToWatch","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":[],"displayOptions":{"show":{"/event":["anyUpdate","rowUpdate"]}}},{"displayName":"Data Location on Sheet","name":"dataLocationOnSheet","type":"fixedCollection","placeholder":"Select Range","default":{"values":{"rangeDefinition":"specifyRangeA1"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Range Definition","name":"rangeDefinition","type":"options","options":[{"name":"Specify Range (A1 Notation)","value":"specifyRangeA1","description":"Manually specify the data range"},{"name":"Specify Range (Rows)","value":"specifyRange","description":"Manually specify the data range"}],"default":""},{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive.","hint":"First row is row 1","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index of the first row which contains the actual data and not the keys. Starts with 1.","hint":"First row is row 1","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A:Z","description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details.","hint":"You can specify both the rows and the columns, e.g. C4:E7","displayOptions":{"show":{"rangeDefinition":["specifyRangeA1"]}}}]}]},{"displayName":"Value Render","name":"valueRender","type":"options","options":[{"name":"Unformatted","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply"},{"name":"Formatted","value":"FORMATTED_VALUE","description":"Values will be formatted and calculated according to the cell's formatting (based on the spreadsheet's locale)"},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas."}],"default":"UNFORMATTED_VALUE","description":"Determines how values will be rendered in the output. <a href=\"https://developers.google.com/sheets/api/reference/rest/v4/ValueRenderOption\" target=\"_blank\">More info</a>.","displayOptions":{"hide":{"/event":["anyUpdate","rowUpdate"]}}},{"displayName":"DateTime Render","name":"dateTimeRenderOption","type":"options","options":[{"name":"Serial Number","value":"SERIAL_NUMBER","description":"Fields will be returned as doubles in \"serial number\" format (as popularized by Lotus 1-2-3)"},{"name":"Formatted String","value":"FORMATTED_STRING","description":"Fields will be rendered as strings in their given number format (which depends on the spreadsheet locale)"}],"default":"SERIAL_NUMBER","description":"Determines how dates should be rendered in the output. <a href=\"https://developers.google.com/sheets/api/reference/rest/v4/DateTimeRenderOption\" target=\"_blank\">More info</a>.","displayOptions":{"hide":{"/event":["anyUpdate","rowUpdate"]}}}]}],"codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlesheetstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg"},
172
173
  {"displayName":"Google Slides","name":"googleSlides","group":["input","output"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Google Slides API","defaults":{"name":"Google Slides"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleSlidesOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Page","value":"page"},{"name":"Presentation","value":"presentation"}],"default":"presentation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a presentation","action":"Create a presentation"},{"name":"Get","value":"get","description":"Get a presentation","action":"Get a presentation"},{"name":"Get Slides","value":"getSlides","description":"Get presentation slides","action":"Get slides from a presentation"},{"name":"Replace Text","value":"replaceText","description":"Replace text in a presentation","action":"Replace text in a presentation"}],"displayOptions":{"show":{"resource":["presentation"]}},"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Get Thumbnail","value":"getThumbnail","description":"Get a thumbnail","action":"Get the thumbnail for a page"}],"displayOptions":{"show":{"resource":["page"]}},"default":"get"},{"displayName":"Title","name":"title","description":"Title of the presentation to create","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["presentation"],"operation":["create"]}}},{"displayName":"Presentation ID","name":"presentationId","description":"ID of the presentation to retrieve. Found in the presentation URL: <code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>","placeholder":"1wZtNFZ8MO-WKrxhYrOLMvyiqSgFwdSz5vn8_l_7eNqw","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["presentation","page"],"operation":["get","getThumbnail","getSlides","replaceText"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getSlides"],"resource":["presentation"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getSlides"],"resource":["presentation"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Page Object ID","name":"pageObjectId","description":"ID of the page object to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["get","getThumbnail"]}}},{"displayName":"Texts To Replace","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["presentation"],"operation":["replaceText"]}},"default":{},"options":[{"name":"textValues","displayName":"Text","values":[{"displayName":"Match Case","name":"matchCase","type":"boolean","default":false,"description":"Whether the search should respect case. True : the search is case sensitive. False : the search is case insensitive."},{"displayName":"Slide Names or IDs","name":"pageObjectIds","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getPages","loadOptionsDependsOn":["presentationId"]},"description":"If non-empty, limits the matches to slide elements only on the given slides. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search For","name":"text","type":"string","default":"","description":"The text to search for in the slide"},{"displayName":"Replace With","name":"replaceText","type":"string","default":"","description":"The text that will replace the matched text"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["replaceText"],"resource":["presentation"]}},"default":{},"options":[{"displayName":"Revision ID","name":"revisionId","type":"string","default":"","description":"The revision ID of the presentation required for the write request. If specified and the requiredRevisionId doesn't exactly match the presentation's current revisionId, the request will not be processed and will return a 400 bad request error."}]},{"displayName":"Download","name":"download","type":"boolean","default":false,"displayOptions":{"show":{"resource":["page"],"operation":["getThumbnail"]}},"description":"Name of the binary property to which to write the data of the read page"},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["page"],"operation":["getThumbnail"],"download":[true]}}}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleslides/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Slides/googleslides.svg"},
173
174
  {"displayName":"Google Tasks","name":"googleTasks","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Tasks API","defaults":{"name":"Google Tasks"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleTasksOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Add a task to tasklist","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks from a tasklist","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"TaskList Name or ID","name":"task","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":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task","displayOptions":{"show":{"operation":["create"],"resource":["task"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"options":[{"displayName":"Completion Date","name":"completed","type":"dateTime","default":"","description":"Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed."},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether the task has been deleted"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Due date of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Additional Notes"},{"displayName":"Parent","name":"parent","type":"string","default":"","description":"Parent task identifier. If the task is created at the top level, this parameter is omitted."},{"displayName":"Previous","name":"previous","type":"string","default":"","description":"Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Needs Action","value":"needsAction"},{"name":"Completed","value":"completed"}],"default":"","description":"Current status of the task"}]},{"displayName":"TaskList Name or ID","name":"task","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":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"TaskList Name or ID","name":"task","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":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"TaskList Name or ID","name":"task","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":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"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":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"displayName":"Completed Max","name":"completedMax","type":"dateTime","default":"","description":"Upper bound for a task completion date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Completed Min","name":"completedMin","type":"dateTime","default":"","description":"Lower bound for a task completion date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Due Min","name":"dueMin","type":"dateTime","default":"","description":"Lower bound for a task due date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Due Max","name":"dueMax","type":"dateTime","default":"","description":"Upper bound for a task due date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Show Completed","name":"showCompleted","type":"boolean","default":true,"description":"Whether completed tasks are returned in the result. <strong>Show Hidden</strong> must also be True to show tasks completed in first party clients such as the web UI or Google's mobile apps."},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether deleted tasks are returned in the result"},{"displayName":"Show Hidden","name":"showHidden","type":"boolean","default":false,"description":"Whether hidden tasks are returned in the result"},{"displayName":"Updated Min","name":"updatedMin","type":"dateTime","default":"","description":"Lower bound for a task last modification time (as a RFC 3339 timestamp) to filter by"}]},{"displayName":"TaskList Name or ID","name":"task","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":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Update Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"options":[{"displayName":"Completion Date","name":"completed","type":"dateTime","default":"","description":"Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed."},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether the task has been deleted"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Due date of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Additional Notes"},{"displayName":"Previous","name":"previous","type":"string","default":"","description":"Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Needs Update","value":"needsAction"},{"name":"Completed","value":"completed"}],"default":"","description":"Current status of the task"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googletasks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Task/googleTasks.svg"},
@@ -209,6 +210,7 @@
209
210
  {"displayName":"Item Lists","name":"itemLists","group":["input"],"hidden":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":3.1,"version":1,"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Combine fields into a list in a single new item"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Remove items if there are too many"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove extra items that are similar"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Change the item order"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Turn a list inside item(s) into separate items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Aggregate items together (pivot table)"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]}}},
210
211
  {"displayName":"Iterable","name":"iterable","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Iterable API","defaults":{"name":"Iterable"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"iterableApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"User","value":"user"},{"name":"User List","value":"userList"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Record the actions a user perform","action":"Track an event"}],"default":"track"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The name of the event to track","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","description":"Campaign tied to conversion"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"Time event happened"},{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end event specified key of the event defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end event specified value of the event defined data"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Either email or userId must be passed in to identify the user. If both are passed in, email takes precedence."},{"displayName":"ID","name":"id","type":"string","default":"","description":"Optional event ID. If an event exists with that ID, the event will be updated. If none is specified, a new ID will automatically be generated and returned."},{"displayName":"Template ID","name":"templateId","type":"string","default":""},{"displayName":"User ID","name":"userId","type":"string","default":"","description":"userId that was passed into the updateUser call"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new user, or update the current one if it already exists (upsert)","action":"Create or update a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"}],"default":"upsert"},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":""},{"displayName":"Create If Doesn't Exist","name":"preferUserId","type":"boolean","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"],"identifier":["userId"]}},"default":true,"description":"Whether to create a new user if the idetifier does not exist"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"options":[{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end user specified key of the user defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end user specified value of the user defined data"}]}]},{"displayName":"Merge Nested Objects","name":"mergeNestedObjects","type":"boolean","default":false,"description":"Whether to merge top level objects instead of overwriting (default: false), e.g. if user profile has data: {mySettings:{mobile:true}} and change contact field has data: {mySettings:{email:true}}, the resulting profile: {mySettings:{mobile:true,email:true}}"}]},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userList"]}},"options":[{"name":"Add","value":"add","description":"Add user to list","action":"Add a user to a list"},{"name":"Remove","value":"remove","description":"Remove a user from a list","action":"Remove a user from a list"}],"default":"add"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":""},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"number","default":0,"description":"Attribute unsubscribe to a campaign"},{"displayName":"Channel Unsubscribe","name":"channelUnsubscribe","type":"boolean","default":false,"description":"Whether to unsubscribe email from list's associated channel - essentially a global unsubscribe"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.iterable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/iterable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Iterable/iterable.png"},
211
212
  {"displayName":"Jenkins","name":"jenkins","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jenkins API","defaults":{"name":"Jenkins"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"jenkinsApi","required":true,"testedBy":"jenkinApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Build","value":"build"},{"name":"Instance","value":"instance"},{"name":"Job","value":"job"}],"default":"job","noDataExpression":true},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a specific job","action":"Copy a job"},{"name":"Create","value":"create","description":"Create a new job","action":"Create a job"},{"name":"Trigger","value":"trigger","description":"Trigger a specific job","action":"Trigger a job"},{"name":"Trigger with Parameters","value":"triggerParams","description":"Trigger a specific job","action":"Trigger a job with parameters"}],"default":"trigger","description":"Possible operations","noDataExpression":true},{"displayName":"Make sure the job is setup to support triggering with parameters. <a href=\"https://wiki.jenkins.io/display/JENKINS/Parameterized+Build\" target=\"_blank\">More info</a>","name":"triggerParamsNotice","type":"notice","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"default":""},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["job"],"operation":["trigger","triggerParams","copy"]}},"required":true,"default":"","description":"Name of the job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parameters","name":"param","type":"fixedCollection","placeholder":"Add Parameter","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"required":true,"default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"params","displayName":"Parameters","values":[{"displayName":"Name or ID","name":"name","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":"getJobParameters","loadOptionsDependsOn":["job"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Parameters for Jenkins job"},{"displayName":"New Job Name","name":"newJob","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["copy","create"]}},"required":true,"default":"","description":"Name of the new Jenkins job"},{"displayName":"XML","name":"xml","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["create"]}},"required":true,"default":"","description":"XML of Jenkins config"},{"displayName":"To get the XML of an existing job, add ‘config.xml’ to the end of the job URL","name":"createNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["job"],"operation":["create"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["instance"]}},"options":[{"name":"Cancel Quiet Down","value":"cancelQuietDown","description":"Cancel quiet down state","action":"Cancel Quiet Down an instance"},{"name":"Quiet Down","value":"quietDown","description":"Put Jenkins in quiet mode, no builds can be started, Jenkins is ready for shutdown","action":"Quiet Down an instance"},{"name":"Restart","value":"restart","description":"Restart Jenkins immediately on environments where it is possible","action":"Restart an instance"},{"name":"Safely Restart","value":"safeRestart","description":"Restart Jenkins once no jobs are running on environments where it is possible","action":"Safely Restart an instance"},{"name":"Safely Shutdown","value":"safeExit","description":"Shutdown once no jobs are running","action":"Safely Shutdown an instance"},{"name":"Shutdown","value":"exit","description":"Shutdown Jenkins immediately","action":"Shutdown an instance"}],"default":"safeRestart","description":"Jenkins instance operations","noDataExpression":true},{"displayName":"Reason","name":"reason","type":"string","displayOptions":{"show":{"resource":["instance"],"operation":["quietDown"]}},"default":"","description":"Freeform reason for quiet down mode"},{"displayName":"Instance operation can shutdown Jenkins instance and make it unresponsive. Some commands may not be available depending on instance implementation.","name":"instanceNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["instance"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["build"]}},"options":[{"name":"Get Many","value":"getAll","description":"List Builds","action":"Get many builds"}],"default":"getAll","noDataExpression":true},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"required":true,"default":"","description":"Name of the job. 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","default":false,"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jenkins/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jenkins/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jenkins/jenkins.svg"},
213
+ {"displayName":"Jina AI","name":"jinaAi","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Jina AI API","defaults":{"name":"Jina AI"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"jinaAiApi","required":true}],"requestDefaults":{"headers":{"Accept":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Reader","value":"reader"},{"name":"Research","value":"research"}],"default":"reader"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reader"]}},"options":[{"name":"Read","value":"read","action":"Read URL content","description":"Fetches content from a URL and converts it to clean, LLM-friendly formats","routing":{"request":{"method":"GET","url":"=https://r.jina.ai/{{ $parameter[\"url\"] }}","headers":{"X-Return-Format":"={{ $parameter[\"options\"][\"outputFormat\"] }}","X-Target-Selector":"={{ $parameter[\"options\"][\"targetSelector\"] }}","X-Remove-Selector":"={{ $parameter[\"options\"][\"excludeSelector\"] }}","X-With-Generated-Alt":"={{ $parameter[\"options\"][\"enableImageCaptioning\"] }}","X-Wait-For-Selector":"={{ $parameter[\"options\"][\"waitForSelector\"] }}"}},"output":{"postReceive":[{"type":"rootProperty","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"property":"data"}}]}}},{"name":"Search","value":"search","action":"Search web","description":"Performs a web search via Jina AI and returns top results as clean, LLM-friendly formats","routing":{"request":{"method":"GET","url":"https://s.jina.ai/","headers":{"X-Return-Format":"={{ $parameter[\"options\"][\"outputFormat\"] }}","X-Site":"={{ $parameter[\"options\"][\"siteFilter\"] }}"},"qs":{"q":"={{ $parameter[\"searchQuery\"] }}","page":"={{ $parameter[\"options\"][\"pageNumber\"] }}"}},"output":{"postReceive":[{"type":"rootProperty","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"property":"data"}}]}}}],"default":"read"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["research"]}},"options":[{"name":"Deep Research","value":"deepResearch","action":"Perform deep research","description":"Research a topic and generate a structured research report","routing":{"request":{"method":"POST","url":"https://deepsearch.jina.ai/v1/chat/completions","body":{"messages":[{"role":"user","content":"={{ $parameter[\"researchQuery\"] }}"}],"max_returned_urls":"={{ $parameter[\"options\"][\"maxReturnedSources\"] }}","boost_hostnames":"={{ $parameter[\"options\"][\"prioritizeSources\"].split(/,\\s*/) }}","bad_hostnames":"={{ $parameter[\"options\"][\"excludeSources\"].split(/,\\s*/) }}","only_hostnames":"={{ $parameter[\"options\"][\"siteFilter\"].split(/,\\s*/) }}"}},"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"content":"={{ $responseItem[\"choices\"][0][\"message\"][\"content\"] }}","annotations":"={{ $responseItem[\"choices\"][0][\"message\"][\"annotations\"] }}","usage":"={{ $responseItem[\"usage\"] }}"}}]}}}],"default":"deepResearch"},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","placeholder":"https://jina.ai/","description":"The URL to fetch content from","displayOptions":{"show":{"resource":["reader"],"operation":["read"]}}},{"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":["reader"],"operation":["read"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["reader"],"operation":["read"]}},"options":[{"displayName":"Output Format","name":"outputFormat","description":"Specify desired output format","type":"options","options":[{"name":"HTML","value":"html"},{"name":"JSON","value":""},{"name":"Markdown","value":"markdown"},{"name":"Screenshot","value":"screenshot"},{"name":"Text","value":"text"}],"default":""},{"displayName":"Target CSS Selector","name":"targetSelector","type":"string","description":"CSS selector to focus on specific page elements","default":"","placeholder":"e.g. #main-content .article"},{"displayName":"Exclude CSS Selector","name":"excludeSelector","type":"string","description":"CSS selector for elements to exclude","default":"","placeholder":"e.g. header, footer, .ads"},{"displayName":"Enable Image Captioning","name":"enableImageCaptioning","type":"boolean","default":false,"description":"Whether to generate captions for images within the content"},{"displayName":"Wait for CSS Selector","name":"waitForSelector","type":"string","description":"Wait for a specific element to appear before extracting content (for dynamic pages)","default":"","placeholder":"e.g. #results-loaded"}]},{"displayName":"Search Query","name":"searchQuery","type":"string","required":true,"default":"","placeholder":"e.g. Jina AI","displayOptions":{"show":{"resource":["reader"],"operation":["search"]}}},{"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":["reader"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["reader"],"operation":["search"]}},"options":[{"displayName":"Output Format","name":"outputFormat","description":"Specify desired output format","type":"options","options":[{"name":"HTML","value":"html"},{"name":"JSON","value":""},{"name":"Markdown","value":"markdown"},{"name":"Screenshot","value":"screenshot"},{"name":"Text","value":"text"}],"default":"json"},{"displayName":"Site Filter","name":"siteFilter","type":"string","description":"Restrict search to specific websites","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Page Number","name":"pageNumber","type":"number","typeOptions":{"minValue":1,"numberPrecision":0},"description":"The page number of the search results to retrieve","default":"","placeholder":"1"}]},{"displayName":"Research Query","name":"researchQuery","type":"string","required":true,"default":"","description":"The topic or question for the AI to research","placeholder":"e.g. Analyze the impact of renewable energy sources on climate change mitigation","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["research"],"operation":["deepResearch"]}}},{"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":["research"],"operation":["deepResearch"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["research"],"operation":["deepResearch"]}},"options":[{"displayName":"Max Returned Sources","name":"maxReturnedSources","description":"The maximum number of URLs to include in the final answer","type":"number","typeOptions":{"minValue":1,"numberPrecision":0},"default":"","placeholder":"e.g. 5"},{"displayName":"Prioritize Sources","name":"prioritizeSources","type":"string","description":"A list of domains that are given a higher priority for content retrieval","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Exclude Sources","name":"excludeSources","type":"string","description":"A list of domains to be strictly excluded from content retrieval","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Site Filter","name":"siteFilter","type":"string","description":"Restrict search to specific websites","default":"","placeholder":"e.g. jina.ai, github.com"}]},{"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":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jinaai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jinaai/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/JinaAI/jinaAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/JinaAI/jinaAi.dark.svg"}},
212
214
  {"displayName":"Jira Software","name":"jira","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jira Software API","defaults":{"name":"Jira Software"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"jiraSoftwareCloudApi","required":true,"displayOptions":{"show":{"jiraVersion":["cloud"]}}},{"name":"jiraSoftwareServerApi","required":true,"displayOptions":{"show":{"jiraVersion":["server"]}}},{"name":"jiraSoftwareServerPatApi","required":true,"displayOptions":{"show":{"jiraVersion":["serverPat"]}}}],"properties":[{"displayName":"Jira Version","name":"jiraVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"},{"name":"Server Pat (Self Hosted)","value":"serverPat"}],"default":"cloud"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Issue","value":"issue","description":"Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask"},{"name":"Issue Attachment","value":"issueAttachment","description":"Add, remove, and get an attachment from an issue"},{"name":"Issue Comment","value":"issueComment","description":"Get, create, update, and delete a comment from an issue"},{"name":"User","value":"user","description":"Get, create and delete a user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Changelog","value":"changelog","description":"Get issue changelog","action":"Get an issue changelog"},{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Notify","value":"notify","description":"Create an email notification for an issue and add it to the mail queue","action":"Create an email notification for an issue"},{"name":"Status","value":"transitions","description":"Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status","action":"Get the status of an issue"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Project","name":"project","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Project","name":"list","type":"list","placeholder":"Select a Project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Project ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{2,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Issue Type","name":"list","type":"list","placeholder":"Select an Issue Type...","typeOptions":{"searchListMethod":"getIssueTypes"}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Issue Type ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Component Names or IDs","name":"componentIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjectComponents","loadOptionsDependsOn":["project"]},"default":[]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Issue Type","name":"issueType","type":"string","default":"","description":"Issue Types"},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Summary","name":"summary","type":"string","default":""},{"displayName":"Status","name":"statusId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Status","name":"list","type":"list","placeholder":"Select a Status...","typeOptions":{"searchListMethod":"getTransitions"}},{"displayName":"ID","name":"id","type":"string","placeholder":"11","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Status ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":""},{"displayName":"Delete Subtasks","name":"deleteSubtasks","type":"boolean","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":false},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":""},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":false,"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":["issue"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"<p>Use expand to include additional information about the issues in the response. This parameter accepts a comma-separated list. Expand options include:\n\t\t\t\t<ul>\n\t\t\t\t\t<li><code>renderedFields</code> Returns field values rendered in HTML format.</li>\n\t\t\t\t\t<li><code>names</code> Returns the display name of each field.</li>\n\t\t\t\t\t<li><code>schema</code> Returns the schema describing a field type.</li>\n\t\t\t\t\t<li><code>transitions</code> Returns all possible transitions for the issue.</li>\n\t\t\t\t\t<li><code>editmeta</code> Returns information about how each field can be edited.</li>\n\t\t\t\t\t<li><code>changelog</code> Returns a list of recent updates to an issue, sorted by date, starting from the most recent.</li>\n\t\t\t\t\t<li><code>versionedRepresentations</code> Returns a JSON array for each version of a field's value, with the highest number representing the most recent version. Note: When included in the request, the fields parameter is ignored.</li>\n\t\t\t\t</ul>"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of fields. Allowed values: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"Properties","name":"properties","type":"string","default":"","description":"A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values: <code>*all</code> Returns all issue properties. Any issue property key, prefixed with a minus to exclude. Examples: <code>*all</code> Returns all properties. <code>*all</code>,-prop1 Returns all properties except prop1. <code>prop1,prop2</code> Returns prop1 and prop2 properties. This parameter may be specified multiple times. For example, properties=prop1,prop2& properties=prop3."},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira. This also populates the JQL issues search lastViewed field."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"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":["issue"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"options":[{"name":"Changelog","value":"changelog","description":"Returns a list of recent updates to an issue, sorted by date, starting from the most recent"},{"name":"Editmeta","value":"editmeta","description":"Returns information about how each field can be edited"},{"name":"Names","value":"names","description":"Returns the display name of each field"},{"name":"Operations","value":"operations","description":"Returns all possible operations for the issue"},{"name":"Rendered Fields","value":"renderedFields","description":"Returns field values rendered in HTML format"},{"name":"Schema","value":"schema","description":"Returns the schema describing a field type"},{"name":"Transitions","value":"transitions","description":"Returns all possible transitions for the issue"},{"name":"Versioned Representations","value":"versionedRepresentations","description":"JSON array containing each version of a field's value"}],"description":"Use expand to include additional information about issues in the response"},{"displayName":"Fields","name":"fields","type":"string","default":"*navigable","description":"A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"JQL","name":"jql","type":"string","default":"","description":"A JQL expression"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"options":[{"displayName":"HTML Body","name":"htmlBody","type":"string","default":"","description":"The HTML body of the email notification for the issue"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."},{"displayName":"Text Body","name":"textBody","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."}]},{"displayName":"Notification Recipients","name":"notificationRecipientsUi","type":"fixedCollection","placeholder":"Add Recipients","typeOptions":{"multipleValues":false},"description":"The recipients of the email notification for the issue","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsValues","displayName":"Recipients","values":[{"displayName":"Reporter","name":"reporter","type":"boolean","description":"Whether the notification should be sent to the issue's reporter","default":false},{"displayName":"Assignee","name":"assignee","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Watchers","name":"watchers","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Voters","name":"voters","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's voters"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients","name":"notificationRecipientsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"The recipients of the email notification for the issue"},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsUi","type":"fixedCollection","placeholder":"Add Recipients Restriction","typeOptions":{"multipleValues":false},"description":"Restricts the notifications to users with the specified permissions","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsRestrictionsValues","displayName":"Recipients Restrictions","values":[{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"Restricts the notifications to users with the specified permissions"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue."},{"displayName":"Transition ID","name":"transitionId","type":"string","default":"","description":"The ID of the transition"},{"displayName":"Skip Remote Only Condition","name":"skipRemoteOnlyCondition","type":"boolean","default":false,"description":"Whether transitions with the condition Hide From User Condition are included in the response"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add attachment to issue","action":"Add an attachment to an issue"},{"name":"Get","value":"get","description":"Get an attachment","action":"Get an attachment from an issue"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many issue attachments"},{"name":"Remove","value":"remove","description":"Remove an attachment","action":"Remove an attachment from an issue"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"default":""},{"displayName":"Input Binary Field","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"],"download":[true]}},"hint":"The name of the output binary field to put the file in","required":true},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueAttachment"],"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":["issueAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"],"download":[true]}},"hint":"The name of the output binary field to put the file in","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["remove"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueComment"]}},"options":[{"name":"Add","value":"add","description":"Add comment to issue","action":"Add a comment"},{"name":"Get","value":"get","description":"Get a comment","action":"Get a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Remove","value":"remove","description":"Remove a comment","action":"Remove a comment"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"default":"","description":"issueComment Key"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":[],"description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Use Wiki Markup","name":"wikiMarkup","type":"boolean","default":false,"displayOptions":{"show":{"/jiraVersion":["cloud"]}},"description":"Whether to enable parsing of wikiformatting for this comment. Default is false."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"description":"The ID of the comment"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["getAll"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueComment"],"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":["issueComment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["getAll"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"renderedBody","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Created Ascending","value":"+created"},{"name":"Created Descending","value":"-created"}],"default":"+created","description":"Order comments by the created date"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"description":"The ID of the comment"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"default":"","description":"The Issue Comment key"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"description":"The ID of the comment"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"renderedBody","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Use Wiki Markup","name":"wikiMarkup","type":"boolean","default":false,"displayOptions":{"show":{"/jiraVersion":["cloud"]}},"description":"Whether to enable parsing of wikiformatting for this comment. Default is false."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Password","name":"password","type":"string","default":"","description":"Password for the user. If a password is not set, a random password is generated.","typeOptions":{"password":true}},{"displayName":"Notification","name":"notification","type":"boolean","default":false,"description":"Whether to send the user an email confirmation that they have been added to Jira"}]},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"description":"Include more information about the user","options":[{"name":"Groups","value":"groups","description":"Include all groups to which the user belongs"},{"name":"Application Roles","value":"applicationRoles","description":"Include details of all the applications the user can access"}]}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jira/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jira/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jira/jira.svg"},
213
215
  {"displayName":"Jira Trigger","name":"jiraTrigger","group":["trigger"],"version":[1,1.1],"description":"Starts the workflow when Jira events occur","defaults":{"name":"Jira Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareCloudApi","required":true,"displayOptions":{"show":{"jiraVersion":["cloud"]}}},{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareServerApi","required":true,"displayOptions":{"show":{"jiraVersion":["server"]}}},{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareServerPatApi","required":true,"displayOptions":{"show":{"jiraVersion":["serverPat"]}}},{"name":"httpQueryAuth","displayName":"Credentials to Authenticate Webhook","displayOptions":{"show":{"authenticateWebhook":[true]}}},{"name":"httpQueryAuth","displayName":"Credentials to Authenticate Webhook","displayOptions":{"show":{"incomingAuthentication":["queryAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Jira Version","name":"jiraVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"},{"name":"Server (Pat) (Self Hosted)","value":"serverPat"}],"default":"cloud"},{"displayName":"Authenticate Incoming Webhook","name":"authenticateWebhook","type":"boolean","default":false,"description":"Whether authentication should be activated for the incoming webhooks (makes it more secure)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Authenticate Webhook With","name":"incomingAuthentication","type":"options","options":[{"name":"Query Auth","value":"queryAuth"},{"name":"None","value":"none"}],"default":"none","description":"If authentication should be activated for the webhook (makes it more secure)","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Board Configuration Changed","value":"board_configuration_changed"},{"name":"Board Created","value":"board_created"},{"name":"Board Deleted","value":"board_deleted"},{"name":"Board Updated","value":"board_updated"},{"name":"Comment Created","value":"comment_created"},{"name":"Comment Deleted","value":"comment_deleted"},{"name":"Comment Updated","value":"comment_updated"},{"name":"Issue Created","value":"jira:issue_created"},{"name":"Issue Deleted","value":"jira:issue_deleted"},{"name":"Issue Link Created","value":"issuelink_created"},{"name":"Issue Link Deleted","value":"issuelink_deleted"},{"name":"Issue Updated","value":"jira:issue_updated"},{"name":"Option Attachments Changed","value":"option_attachments_changed"},{"name":"Option Issue Links Changed","value":"option_issuelinks_changed"},{"name":"Option Subtasks Changed","value":"option_subtasks_changed"},{"name":"Option Timetracking Changed","value":"option_timetracking_changed"},{"name":"Option Unassigned Issues Changed","value":"option_unassigned_issues_changed"},{"name":"Option Voting Changed","value":"option_voting_changed"},{"name":"Option Watching Changed","value":"option_watching_changed"},{"name":"Project Created","value":"project_created"},{"name":"Project Deleted","value":"project_deleted"},{"name":"Project Updated","value":"project_updated"},{"name":"Sprint Closed","value":"sprint_closed"},{"name":"Sprint Created","value":"sprint_created"},{"name":"Sprint Deleted","value":"sprint_deleted"},{"name":"Sprint Started","value":"sprint_started"},{"name":"Sprint Updated","value":"sprint_updated"},{"name":"User Created","value":"user_created"},{"name":"User Deleted","value":"user_deleted"},{"name":"User Updated","value":"user_updated"},{"name":"Version Created","value":"jira:version_created"},{"name":"Version Deleted","value":"jira:version_deleted"},{"name":"Version Moved","value":"jira:version_moved"},{"name":"Version Released","value":"jira:version_released"},{"name":"Version Unreleased","value":"jira:version_unreleased"},{"name":"Version Updated","value":"jira:version_updated"},{"name":"Worklog Created","value":"worklog_created"},{"name":"Worklog Deleted","value":"worklog_deleted"},{"name":"Worklog Updated","value":"worklog_updated"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Exclude Body","name":"excludeBody","type":"boolean","default":false,"description":"Whether a request with empty body will be sent to the URL. Leave unchecked if you want to receive JSON."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"Project = JRA AND resolution = Fixed","description":"You can specify a JQL query to send only events triggered by matching issues. The JQL filter only applies to events under the Issue and Comment columns."},{"displayName":"Include Fields","name":"includeFields","type":"multiOptions","options":[{"name":"Attachment ID","value":"attachment.id"},{"name":"Board ID","value":"board.id"},{"name":"Comment ID","value":"comment.id"},{"name":"Issue ID","value":"issue.id"},{"name":"Merge Version ID","value":"mergeVersion.id"},{"name":"Modified User Account ID","value":"modifiedUser.accountId"},{"name":"Modified User Key","value":"modifiedUser.key"},{"name":"Modified User Name","value":"modifiedUser.name"},{"name":"Project ID","value":"project.id"},{"name":"Project Key","value":"project.key"},{"name":"Propery Key","value":"property.key"},{"name":"Sprint ID","value":"sprint.id"},{"name":"Version ID","value":"version.id"},{"name":"Worklog ID","value":"worklog.id"}],"default":[]}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jira/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jira/jira.svg"},
214
216
  {"displayName":"JotForm Trigger","name":"jotFormTrigger","group":["trigger"],"version":1,"description":"Handle JotForm events via webhooks","defaults":{"name":"JotForm Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"jotFormApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Form Name or ID","name":"form","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getForms"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data use internal keys instead of the names. If this option gets activated, it will resolve the keys automatically to the actual names."},{"displayName":"Only Answers","name":"onlyAnswers","type":"boolean","default":true,"description":"Whether to return only the answers of the form and not any of the other data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jotForm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/JotForm/jotform.png"},
@@ -257,15 +259,15 @@
257
259
  {"displayName":"Merge","name":"merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.1,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"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":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
258
260
  {"displayName":"MessageBird","name":"messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/messageBird/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
259
261
  {"displayName":"Metabase","name":"metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""},{"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","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/metabase/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
260
- {"displayName":"Azure Cosmos DB","name":"azureCosmosDb","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Azure Cosmos DB API","defaults":{"name":"Azure Cosmos DB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftAzureCosmosDbSharedKeyApi","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.account }}.documents.azure.com/dbs/{{ $credentials.database }}","json":true,"ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Container","value":"container"},{"name":"Item","value":"item"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"method":"POST","url":"/colls"},"output":{"postReceive":[null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve a container","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"method":"GET","url":"/colls"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"DocumentCollections"}},null]}},"action":"Get many containers"}],"default":"getAll"},{"displayName":"ID","name":"containerCreate","default":"","description":"Unique identifier for the new container","placeholder":"e.g. Container1","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Partition Key","name":"partitionKey","default":"{\n\t\"paths\": [\n\t\t\"/id\"\n\t],\n\t\"kind\": \"Hash\",\n\t\"version\": 2\n}","description":"The partition key is used to automatically distribute data across partitions for scalability. Choose a property in your JSON document that has a wide range of values and evenly distributes request volume.","required":true,"routing":{"send":{"preSend":[null]}},"type":"json","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Indexing Policy","name":"indexingPolicy","default":"{\n\t\"indexingMode\": \"consistent\",\n\t\"automatic\": true,\n\t\"includedPaths\": [\n\t\t{\n\t\t\t\"path\": \"/*\"\n\t\t}\n\t],\n\t\"excludedPaths\": []\n}","description":"This value is used to configure indexing policy","routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Max RU/s (for Autoscale)","name":"maxThroughput","default":1000,"description":"The user specified autoscale max RU/s","displayOptions":{"hide":{"/additionalFields.offerThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-cosmos-offer-autopilot-setting":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":1000}},{"displayName":"Manual Throughput RU/s","name":"offerThroughput","default":400,"description":"The user specified manual throughput (RU/s) for the collection expressed in units of 100 request units per second","displayOptions":{"hide":{"/additionalFields.maxThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-offer-throughput":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":400}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to retrieve","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["container"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null]}},"action":"Create item"},{"name":"Delete","value":"delete","description":"Delete an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete item"},{"name":"Get","value":"get","description":"Retrieve an item","routing":{"send":{"preSend":[null]},"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"]}}/docs/{{$parameter[\"item\"]}}","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null,null]}},"action":"Get item"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of items","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}/docs"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Get many items"},{"name":"Execute Query","value":"query","routing":{"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"Content-Type":"application/query+json","x-ms-documentdb-isquery":"True","x-ms-documentdb-query-enablecrosspartition":"True"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Query items"},{"name":"Update","value":"update","description":"Update an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}","headers":{"Content-Type":"application/json-patch+json"}},"output":{"postReceive":[null]}},"action":"Update item"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Item Contents","name":"customProperties","default":"{\n\t\"id\": \"replace_with_new_document_id\"\n}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["create"]}},"hint":"The item requires an ID and partition key value if a custom key is set","required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be deleted"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item you want to retrieve"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"type":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Query","name":"query","default":"","description":"The SQL query to execute. Use $1, $2, $3, etc., to reference the 'Query Parameters' set in the options below.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below.","noDataExpression":true,"placeholder":"e.g. SELECT id, name FROM c WHERE c.name = $1","required":true,"routing":{"send":{"type":"body","property":"query","value":"={{ $value.replace(/\\$(\\d+)/g, '@Param$1') }}"}},"type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL"},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Query Options","name":"queryOptions","values":[{"displayName":"Query Parameters","name":"queryParameters","default":"","description":"Comma-separated list of values used as query parameters. Use $1, $2, $3, etc., in your query.","hint":"Reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","routing":{"send":{"preSend":[null]}},"type":"string"}]}],"placeholder":"Add options","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be updated"},{"displayName":"Item Contents","name":"customProperties","default":"{}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","type":"string","hint":"Only required if a custom partition key is set for the container","default":""}],"placeholder":"Add Partition Key","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.azureCosmosDb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg"}},
262
+ {"displayName":"Azure Cosmos DB","name":"azureCosmosDb","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Azure Cosmos DB API","defaults":{"name":"Azure Cosmos DB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftAzureCosmosDbSharedKeyApi","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.account }}.documents.azure.com/dbs/{{ $credentials.database }}","json":true,"ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Container","value":"container"},{"name":"Item","value":"item"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"method":"POST","url":"/colls"},"output":{"postReceive":[null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve a container","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"method":"GET","url":"/colls"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"DocumentCollections"}},null]}},"action":"Get many containers"}],"default":"getAll"},{"displayName":"ID","name":"containerCreate","default":"","description":"Unique identifier for the new container","placeholder":"e.g. Container1","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Partition Key","name":"partitionKey","default":"{\n\t\"paths\": [\n\t\t\"/id\"\n\t],\n\t\"kind\": \"Hash\",\n\t\"version\": 2\n}","description":"The partition key is used to automatically distribute data across partitions for scalability. Choose a property in your JSON document that has a wide range of values and evenly distributes request volume.","required":true,"routing":{"send":{"preSend":[null]}},"type":"json","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Indexing Policy","name":"indexingPolicy","default":"{\n\t\"indexingMode\": \"consistent\",\n\t\"automatic\": true,\n\t\"includedPaths\": [\n\t\t{\n\t\t\t\"path\": \"/*\"\n\t\t}\n\t],\n\t\"excludedPaths\": []\n}","description":"This value is used to configure indexing policy","routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Max RU/s (for Autoscale)","name":"maxThroughput","default":1000,"description":"The user specified autoscale max RU/s","displayOptions":{"hide":{"/additionalFields.offerThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-cosmos-offer-autopilot-setting":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":1000}},{"displayName":"Manual Throughput RU/s","name":"offerThroughput","default":400,"description":"The user specified manual throughput (RU/s) for the collection expressed in units of 100 request units per second","displayOptions":{"hide":{"/additionalFields.maxThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-offer-throughput":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":400}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to retrieve","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["container"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null]}},"action":"Create item"},{"name":"Delete","value":"delete","description":"Delete an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete item"},{"name":"Get","value":"get","description":"Retrieve an item","routing":{"send":{"preSend":[null]},"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"]}}/docs/{{$parameter[\"item\"]}}","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null,null]}},"action":"Get item"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of items","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}/docs"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Get many items"},{"name":"Execute Query","value":"query","routing":{"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"Content-Type":"application/query+json","x-ms-documentdb-isquery":"True","x-ms-documentdb-query-enablecrosspartition":"True"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Query items"},{"name":"Update","value":"update","description":"Update an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}","headers":{"Content-Type":"application/json-patch+json"}},"output":{"postReceive":[null]}},"action":"Update item"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Item Contents","name":"customProperties","default":"{\n\t\"id\": \"replace_with_new_document_id\"\n}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["create"]}},"hint":"The item requires an ID and partition key value if a custom key is set","required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be deleted"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item you want to retrieve"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"type":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Query","name":"query","default":"","description":"The SQL query to execute. Use $1, $2, $3, etc., to reference the 'Query Parameters' set in the options below.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below.","noDataExpression":true,"placeholder":"e.g. SELECT id, name FROM c WHERE c.name = $1","required":true,"routing":{"send":{"type":"body","property":"query","value":"={{ $value.replace(/\\$(\\d+)/g, '@Param$1') }}"}},"type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL"},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Query Options","name":"queryOptions","values":[{"displayName":"Query Parameters","name":"queryParameters","default":"","description":"Comma-separated list of values used as query parameters. Use $1, $2, $3, etc., in your query.","hint":"Reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","routing":{"send":{"preSend":[null]}},"type":"string"}]}],"placeholder":"Add options","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be updated"},{"displayName":"Item Contents","name":"customProperties","default":"{}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","type":"string","hint":"Only required if a custom partition key is set for the container","default":""}],"placeholder":"Add Partition Key","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.azurecosmosdb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/azurecosmosdb/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg"}},
261
263
  {"displayName":"Microsoft Dynamics CRM","name":"microsoftDynamicsCrm","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Dynamics CRM API","defaults":{"name":"Microsoft Dynamics CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftDynamicsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","action":"Create an account"},{"name":"Delete","value":"delete","action":"Delete an account"},{"name":"Get","value":"get","action":"Get an account"},{"name":"Get Many","value":"getAll","action":"Get many accounts"},{"name":"Update","value":"update","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Company or business name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","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":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","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":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","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":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","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":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete","get","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"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":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["get","getAll"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[]},{"displayName":"Expand Field Names or IDs","name":"expandFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpandableAccountFields"},"default":[]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter the results. Check <a href=\"https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#filter-results\" target=\"_blank\">filters</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","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":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","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":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","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":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","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":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","update"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Fields the response will include. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.dark.svg"}},
262
- {"displayName":"Microsoft Entra ID","name":"microsoftEntra","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Micosoft Entra ID API","defaults":{"name":"Micosoft Entra ID"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftEntraOAuth2Api","required":true}],"requestDefaults":{"baseURL":"https://graph.microsoft.com/v1.0","headers":{"Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Group","value":"group"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"POST","url":"/groups"},"output":{"postReceive":[null]}},"action":"Create group"},{"name":"Delete","value":"delete","description":"Delete a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete group"},{"name":"Get","value":"get","description":"Retrieve data for a specific group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null]}},"action":"Get group"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of groups","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"/groups"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PATCH","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update group"}],"default":"getAll"},{"displayName":"Group Type","name":"groupType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Microsoft 365","value":"Unified"},{"name":"Security","value":""}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"placeholder":"e.g. alias","required":true,"routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Enabled","name":"mailEnabled","default":false,"description":"Whether the group is mail-enabled","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"required":true,"routing":{"send":{"property":"mailEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Membership Type","name":"membershipType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Assigned","value":"","description":"Lets you add specific users as members of a group and have unique permissions"},{"name":"Dynamic","value":"DynamicMembership","description":"Lets you use rules to automatically add and remove users as members"}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"displayName":"Assignable to Role","name":"isAssignableToRole","default":false,"description":"Whether Microsoft Entra roles can be assigned to the group","displayOptions":{"hide":{"/membershipType":["DynamicMembership"]}},"routing":{"send":{"property":"isAssignableToRole","type":"body","preSend":[null]}},"type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","displayOptions":{"show":{"/groupType":["Unified"]}},"type":"string","validateType":"string"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Group to Delete","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Group to Get","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupProperties"},"type":"multiOptions"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"displayName":"Include Members","name":"includeMembers","default":false,"routing":{"send":{"property":"$expand","type":"query","value":"={{ $value ? \"members($select=id,accountEnabled,createdDateTime,displayName,employeeId,mail,securityIdentifier,userPrincipalName,userType)\" : undefined }}"}},"type":"boolean","validateType":"boolean"}],"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":["group"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"hint":"If empty, all the groups will be returned","placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group to Update","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"options":[{"displayName":"Allow External Senders","name":"allowExternalSenders","default":false,"description":"Whether people external to the organization can send messages to the group. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Auto Subscribe New Members","name":"autoSubscribeNewMembers","default":false,"description":"Whether new members added to the group will be auto-subscribed to receive email notifications. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","routing":{"send":{"property":"description","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","placeholder":"e.g. alias","routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","routing":{"send":{"property":"preferredDataLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","routing":{"send":{"property":"uniqueName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"routing":{"send":{"property":"visibility","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addGroup","description":"Add user to group","routing":{"request":{"method":"POST","url":"=/groups/{{ $parameter[\"group\"] }}/members/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"added\": true } }}"}}]}},"action":"Add user to group"},{"name":"Create","value":"create","description":"Create a user","routing":{"request":{"method":"POST","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Create user"},{"name":"Delete","value":"delete","description":"Delete a user","routing":{"request":{"method":"DELETE","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete user"},{"name":"Get","value":"get","description":"Retrieve data for a specific user","routing":{"request":{"method":"GET","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get user"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"GET","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many users"},{"name":"Remove from Group","value":"removeGroup","description":"Remove user from group","routing":{"request":{"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}/members/{{ $parameter[\"user\"] }}/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"removed\": true } }}"}}]}},"action":"Remove user from group"},{"name":"Update","value":"update","description":"Update a user","routing":{"request":{"method":"PATCH","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update user"}],"default":"getAll"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Add","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"routing":{"send":{"property":"@odata.id","propertyInDotNotation":false,"type":"body","value":"=https://graph.microsoft.com/v1.0/directoryObjects/{{ $value }}"}},"type":"resourceLocator"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. Nathan Smith","required":true,"routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith@contoso.com","required":true,"routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith","required":true,"routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Password","name":"password","default":"","description":"The password for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","type":"string","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"User to Delete","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserProperties"},"type":"multiOptions"},{"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":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Remove","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Update","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"routing":{"send":{"property":"ageGroup","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","routing":{"send":{"property":"businessPhones","type":"body","value":"={{ $value ? [$value] : [] }}"}},"type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","routing":{"send":{"property":"city","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"property":"companyName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"routing":{"send":{"property":"consentProvidedForMinor","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","routing":{"send":{"property":"country","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","routing":{"send":{"property":"department","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"property":"employeeId","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","routing":{"send":{"property":"employeeType","type":"body"}},"type":"string","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","routing":{"send":{"property":"givenName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeHireDate","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeLeaveDateTime","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","routing":{"send":{"property":"employeeOrgData.costCenter","type":"body"}},"type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","routing":{"send":{"property":"employeeOrgData.division","type":"body"}},"type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"routing":{"send":{"preSend":[null]}},"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","routing":{"send":{"property":"jobTitle","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","routing":{"send":{"property":"surname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","routing":{"send":{"property":"mail","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","routing":{"send":{"property":"mobilePhone","type":"body"}},"type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","routing":{"send":{"property":"officeLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","routing":{"send":{"property":"onPremisesImmutableId","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","routing":{"send":{"property":"otherMails","type":"body"}},"type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password","name":"password","default":"","description":"The password for the user. The password must satisfy minimum requirements as specified by the passwordPolicies property.","routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"routing":{"send":{"property":"passwordPolicies","type":"body","value":"={{ $value?.join(\",\") }}"}},"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","routing":{"send":{"property":"postalCode","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","routing":{"send":{"property":"preferredLanguage","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","routing":{"send":{"property":"state","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","routing":{"send":{"property":"streetAddress","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","routing":{"send":{"property":"usageLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","placeholder":"e.g. AdeleV@contoso.com","routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"routing":{"send":{"property":"userType","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"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.microsoftentra/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.dark.svg"}},
264
+ {"displayName":"Microsoft Entra ID","name":"microsoftEntra","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Microsoft Entra ID API","defaults":{"name":"Microsoft Entra ID"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftEntraOAuth2Api","required":true}],"requestDefaults":{"baseURL":"https://graph.microsoft.com/v1.0","headers":{"Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Group","value":"group"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"POST","url":"/groups"},"output":{"postReceive":[null]}},"action":"Create group"},{"name":"Delete","value":"delete","description":"Delete a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete group"},{"name":"Get","value":"get","description":"Retrieve data for a specific group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null]}},"action":"Get group"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of groups","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"/groups"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PATCH","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update group"}],"default":"getAll"},{"displayName":"Group Type","name":"groupType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Microsoft 365","value":"Unified"},{"name":"Security","value":""}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"placeholder":"e.g. alias","required":true,"routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Enabled","name":"mailEnabled","default":false,"description":"Whether the group is mail-enabled","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"required":true,"routing":{"send":{"property":"mailEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Membership Type","name":"membershipType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Assigned","value":"","description":"Lets you add specific users as members of a group and have unique permissions"},{"name":"Dynamic","value":"DynamicMembership","description":"Lets you use rules to automatically add and remove users as members"}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"displayName":"Assignable to Role","name":"isAssignableToRole","default":false,"description":"Whether Microsoft Entra roles can be assigned to the group","displayOptions":{"hide":{"/membershipType":["DynamicMembership"]}},"routing":{"send":{"property":"isAssignableToRole","type":"body","preSend":[null]}},"type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","displayOptions":{"show":{"/groupType":["Unified"]}},"type":"string","validateType":"string"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Group to Delete","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Group to Get","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupProperties"},"type":"multiOptions"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"displayName":"Include Members","name":"includeMembers","default":false,"routing":{"send":{"property":"$expand","type":"query","value":"={{ $value ? \"members($select=id,accountEnabled,createdDateTime,displayName,employeeId,mail,securityIdentifier,userPrincipalName,userType)\" : undefined }}"}},"type":"boolean","validateType":"boolean"}],"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":["group"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"hint":"If empty, all the groups will be returned","placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group to Update","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"options":[{"displayName":"Allow External Senders","name":"allowExternalSenders","default":false,"description":"Whether people external to the organization can send messages to the group. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Auto Subscribe New Members","name":"autoSubscribeNewMembers","default":false,"description":"Whether new members added to the group will be auto-subscribed to receive email notifications. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","routing":{"send":{"property":"description","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","placeholder":"e.g. alias","routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","routing":{"send":{"property":"preferredDataLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","routing":{"send":{"property":"uniqueName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"routing":{"send":{"property":"visibility","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addGroup","description":"Add user to group","routing":{"request":{"method":"POST","url":"=/groups/{{ $parameter[\"group\"] }}/members/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"added\": true } }}"}}]}},"action":"Add user to group"},{"name":"Create","value":"create","description":"Create a user","routing":{"request":{"method":"POST","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Create user"},{"name":"Delete","value":"delete","description":"Delete a user","routing":{"request":{"method":"DELETE","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete user"},{"name":"Get","value":"get","description":"Retrieve data for a specific user","routing":{"request":{"method":"GET","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get user"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"GET","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many users"},{"name":"Remove from Group","value":"removeGroup","description":"Remove user from group","routing":{"request":{"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}/members/{{ $parameter[\"user\"] }}/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"removed\": true } }}"}}]}},"action":"Remove user from group"},{"name":"Update","value":"update","description":"Update a user","routing":{"request":{"method":"PATCH","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update user"}],"default":"getAll"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Add","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"routing":{"send":{"property":"@odata.id","propertyInDotNotation":false,"type":"body","value":"=https://graph.microsoft.com/v1.0/directoryObjects/{{ $value }}"}},"type":"resourceLocator"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. Nathan Smith","required":true,"routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith@contoso.com","required":true,"routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith","required":true,"routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Password","name":"password","default":"","description":"The password for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","type":"string","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"User to Delete","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserProperties"},"type":"multiOptions"},{"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":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Remove","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Update","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"routing":{"send":{"property":"ageGroup","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","routing":{"send":{"property":"businessPhones","type":"body","value":"={{ $value ? [$value] : [] }}"}},"type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","routing":{"send":{"property":"city","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"property":"companyName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"routing":{"send":{"property":"consentProvidedForMinor","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","routing":{"send":{"property":"country","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","routing":{"send":{"property":"department","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"property":"employeeId","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","routing":{"send":{"property":"employeeType","type":"body"}},"type":"string","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","routing":{"send":{"property":"givenName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeHireDate","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeLeaveDateTime","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","routing":{"send":{"property":"employeeOrgData.costCenter","type":"body"}},"type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","routing":{"send":{"property":"employeeOrgData.division","type":"body"}},"type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"routing":{"send":{"preSend":[null]}},"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","routing":{"send":{"property":"jobTitle","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","routing":{"send":{"property":"surname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","routing":{"send":{"property":"mail","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","routing":{"send":{"property":"mobilePhone","type":"body"}},"type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","routing":{"send":{"property":"officeLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","routing":{"send":{"property":"onPremisesImmutableId","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","routing":{"send":{"property":"otherMails","type":"body"}},"type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password","name":"password","default":"","description":"The password for the user. The password must satisfy minimum requirements as specified by the passwordPolicies property.","routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"routing":{"send":{"property":"passwordPolicies","type":"body","value":"={{ $value?.join(\",\") }}"}},"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","routing":{"send":{"property":"postalCode","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","routing":{"send":{"property":"preferredLanguage","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","routing":{"send":{"property":"state","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","routing":{"send":{"property":"streetAddress","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","routing":{"send":{"property":"usageLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","placeholder":"e.g. AdeleV@contoso.com","routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"routing":{"send":{"property":"userType","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"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.microsoftentra/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.dark.svg"}},
263
265
  {"displayName":"Microsoft Excel 365","name":"microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Microsoft Excel 365"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"This node connects to the Microsoft 365 cloud platform. Use the 'Extract from File' and 'Convert to File' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href=\"https://n8n.io/workflows/890-read-in-an-excel-spreadsheet-file/\" target=\"_blank\">More info</a>.","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"A workbook is the top level object which contains one or more worksheets"},{"name":"Sheet","value":"worksheet","description":"A sheet is a grid of cells which can contain data, tables, charts, etc"}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Append","value":"append","description":"Add rows to the end of the table","action":"Append rows to table"},{"name":"Convert to Range","value":"convertToRange","description":"Convert a table to a range","action":"Convert to range"},{"name":"Create","value":"addTable","description":"Add a table based on range","action":"Create a table"},{"name":"Delete","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of table columns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of table rows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Look for rows that match a given value in a column","action":"Lookup a column"}],"default":"append"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["table"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["table"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":"","requiresDataPath":"single"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any row below the inserted row will be shifted downwards. First row index is 0."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Select Range","name":"selectRange","type":"options","options":[{"name":"Automatically","value":"auto","description":"The whole used range on the selected sheet will be converted into a table"},{"name":"Manually","value":"manual","description":"Select a range that will be converted into a table"}],"default":"auto","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A1:B2","description":"The range of cells that will be converted to a table","displayOptions":{"show":{"selectRange":["manual"],"resource":["table"],"operation":["addTable"]}}},{"displayName":"Has Headers","name":"hasHeaders","type":"boolean","default":true,"description":"Whether the range has column labels. When this property set to false Excel will automatically generate header shifting the data down by one row.","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["convertToRange"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["deleteTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["getColumns"]}}},{"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":["table"],"operation":["getColumns"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getColumns"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}]},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["getRows"]}}},{"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":["table"],"operation":["getRows"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getRows"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getRows"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response","displayOptions":{"show":{"/rawData":[true]}}},{"displayName":"Column Names or IDs","name":"column","type":"multiOptions","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":[],"displayOptions":{"show":{"/rawData":[false]}}}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"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":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"description":"The name of the column in which to look for value","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"description":"The value to look for in column","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Sheet","value":"addWorksheet","description":"Add a new sheet to the workbook","action":"Add a sheet to a workbook"},{"name":"Delete","value":"deleteWorkbook","description":"Delete workbook","action":"Delete workbook"},{"name":"Get Many","value":"getAll","description":"Get workbooks","action":"Get workbooks"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the sheet to be added. The name should be unique. If not specified, Excel will determine the name of the new worksheet."}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["deleteWorkbook"]}}},{"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":["workbook"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["workbook"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to sheet","action":"Append data to sheet"},{"name":"Append or Update","value":"upsert","description":"Append a new row or update the current one if it already exists (upsert)","action":"Append or update a sheet"},{"name":"Clear","value":"clear","description":"Clear sheet","action":"Clear sheet"},{"name":"Delete","value":"deleteWorksheet","description":"Delete sheet","action":"Delete sheet"},{"name":"Get Many","value":"getAll","description":"Get a list of sheets","action":"Get sheets"},{"name":"Get Rows","value":"readRows","description":"Retrieve a list of sheet rows","action":"Get rows from sheet"},{"name":"Update","value":"update","description":"Update rows of a sheet or sheet range","action":"Update sheet"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["worksheet.value"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Apply To","name":"applyTo","type":"options","options":[{"name":"All","value":"All","description":"Clear data in cells and remove all formatting"},{"name":"Formats","value":"Formats","description":"Clear formatting(e.g. font size, color) of cells"},{"name":"Contents","value":"Contents","description":"Clear data contained in cells"}],"default":"All","displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["clear"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range that would be cleared, specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"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":["worksheet"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["worksheet"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Range","name":"range","type":"string","placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported","hint":"Leave blank to return entire sheet","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Header Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"default":0,"hint":"Index of the row which contains the column names","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"First Data Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":0},"default":1,"hint":"Index of first row which contains the actual data","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["raw"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON, the whole selected range would be updated with the new values"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format. Should match the specified range: one array item for each row.","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","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":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match","displayOptions":{"hide":{"/dataMode":["raw"]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["upsert"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","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":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","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":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append After Selected Range","name":"appendAfterSelectedRange","type":"boolean","default":false,"description":"Whether to append data after the selected range or used range","displayOptions":{"show":{"/dataMode":["autoMap","define"],"/useRange":[true]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
264
266
  {"displayName":"Microsoft Excel","name":"microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.1,"version":1,"defaults":{"name":"Microsoft Excel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","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":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc"},{"name":"Worksheet","value":"worksheet","description":"An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc."}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Worksheet","value":"addWorksheet","description":"Adds a new worksheet to the workbook","action":"Add a worksheet to a workbook"},{"name":"Get Many","value":"getAll","description":"Get data of many workbooks","action":"Get many workbooks"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","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,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"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":["workbook"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many worksheets","action":"Get many worksheets"},{"name":"Get Content","value":"getContent","description":"Get worksheet content","action":"Get a worksheet"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"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":["worksheet"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":"A1:C3","required":true,"description":"The address or the name of the range. If not specified, the entire worksheet range is returned."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Add Row","value":"addRow","description":"Adds rows to the end of the table","action":"Add a row"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of tablecolumns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of tablerows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Looks for a specific column value and then returns the matching row","action":"Look up a column"}],"default":"addRow"},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed"}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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":"getWorkbooks"},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","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,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","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,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","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,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
265
267
  {"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}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
266
268
  {"displayName":"Microsoft OneDrive","name":"microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
267
269
  {"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}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a new file is created"},{"name":"File Updated","value":"fileUpdated","description":"When an existing file is modified"},{"name":"Folder Created","value":"folderCreated","description":"When a new folder is created"},{"name":"Folder Updated","value":"folderUpdated","description":"When an existing folder is modified"}]},{"displayName":"Simplify","name":"simple","description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","default":true},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created file in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["fileCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which file to watch","type":"options","default":"anyFile","displayOptions":{"show":{"event":["fileUpdated"]}},"options":[{"name":"Any File","value":"anyFile","description":"Watch for updated files in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated files inside a selected folder"},{"name":"A Selected File","value":"selectedFile","description":"Watch a specific file for updates"}]},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created folder in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["folderCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which folder to watch","type":"options","default":"anyFolder","displayOptions":{"show":{"event":["folderUpdated"]}},"options":[{"name":"Any Folder","value":"anyFolder","description":"Watch for updated folders in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated folders inside a selected folder"},{"name":"A Selected Folder","value":"oneSelectedFolder","description":"Watch a specific folder for updates"}]},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/edit.aspx?resid=170B5C65E30736A3!257&cid=170b5c65e30736a3&CT=1708697995542&OR=ItemsView","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)","errorMessage":"Not a valid Microsoft Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3!257","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive File ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The file to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"event":["fileUpdated"],"watch":["selectedFile"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watch":["selectedFolder","oneSelectedFolder"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watchFolder":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watch":["selectedFolder"]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watchFolder":[true]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
268
- {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"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":"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":"2025-05-05T12:25:59.711+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-05-05T12:55:59.711+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"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 contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"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 you 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]","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},"options":[{"displayName":"Values","name":"values","values":[{"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"]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"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":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField"]}}},{"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"]}}},{"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":"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"]}}},{"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":{"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 the workflow will automatically resume execution after the specified limit type","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":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","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/"}]}}},
270
+ {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"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":"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":"2025-05-12T14:26:40.787+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-05-12T14:56:40.787+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"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 contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"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 you 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]","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},"options":[{"displayName":"Values","name":"values","values":[{"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"]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"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":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField"]}}},{"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"]}}},{"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":"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"]}}},{"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":{"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 the workflow will automatically resume execution after the specified limit type","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":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","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/"}]}}},
269
271
  {"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","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/"}]}}},
270
272
  {"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"},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}]}],"codex":{"categories":["Communication"],"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"},
271
273
  {"displayName":"Microsoft SQL","name":"microsoftSql","group":["input"],"version":[1,1.1],"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoftSql/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
@@ -453,7 +455,7 @@
453
455
  {"displayName":"Wise Trigger","name":"wiseTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Wise events via webhooks","defaults":{"name":"Wise Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wiseApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Profile Name or ID","name":"profileId","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,"typeOptions":{"loadOptionsMethod":"getProfiles"},"default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Balance Credit","value":"balanceCredit","description":"Triggered every time a balance account is credited"},{"name":"Balance Update","value":"balanceUpdate","description":"Triggered every time a balance account is credited or debited"},{"name":"Transfer Active Case","value":"transferActiveCases","description":"Triggered every time a transfer's list of active cases is updated"},{"name":"Transfer State Changed","value":"tranferStateChange","description":"Triggered every time a transfer's status is updated"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wise/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
454
456
  {"displayName":"WooCommerce","name":"wooCommerce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume WooCommerce API","defaults":{"name":"WooCommerce"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"wooCommerceApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Order","value":"order"},{"name":"Product","value":"product"}],"default":"product"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create","value":"create","description":"Create a customer","action":"Create a customer"},{"name":"Delete","value":"delete","description":"Delete a customer","action":"Delete a customer"},{"name":"Get","value":"get","description":"Retrieve a customer","action":"Get a customer"},{"name":"Get Many","value":"getAll","description":"Retrieve many customers","action":"Get many customers"},{"name":"Update","value":"update","description":"Update a customer","action":"Update a customer"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Billing Address","name":"billing","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Metadata","name":"meta_data","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Metadata Field","options":[{"displayName":"Metadata Fields","name":"meta_data_fields","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["customer"],"/operation":["create"]}},"default":""},{"displayName":"Shipping Address","name":"shipping","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"Username","name":"username","type":"string","default":""}]},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}}},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"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":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address to filter customers by"},{"displayName":"Sort Order","name":"order","description":"Order to sort customers in","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Order By","name":"orderby","description":"Field to sort customers by","type":"options","options":[{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Name","value":"name"},{"name":"Registered Date","value":"registered_date"}],"default":"id"}]},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Billing Address","name":"billing","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Metadata","name":"meta_data","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Metadata Field","options":[{"displayName":"Metadata Fields","name":"meta_data_fields","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["customer"],"/operation":["create"]}},"default":""},{"displayName":"Shipping Address","name":"shipping","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"options":[{"displayName":"Backorders","name":"backorders","type":"options","options":[{"name":"No","value":"no"},{"name":"Notify","value":"notify"},{"name":"Yes","value":"yes"}],"default":"no","description":"If managing stock, this controls if backorders are allowed"},{"displayName":"Button Text","name":"buttonText","type":"string","default":"","description":"Product external button text. Only for external products."},{"displayName":"Catalog Visibility","name":"catalogVisibility","type":"options","options":[{"name":"Catalog","value":"catalog"},{"name":"Hidden","value":"hidden"},{"name":"Search","value":"search"},{"name":"Visible","value":"visible"}],"default":"visible"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"List of categories. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Cross Sell IDs","name":"crossSellIds","type":"string","default":"","description":"List of cross-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Date On Sale From","name":"dateOnSaleFrom","type":"dateTime","default":"","description":"Start date of sale price, in the site's timezone"},{"displayName":"Date On Sale To","name":"dateOnSaleTo","type":"dateTime","default":"","description":"Ennd date of sale price, in the site's timezone"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Product description"},{"displayName":"Downloadable","name":"downloadable","type":"boolean","default":false,"description":"Whether the product is downloadable"},{"displayName":"External URL","name":"externalUrl","type":"string","default":"","description":"Product external URL. Only for external products."},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether the product is featured"},{"displayName":"Manage Stock","name":"manageStock","type":"boolean","default":false,"description":"Stock management at product level"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":1,"description":"Menu order, used to custom sort products"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Product parent ID"},{"displayName":"Purchase Note","name":"purchaseNote","type":"string","default":"","description":"Optional note to send the customer after purchase"},{"displayName":"Regular Price","name":"regularPrice","type":"string","default":"","description":"Product regular price"},{"displayName":"Reviews Allowed","name":"reviewsAllowed","type":"boolean","default":true,"description":"Whether to allow reviews"},{"displayName":"Sale Price","name":"salePrice","type":"string","default":"","description":"Product sale price"},{"displayName":"Shipping Class","name":"shippingClass","type":"string","default":"","description":"Shipping class slug"},{"displayName":"Short Description","name":"shortDescription","type":"string","default":"","description":"Product short description"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Unique identifier"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Product slug"},{"displayName":"Sold Individually","name":"soldIndividually","type":"boolean","default":false,"description":"Whether to allow one item to be bought in a single order"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"A named status for the product"},{"displayName":"Stock Quantity","name":"stockQuantity","type":"number","default":1},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"instock","description":"Controls the stock status of the product"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"List of tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"string","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"Shipping","value":"shipping"},{"name":"None","value":"none"}],"default":"taxable"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"},{"displayName":"Upsell IDs","name":"upsellIds","type":"string","default":"","description":"List of up-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Virtual","name":"virtual","type":"boolean","default":false,"description":"Whether the product is virtual"},{"displayName":"Weight","name":"weight","type":"string","default":"","description":"Product weight"}]},{"displayName":"Dimensions","name":"dimensionsUi","placeholder":"Add Dimension","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product dimensions","options":[{"name":"dimensionsValues","displayName":"Dimension","values":[{"displayName":"Height","name":"height","type":"string","default":"","description":"Product height"},{"displayName":"Length","name":"length","type":"string","default":"","description":"Product length"},{"displayName":"Width","name":"width","type":"string","default":"","description":"Product width"}]}]},{"displayName":"Images","name":"imagesUi","placeholder":"Add Image","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product Image","options":[{"name":"imagesValues","displayName":"Image","values":[{"displayName":"Alt","name":"alt","type":"string","default":"","description":"Image alternative text"},{"displayName":"Src","name":"src","type":"string","default":"","description":"Image URL"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Image name"}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Backorders","name":"backorders","type":"options","options":[{"name":"No","value":"no"},{"name":"Notify","value":"notify"},{"name":"Yes","value":"yes"}],"default":"no","description":"If managing stock, this controls if backorders are allowed"},{"displayName":"Button Text","name":"buttonText","type":"string","default":"","description":"Product external button text. Only for external products."},{"displayName":"Catalog Visibility","name":"catalogVisibility","type":"options","options":[{"name":"Visible","value":"visible"},{"name":"Catalog","value":"catalog"},{"name":"Search","value":"search"},{"name":"Hidden","value":"hidden"}],"default":"visible"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"List of categories. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Cross Sell IDs","name":"crossSellIds","type":"string","default":"","description":"List of cross-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Date On Sale From","name":"dateOnSaleFrom","type":"dateTime","default":"","description":"Start date of sale price, in the site's timezone"},{"displayName":"Date On Sale To","name":"dateOnSaleTo","type":"dateTime","default":"","description":"Ennd date of sale price, in the site's timezone"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Product description"},{"displayName":"Downloadable","name":"downloadable","type":"boolean","default":false,"description":"Whether the product is downloadable"},{"displayName":"External URL","name":"externalUrl","type":"string","default":"","description":"Product external URL. Only for external products."},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether the product is featured"},{"displayName":"Manage Stock","name":"manageStock","type":"boolean","default":false,"description":"Stock management at product level"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":1,"description":"Menu order, used to custom sort products"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Product parent ID"},{"displayName":"Purchase Note","name":"purchaseNote","type":"string","default":"","description":"Optional note to send the customer after purchase"},{"displayName":"Regular Price","name":"regularPrice","type":"string","default":"","description":"Product regular price"},{"displayName":"Reviews Allowed","name":"reviewsAllowed","type":"boolean","default":true,"description":"Whether to allow reviews"},{"displayName":"Sale Price","name":"salePrice","type":"string","default":"","description":"Product sale price"},{"displayName":"Shipping Class","name":"shippingClass","type":"string","default":"","description":"Shipping class slug"},{"displayName":"Short Description","name":"shortDescription","type":"string","default":"","description":"Product short description"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Unique identifier"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Product slug"},{"displayName":"Sold Individually","name":"soldIndividually","type":"boolean","default":false,"description":"Whether to allow one item to be bought in a single order"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"A named status for the product"},{"displayName":"Stock Quantity","name":"stockQuantity","type":"number","default":1},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"instock","description":"Controls the stock status of the product"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"List of tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"string","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"Shipping","value":"shipping"},{"name":"None","value":"none"}],"default":"taxable"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"},{"displayName":"Upsell IDs","name":"upsellIds","type":"string","default":"","description":"List of up-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Virtual","name":"virtual","type":"boolean","default":false,"description":"Whether the product is virtual"},{"displayName":"Weight","name":"weight","type":"string","default":"","description":"Product weight"}]},{"displayName":"Dimensions","name":"dimensionsUi","placeholder":"Add Dimension","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Product dimensions","options":[{"name":"dimensionsValues","displayName":"Dimension","values":[{"displayName":"Height","name":"height","type":"string","default":"","description":"Product height"},{"displayName":"Length","name":"length","type":"string","default":"","description":"Product length"},{"displayName":"Width","name":"width","type":"string","default":"","description":"Product width"}]}]},{"displayName":"Images","name":"imagesUi","placeholder":"Add Image","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Product Image","options":[{"name":"imagesValues","displayName":"Image","values":[{"displayName":"Alt","name":"alt","type":"string","default":"","description":"Image alternative text"},{"displayName":"Src","name":"src","type":"string","default":"","description":"Image URL"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Image name"}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["product"],"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":["product"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to resources published after a given ISO8601 compliant date"},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to resources published before a given ISO8601 compliant date"},{"displayName":"Category Name or ID","name":"category","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether to limit the result set to featured products"},{"displayName":"Max Price","name":"maxPrice","type":"string","default":"","description":"Limit result set to products based on a maximun price"},{"displayName":"Min Price","name":"minPrice","type":"string","default":"","description":"Limit result set to products based on a minimum price"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Limit result set to products with a specific SKU"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Limit result set to products with a specific slug"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any"},{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"any","description":"Limit result set to products assigned a specific status"},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"","description":"Controls the stock status of the product"},{"displayName":"Tag Name or ID","name":"tag","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"options","options":[{"name":"Standar","value":"standard"},{"name":"Reduced Rate","value":"reduced-rate"},{"name":"Zero Rate","value":"zero-rate."}],"default":"","description":"Limit result set to products with a specific tax class"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["order"]}},"options":[{"name":"Create","value":"create","description":"Create a order","action":"Create an order"},{"name":"Delete","value":"delete","description":"Delete a order","action":"Delete an order"},{"name":"Get","value":"get","description":"Get a order","action":"Get an order"},{"name":"Get Many","value":"getAll","description":"Get many orders","action":"Get many orders"},{"name":"Update","value":"update","description":"Update a order","action":"Update an order"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Currency the order was created with"},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","description":"User ID who owns the order. 0 for guests."},{"displayName":"Customer Note","name":"customerNote","type":"string","default":"","description":"Note left by customer during checkout"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Parent order ID"},{"displayName":"Payment Method ID","name":"paymentMethodId","type":"string","default":""},{"displayName":"Payment Method Title","name":"paymentMethodTitle","type":"string","default":""},{"displayName":"Set Paid","name":"setPaid","type":"boolean","default":false,"description":"Whether the order is paid. It will set the status to processing and reduce stock items."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"on-hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"pending","description":"A named status for the order"},{"displayName":"Transaction ID","name":"transactionID","type":"string","default":"","description":"Unique transaction ID"}]},{"displayName":"Billing","name":"billingUi","placeholder":"Add Billing","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Billing address","options":[{"name":"billingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Coupon Lines","name":"couponLinesUi","placeholder":"Add Coupon Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Coupons line data","options":[{"name":"couponLinesValues","displayName":"Coupon Line","values":[{"displayName":"Code","name":"code","type":"string","default":"","description":"Coupon code"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Fee Lines","name":"feeLinesUi","placeholder":"Add Fee Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Fee line data","options":[{"name":"feeLinesValues","displayName":"Fee Line","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Fee name"},{"displayName":"Tax Class","name":"taxClass","type":"string","description":"Tax class of fee","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"None","value":"none"}],"default":"","description":"Tax class of fee"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Product ID","name":"productId","type":"number","default":0},{"displayName":"Variation ID","name":"variationId","type":"number","default":0,"description":"Variation ID, if applicable"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"description":"Quantity ordered"},{"displayName":"Tax Class","name":"taxClass","type":"string","default":"","description":"Slug of the tax class of product"},{"displayName":"Subtotal","name":"subtotal","type":"string","default":"","description":"Line subtotal (before discounts)"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Shipping","name":"shippingUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Shipping address","options":[{"name":"shippingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""}]}]},{"displayName":"Shipping Lines","name":"shippingLinesUi","placeholder":"Add Shipping Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Shipping line data","options":[{"name":"shippingLinesValues","displayName":"Fee Line","values":[{"displayName":"Method Title","name":"methodTitle","type":"string","default":"","description":"Shipping method name"},{"displayName":"Method ID","name":"method ID","type":"string","description":"Shipping method ID","default":""},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Currency the order was created with"},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","description":"User ID who owns the order. 0 for guests."},{"displayName":"Customer Note","name":"customerNote","type":"string","default":"","description":"Note left by customer during checkout"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Parent order ID"},{"displayName":"Payment Method ID","name":"paymentMethodId","type":"string","default":""},{"displayName":"Payment Method Title","name":"paymentMethodTitle","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"on-hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"pending","description":"A named status for the order"},{"displayName":"Transaction ID","name":"transactionID","type":"string","default":"","description":"Unique transaction ID"}]},{"displayName":"Billing","name":"billingUi","placeholder":"Add Billing","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Billing address","options":[{"name":"billingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Coupon Lines","name":"couponLinesUi","placeholder":"Add Coupon Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Coupons line data","options":[{"name":"couponLinesValues","displayName":"Coupon Line","values":[{"displayName":"Code","name":"code","type":"string","default":"","description":"Coupon code"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Fee Lines","name":"feeLinesUi","placeholder":"Add Fee Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Fee line data","options":[{"name":"feeLinesValues","displayName":"Fee Line","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Fee name"},{"displayName":"Tax Class","name":"taxClass","type":"string","description":"Tax class of fee","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"None","value":"none"}],"default":"","description":"Tax class of fee"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Product ID","name":"productId","type":"number","default":0},{"displayName":"Variation ID","name":"variationId","type":"number","default":0,"description":"Variation ID, if applicable"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"description":"Quantity ordered"},{"displayName":"Tax Class","name":"taxClass","type":"string","default":"","description":"Slug of the tax class of product"},{"displayName":"Subtotal","name":"subtotal","type":"string","default":"","description":"Line subtotal (before discounts)"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Shipping","name":"shippingUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Shipping address","options":[{"name":"shippingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""}]}]},{"displayName":"Shipping Lines","name":"shippingLinesUi","placeholder":"Add Shipping Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Shipping line data","options":[{"name":"shippingLinesValues","displayName":"Fee Line","values":[{"displayName":"Method Title","name":"methodTitle","type":"string","default":"","description":"Shipping method name"},{"displayName":"Method ID","name":"method ID","type":"string","description":"Shipping method ID","default":""},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["order"],"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":["order"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to resources published after a given ISO8601 compliant date"},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to resources published before a given ISO8601 compliant date"},{"displayName":"Customer","name":"customer","type":"string","default":"","description":"Limit result set to orders assigned a specific customer"},{"displayName":"Decimal Points","name":"decimalPoints","type":"number","typeOptions":{"minValue":0,"maxValue":10},"default":2,"description":"Number of decimal points to use in each resource"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Product","name":"product","type":"string","default":"","description":"Limit result set to orders assigned a specific product"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any"},{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"On-Hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"any","description":"Limit result set to orders assigned a specific status"}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["delete"]}},"default":""}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.woocommerce/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wooCommerce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WooCommerce/wooCommerce.svg"},
455
457
  {"displayName":"WooCommerce Trigger","name":"wooCommerceTrigger","group":["trigger"],"version":1,"description":"Handle WooCommerce events via webhooks","defaults":{"name":"WooCommerce Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wooCommerceApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"coupon.created","value":"coupon.created"},{"name":"coupon.deleted","value":"coupon.deleted"},{"name":"coupon.updated","value":"coupon.updated"},{"name":"customer.created","value":"customer.created"},{"name":"customer.deleted","value":"customer.deleted"},{"name":"customer.updated","value":"customer.updated"},{"name":"order.created","value":"order.created"},{"name":"order.deleted","value":"order.deleted"},{"name":"order.updated","value":"order.updated"},{"name":"product.created","value":"product.created"},{"name":"product.deleted","value":"product.deleted"},{"name":"product.updated","value":"product.updated"}],"description":"Determines which resource events the webhook is triggered for"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wooCommerce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WooCommerce/wooCommerce.svg"},
456
- {"displayName":"Wordpress","name":"wordpress","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Wordpress API","defaults":{"name":"Wordpress"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wordpressApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"description":"The title for the post"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"Whether or not comments are open on the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. 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":"The title for the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"The format of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the post if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["post"],"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":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to posts published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to posts published before a given ISO8601 compliant date"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Exclude Categories","name":"excludedCategories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Exclude Tags","name":"excludedTags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether to limit the result set to items that are sticky"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["page"]}},"options":[{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Get Many","value":"getAll","description":"Get many pages","action":"Get many pages"},{"name":"Update","value":"update","description":"Update a page","action":"Update a page"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"The title for the page"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Closed","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title for the page"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Closed","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the page if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["page"],"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":["page"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to pages published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to pages published before a given ISO8601 compliant date"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"Limit result set to items with a specific menu order value"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Page","name":"page","type":"number","default":1,"description":"Current page of the collection"},{"displayName":"Parent Page ID","name":"parent","type":"number","default":"","description":"Limit result set to items with a particular parent page ID"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Password for the user (never included)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Unique identifier for the user"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Username","name":"username","type":"string","default":"","description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password for the user (never included)"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"Unique identifier for the user"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Email","value":"email"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Name","value":"name"},{"name":"Registered Date","value":"registered_date"},{"name":"Slug","value":"slug"},{"name":"URL","value":"url"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Who","name":"who","type":"options","options":[{"name":"Authors","value":"authors"}],"default":"authors","description":"Limit result set to users who are considered authors"}]},{"displayName":"Reassign","name":"reassign","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"description":"Reassign the deleted user's posts and links to this user ID"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wordpress/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wordpress/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wordpress/wordpress.svg"},
458
+ {"displayName":"Wordpress","name":"wordpress","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Wordpress API","defaults":{"name":"Wordpress"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wordpressApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"description":"The title for the post"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"Whether or not comments are open on the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. 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":"The title for the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"The format of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the post if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["post"],"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":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to posts published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to posts published before a given ISO8601 compliant date"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Exclude Categories","name":"excludedCategories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Exclude Tags","name":"excludedTags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether to limit the result set to items that are sticky"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["page"]}},"options":[{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Get Many","value":"getAll","description":"Get many pages","action":"Get many pages"},{"name":"Update","value":"update","description":"Update a page","action":"Update a page"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"The title for the page"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title for the page"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Closed","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the page if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["page"],"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":["page"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to pages published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to pages published before a given ISO8601 compliant date"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"Limit result set to items with a specific menu order value"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Page","name":"page","type":"number","default":1,"description":"Current page of the collection"},{"displayName":"Parent Page ID","name":"parent","type":"number","default":"","description":"Limit result set to items with a particular parent page ID"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Password for the user (never included)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Unique identifier for the user"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Username","name":"username","type":"string","default":"","description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password for the user (never included)"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"Unique identifier for the user"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Email","value":"email"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Name","value":"name"},{"name":"Registered Date","value":"registered_date"},{"name":"Slug","value":"slug"},{"name":"URL","value":"url"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Who","name":"who","type":"options","options":[{"name":"Authors","value":"authors"}],"default":"authors","description":"Limit result set to users who are considered authors"}]},{"displayName":"Reassign","name":"reassign","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"description":"Reassign the deleted user's posts and links to this user ID"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wordpress/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wordpress/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wordpress/wordpress.svg"},
457
459
  {"displayName":"Workable Trigger","name":"workableTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Workable events occur","defaults":{"name":"Workable Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"workableApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"Candidate Created","value":"candidateCreated"},{"name":"Candidate Moved","value":"candidateMoved"}],"default":"","required":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"default":"","description":"Get notifications only for one job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"default":"","description":"Get notifications for specific stages. e.g. 'hired'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.workabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/workable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Workable/workable.png"},
458
460
  {"displayName":"Workflow Trigger","hidden":true,"name":"workflowTrigger","icon":"fa:network-wired","iconColor":"orange-red","group":["trigger"],"version":1,"description":"Triggers based on various lifecycle events, like when a workflow is activated","eventTriggerDescription":"","mockManualExecution":true,"activationMessage":"Your workflow will now trigger executions on the event you have defined.","defaults":{"name":"Workflow Trigger","color":"#ff6d5a"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This node is deprecated and would not be updated in the future. Please use 'n8n Trigger' node instead.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"Specifies under which conditions an execution should happen:\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><b>Active Workflow Updated</b>: Triggers when this workflow is updated</li>\n\t\t\t\t\t\t<li><b>Workflow Activated</b>: Triggers when this workflow is activated</li>\n\t\t\t\t\t</ul>","options":[{"name":"Active Workflow Updated","value":"update","description":"Triggers when this workflow is updated"},{"name":"Workflow Activated","value":"activate","description":"Triggers when this workflow is activated"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.workflowtrigger/"}]}}},
459
461
  {"hidden":true,"displayName":"Write Binary File","name":"writeBinaryFile","icon":"fa:file-export","group":["output"],"version":1,"description":"Writes a binary file to disk","defaults":{"name":"Write Binary File","color":"#CC2233"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Name","name":"fileName","type":"string","default":"","required":true,"placeholder":"/data/example.jpg","description":"Path to which the file should be written"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property which contains the data for the file to be written"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append","name":"append","type":"boolean","default":false,"description":"Whether to append to an existing file"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Text","Save","Export"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}}},