n8n-nodes-base 1.117.1 → 1.118.1

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 (29) hide show
  1. package/dist/credentials/SendGridApi.credentials.js +1 -1
  2. package/dist/credentials/SendGridApi.credentials.js.map +1 -1
  3. package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.d.ts.map +1 -1
  4. package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js +5 -2
  5. package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js.map +1 -1
  6. package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.d.ts +2 -1
  7. package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.d.ts.map +1 -1
  8. package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js +11 -3
  9. package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js.map +1 -1
  10. package/dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.d.ts.map +1 -1
  11. package/dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.js +10 -0
  12. package/dist/nodes/Google/GSuiteAdmin/GSuiteAdmin.node.js.map +1 -1
  13. package/dist/nodes/Redis/Redis.node.d.ts.map +1 -1
  14. package/dist/nodes/Redis/Redis.node.js +42 -1
  15. package/dist/nodes/Redis/Redis.node.js.map +1 -1
  16. package/dist/nodes/Slack/SlackTrigger.node.d.ts.map +1 -1
  17. package/dist/nodes/Slack/SlackTrigger.node.js +3 -0
  18. package/dist/nodes/Slack/SlackTrigger.node.js.map +1 -1
  19. package/dist/nodes/SpreadsheetFile/description.d.ts.map +1 -1
  20. package/dist/nodes/SpreadsheetFile/description.js +33 -0
  21. package/dist/nodes/SpreadsheetFile/description.js.map +1 -1
  22. package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.d.ts +4 -1
  23. package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.d.ts.map +1 -1
  24. package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js +29 -4
  25. package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js.map +1 -1
  26. package/dist/typecheck.tsbuildinfo +1 -1
  27. package/dist/types/credentials.json +1 -1
  28. package/dist/types/nodes.json +5 -5
  29. package/package.json +7 -7
@@ -120,7 +120,7 @@
120
120
  {"displayName":"FileMaker","name":"filemaker","group":["input"],"version":1,"description":"Retrieve data from the FileMaker data API","defaults":{"name":"FileMaker"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"fileMaker","required":true}],"properties":[{"displayName":"Action","name":"action","type":"options","default":"record","options":[{"name":"Create Record","value":"create"},{"name":"Delete Record","value":"delete"},{"name":"Duplicate Record","value":"duplicate"},{"name":"Edit Record","value":"edit"},{"name":"Find Records","value":"find"},{"name":"Get Records","value":"records"},{"name":"Get Records By ID","value":"record"},{"name":"Perform Script","value":"performscript"}]},{"displayName":"Layout Name or ID","name":"layout","type":"options","typeOptions":{"loadOptionsMethod":"getLayouts"},"options":[],"default":"","required":true,"displayOptions":{},"placeholder":"Layout Name","description":"FileMaker Layout Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recid","type":"number","default":"","required":true,"displayOptions":{"show":{"action":["record","edit","delete","duplicate"]}},"placeholder":"Record ID","description":"Internal Record ID returned by get (recordid)"},{"displayName":"Offset","name":"offset","placeholder":"0","description":"The record number of the first record in the range of records","type":"number","default":1,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Limit","name":"limit","placeholder":"100","description":"Max number of results to return","type":"number","typeOptions":{"minValue":1},"default":100,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Get Portals","name":"getPortals","type":"boolean","default":false,"description":"Whether to get portal data as well","displayOptions":{"show":{"action":["record","records","find"]}}},{"displayName":"Portals Name or ID","name":"portals","type":"options","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add portal","loadOptionsMethod":"getPortals"},"options":[],"default":[],"displayOptions":{"show":{"action":["record","records","find"],"getPortals":[true]}},"placeholder":"Portals","description":"The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Response Layout Name or ID","name":"responseLayout","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":"getResponseLayouts"},"options":[],"default":"","displayOptions":{"show":{"action":["find"]}}},{"displayName":"Queries","name":"queries","placeholder":"Add query","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["find"]}},"default":{},"options":[{"name":"query","displayName":"Query","values":[{"displayName":"Fields","name":"fields","placeholder":"Add field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Search Field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to search"}]}],"description":"Field Name"},{"displayName":"Omit","name":"omit","type":"boolean","default":false}]}]},{"displayName":"Sort Data?","name":"setSort","type":"boolean","default":false,"description":"Whether to sort data","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Sort","name":"sortParametersUi","placeholder":"Add Sort Rules","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"setSort":[true],"action":["find","records"]}},"description":"Sort rules","default":{},"options":[{"name":"rules","displayName":"Rules","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"value","type":"options","default":"ascend","options":[{"name":"Ascend","value":"ascend"},{"name":"Descend","value":"descend"}],"description":"Sort order"}]}]},{"displayName":"Before Find Script","name":"setScriptBefore","type":"boolean","default":false,"description":"Whether to define a script to be run before the action specified by the API call and after the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptBefore","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptBeforeParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Before Sort Script","name":"setScriptSort","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptSort","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptSortParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"After Sort Script","name":"setScriptAfter","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptAfter","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptAfterParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Mod ID","name":"modId","description":"The last modification ID. When you use modId, a record is edited only when the modId matches.","type":"number","default":"","displayOptions":{"show":{"action":["edit"]}}},{"displayName":"Fields","name":"fieldsParametersUi","placeholder":"Add field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["create","edit"]}},"description":"Fields to define","default":{},"options":[{"name":"fields","displayName":"Fields","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Script Name or ID","name":"script","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptParam","type":"string","default":"","displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.filemaker/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/filemaker/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FileMaker/filemaker.png"},
121
121
  {"displayName":"Read/Write Files from Disk","name":"readWriteFile","group":["input"],"version":1,"description":"Read or write files from the computer that runs n8n","defaults":{"name":"Read/Write Files from Disk"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Use this node to read and write files on the same computer running n8n. To handle files between different computers please use other nodes (e.g. FTP, HTTP Request, AWS).","name":"info","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read File(s) From Disk","value":"read","description":"Retrieve one or more files from the computer that runs n8n","action":"Read File(s) From Disk"},{"name":"Write File to Disk","value":"write","description":"Create a binary file on the computer that runs n8n","action":"Write File to Disk"}],"default":"read"},{"displayName":"File(s) Selector","name":"fileSelector","type":"string","default":"","required":true,"placeholder":"e.g. /home/user/Pictures/**/*.png","hint":"Supports patterns, learn more <a href=\"https://github.com/micromatch/picomatch#basic-globbing\" target=\"_blank\">here</a>","description":"Specify a file's path or path pattern to read multiple files. Always use forward-slashes for path separator even on Windows.","displayOptions":{"show":{"operation":["read"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"e.g. zip","description":"Extension of the file in the output binary"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. data.zip","description":"Name of the file in the output binary"},{"displayName":"Mime Type","name":"mimeType","type":"string","default":"","placeholder":"e.g. application/zip","description":"Mime type of the file in the output binary"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","placeholder":"e.g. data","description":"By default 'data' is used","hint":"The name of the output binary field to put the file in"}],"displayOptions":{"show":{"operation":["read"]}}},{"displayName":"File Path and Name","name":"fileName","type":"string","default":"","required":true,"placeholder":"e.g. /data/example.jpg","description":"Path and name of the file that should be written. Also include the file extension.","displayOptions":{"show":{"operation":["write"]}}},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","default":"data","placeholder":"e.g. data","required":true,"hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"operation":["write"]}}},{"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. While it's commonly used with text files, it's not limited to them, however, it wouldn't be applicable for file types that have a specific structure like most binary formats."}],"displayOptions":{"show":{"operation":["write"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Binary","File","Text","Open","Import","Save","Export","Disk","Transfer"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Files/ReadWriteFile/readWriteFile.svg"},
122
122
  {"displayName":"Convert to File","name":"convertToFile","group":["input"],"version":[1,1.1],"description":"Convert JSON data to binary data","defaults":{"name":"Convert to File"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Convert to CSV","value":"csv","action":"Convert to CSV","description":"Transform input data into a CSV file"},{"name":"Convert to HTML","value":"html","action":"Convert to HTML","description":"Transform input data into a table in an HTML file"},{"name":"Convert to ICS","value":"iCal","action":"Convert to ICS","description":"Converts each input item to an ICS event file"},{"name":"Convert to JSON","value":"toJson","action":"Convert to JSON","description":"Transform input data into a single or multiple JSON files"},{"name":"Convert to ODS","value":"ods","action":"Convert to ODS","description":"Transform input data into an ODS file"},{"name":"Convert to RTF","value":"rtf","action":"Convert to RTF","description":"Transform input data into a table in an RTF file"},{"name":"Convert to Text File","value":"toText","action":"Convert to text file","description":"Transform input data string into a file"},{"name":"Convert to XLS","value":"xls","action":"Convert to XLS","description":"Transform input data into an Excel file"},{"name":"Convert to XLSX","value":"xlsx","action":"Convert to XLSX","description":"Transform input data into an Excel file"},{"name":"Move Base64 String to File","value":"toBinary","action":"Move base64 string to file","description":"Convert a base64-encoded string into its original file format"}],"default":"csv"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/operation":["xlsx","ods"]}},"default":false,"description":"Whether to reduce the output file size"},{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/operation":["csv"]}},"default":",","description":"The character to use to separate fields"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Name of the output file"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet","placeholder":"e.g. mySheet"}],"displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Base64 Input Field","name":"sourceProperty","type":"string","default":"","required":true,"placeholder":"e.g data","requiresDataPath":"single","description":"The name of the input field that contains the base64 string to convert to a file. Use dot-notation for deep fields (e.g. 'level1.level2.currentKey').","displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","name":"addBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Data Is Base64","name":"dataIsBase64","type":"boolean","default":true,"description":"Whether the data is already base64 encoded","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data","displayOptions":{"hide":{"dataIsBase64":[true],"@version":[{"_cnd":{"gt":1}}]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile","description":"Name of the output file"},{"displayName":"MIME Type","name":"mimeType","type":"string","default":"","placeholder":"e.g text/plain","description":"The MIME type of the output file. <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types\" target=\"_blank\">Common MIME types</a>."}],"displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Text Input Field","name":"sourceProperty","type":"string","default":"","required":true,"placeholder":"e.g data","requiresDataPath":"single","description":"The name of the input field that contains a string to convert to a file. Use dot-notation for deep fields (e.g. 'level1.level2.currentKey').","displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","name":"addBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile","description":"Name of the output file"}],"displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"All Items to One File","value":"once"},{"name":"Each Item to Separate File","value":"each"}],"default":"once","displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","name":"addBOM","type":"boolean","default":false,"description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}}},{"displayName":"Format","name":"format","type":"boolean","default":false,"description":"Whether to format the JSON data for easier reading"},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile.json","description":"Name of the output file"}],"displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Event Title","name":"title","type":"string","default":"","placeholder":"e.g. New Event","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Start","name":"start","type":"dateTime","default":"","required":true,"description":"Date and time at which the event begins. (For all-day events, the time will be ignored.).","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"End","name":"end","type":"dateTime","default":"","required":true,"description":"Date and time at which the event ends. (For all-day events, the time will be ignored.).","hint":"If not set, will be equal to the start date","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"All Day","name":"allDay","type":"boolean","default":false,"description":"Whether the event lasts all day or not","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"hint":"The name of the output binary field to put the file in","description":"The field that your iCalendar file will be available under in the output","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attendees","name":"attendeesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"displayName":"Attendees","name":"attendeeValues","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","required":true,"default":""},{"displayName":"RSVP","name":"rsvp","type":"boolean","default":false,"description":"Whether the attendee has to confirm attendance or not"}]}]},{"displayName":"Busy Status","name":"busyStatus","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Tentative","value":"TENTATIVE"}],"default":"","description":"Used to specify busy status for Microsoft applications, like Outlook"},{"displayName":"Calendar Name","name":"calName","type":"string","default":"","description":"Specifies the calendar (not event) name. Used by Apple iCal and Microsoft Outlook. <a href=\"https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcical/1da58449-b97e-46bd-b018-a1ce576f3e6d\">More info</a>."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. event.ics","description":"The name of the file to be generated. Default name is event.ics."},{"displayName":"Geolocation","name":"geolocationUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Geolocation","default":{},"options":[{"displayName":"Geolocation","name":"geolocationValues","values":[{"displayName":"Latitude","name":"lat","type":"string","default":""},{"displayName":"Longitude","name":"lon","type":"string","default":""}]}]},{"displayName":"Location","name":"location","type":"string","default":"","description":"The intended venue"},{"displayName":"Recurrence Rule","name":"recurrenceRule","type":"string","default":"","description":"A rule to define the repeat pattern of the event (RRULE). (<a href=\"https://icalendar.org/rrule-tool.html\">Rule generator</a>)."},{"displayName":"Organizer","name":"organizerUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Organizer","default":{},"options":[{"displayName":"Organizer","name":"organizerValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","default":"","required":true}]}]},{"displayName":"Sequence","name":"sequence","type":"number","default":0,"description":"When sending an update for an event (with the same uid), defines the revision sequence number"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Confirmed","value":"CONFIRMED"},{"name":"Cancelled","value":"CANCELLED"},{"name":"Tentative","value":"TENTATIVE"}],"default":"CONFIRMED"},{"displayName":"UID","name":"uid","type":"string","default":"","description":"Universally unique ID for the event (will be auto-generated if not specified here). Should be globally unique."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL associated with event"},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":false,"description":"Whether to use the workflow timezone set in node's settings rather than UTC"}],"displayOptions":{"show":{"operation":["iCal"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","encode","encoding","Move Binary Data","Binary","File","JSON","HTML","ICS","iCal","RTF","64","Base64"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Files/ConvertToFile/convertToFile.svg","dark":"icons/n8n-nodes-base/dist/nodes/Files/ConvertToFile/convertToFile.dark.svg"}},
123
- {"displayName":"Extract from File","name":"extractFromFile","group":["input"],"version":1,"description":"Convert binary data to JSON","defaults":{"name":"Extract from File"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Extract From CSV","value":"csv","action":"Extract from CSV","description":"Transform a CSV file into output items"},{"name":"Extract From HTML","value":"html","action":"Extract from HTML","description":"Transform a table in an HTML file into output items"},{"name":"Extract From ICS","value":"fromIcs","action":"Extract from ICS","description":"Transform a ICS file into output items"},{"name":"Extract From JSON","value":"fromJson","action":"Extract from JSON","description":"Transform a JSON file into output items"},{"name":"Extract From ODS","value":"ods","action":"Extract from ODS","description":"Transform an ODS file into output items"},{"name":"Extract From PDF","value":"pdf","action":"Extract from PDF","description":"Extracts the content and metadata from a PDF file"},{"name":"Extract From RTF","value":"rtf","action":"Extract from RTF","description":"Transform a table in an RTF file into output items"},{"name":"Extract From Text File","value":"text","action":"Extract from text file","description":"Extracts the content of a text file"},{"name":"Extract From XML","value":"xml","action":"Extract from XML","description":"Extracts the content of an XML file"},{"name":"Extract From XLS","value":"xls","action":"Extract from XLS","description":"Transform an Excel file into output items"},{"name":"Extract From XLSX","value":"xlsx","action":"Extract from XLSX","description":"Transform an Excel file into output items"},{"name":"Move File to Base64 String","value":"binaryToPropery","action":"Move file to base64 string","description":"Convert a file into a base64-encoded string"}],"default":"csv"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/operation":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/operation":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string.","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range.","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."}]},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Destination Output Field","name":"destinationKey","type":"string","default":"data","required":true,"placeholder":"e.g data","description":"The name of the output field that will contain the extracted data","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Specify the encoding of the file, defaults to UTF-8"},{"displayName":"Strip BOM","name":"stripBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":true,"description":"Whether to strip the BOM (Byte Order Mark) from the file, this could help in an environment where the presence of the BOM is causing issues or inconsistencies"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]}],"displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input binary field containing the file to be extracted","displayOptions":{"show":{"operation":["pdf"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Join Pages","name":"joinPages","type":"boolean","default":true,"description":"Whether to join the text from all pages or return an array of text from each page"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]},{"displayName":"Max Pages","name":"maxPages","type":"number","default":0,"description":"Maximum number of pages to include"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Prowide password, if the PDF is encrypted"}],"displayOptions":{"show":{"operation":["pdf"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","decode","decoding","Move Binary Data","Binary","File","PDF","JSON","HTML","ICS","iCal","txt","Text","RTF","XML","64","Base64","Convert"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.svg","dark":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.dark.svg"}},
123
+ {"displayName":"Extract from File","name":"extractFromFile","group":["input"],"version":[1,1.1],"description":"Convert binary data to JSON","defaults":{"name":"Extract from File"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Extract From CSV","value":"csv","action":"Extract from CSV","description":"Transform a CSV file into output items"},{"name":"Extract From HTML","value":"html","action":"Extract from HTML","description":"Transform a table in an HTML file into output items"},{"name":"Extract From ICS","value":"fromIcs","action":"Extract from ICS","description":"Transform a ICS file into output items"},{"name":"Extract From JSON","value":"fromJson","action":"Extract from JSON","description":"Transform a JSON file into output items"},{"name":"Extract From ODS","value":"ods","action":"Extract from ODS","description":"Transform an ODS file into output items"},{"name":"Extract From PDF","value":"pdf","action":"Extract from PDF","description":"Extracts the content and metadata from a PDF file"},{"name":"Extract From RTF","value":"rtf","action":"Extract from RTF","description":"Transform a table in an RTF file into output items"},{"name":"Extract From Text File","value":"text","action":"Extract from text file","description":"Extracts the content of a text file"},{"name":"Extract From XML","value":"xml","action":"Extract from XML","description":"Extracts the content of an XML file"},{"name":"Extract From XLS","value":"xls","action":"Extract from XLS","description":"Transform an Excel file into output items"},{"name":"Extract From XLSX","value":"xlsx","action":"Extract from XLSX","description":"Transform an Excel file into output items"},{"name":"Move File to Base64 String","value":"binaryToPropery","action":"Move file to base64 string","description":"Convert a file into a base64-encoded string"}],"default":"csv"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/operation":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/operation":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string.","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range.","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/operation":["csv"]}}}]},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Destination Output Field","name":"destinationKey","type":"string","default":"data","required":true,"placeholder":"e.g data","description":"The name of the output field that will contain the extracted data","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Specify the encoding of the file, defaults to UTF-8"},{"displayName":"Strip BOM","name":"stripBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":true,"description":"Whether to strip the BOM (Byte Order Mark) from the file, this could help in an environment where the presence of the BOM is causing issues or inconsistencies"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]}],"displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input binary field containing the file to be extracted","displayOptions":{"show":{"operation":["pdf"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Join Pages","name":"joinPages","type":"boolean","default":true,"description":"Whether to join the text from all pages or return an array of text from each page"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]},{"displayName":"Max Pages","name":"maxPages","type":"number","default":0,"description":"Maximum number of pages to include"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Prowide password, if the PDF is encrypted"}],"displayOptions":{"show":{"operation":["pdf"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","decode","decoding","Move Binary Data","Binary","File","PDF","JSON","HTML","ICS","iCal","txt","Text","RTF","XML","64","Base64","Convert"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.svg","dark":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.dark.svg"}},
124
124
  {"displayName":"Filter","name":"filter","icon":"fa:filter","iconColor":"light-blue","group":["transform"],"description":"Remove items matching a condition","defaultVersion":2.2,"version":[2,2.1,2.2],"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"parameterPane":"wide","properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{ ($nodeVersion < 2.1 ? $parameter.options.looseTypeValidation : $parameter.looseTypeValidation) ? \"loose\" : \"strict\" }}","version":"={{ $nodeVersion >= 2.2 ? 2 : 1 }}"}}},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":false,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore Case","description":"Whether to ignore letter case when evaluating conditions","name":"ignoreCase","type":"boolean","default":true},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":true,"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.1}}]}}}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]}}},
125
125
  {"displayName":"Filter","name":"filter","icon":"fa:filter","iconColor":"light-blue","group":["transform"],"description":"Remove items matching a condition","defaultVersion":2.2,"version":1,"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The type of values to compare","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Value 1","name":"value1","type":"boolean","default":false,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"}]},{"name":"dateTime","displayName":"Date & Time","values":[{"displayName":"Value 1","name":"value1","type":"dateTime","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":"","description":"The value to compare with the first one"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Value 1","name":"value1","type":"number","default":0,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller or Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger or Equal","value":"largerEqual"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty"]}},"default":0,"description":"The value to compare with the first one"}]},{"name":"string","displayName":"String","values":[{"displayName":"Value 1","name":"value1","type":"string","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty","regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"}]}]},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","options":[{"name":"AND","description":"Items are passed to the next node only if they meet all the conditions","value":"AND"},{"name":"OR","description":"Items are passed to the next node if they meet at least one condition","value":"OR"}],"default":"AND","description":"How to combine the conditions: AND requires all conditions to be true, OR requires at least one condition to be true"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]}}},
126
126
  {"displayName":"Flow","name":"flow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Flow API","defaults":{"name":"Flow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task","description":"Tasks are units of work that can be private or assigned to a list. Through this endpoint, you can manipulate your tasks in Flow, including creating new ones."}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Create resources under the given workspace"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"The title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"Create resources under the given workspace"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The title of the task"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether to complete the task"},{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"Text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"Text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]},{"displayName":"Order","name":"order","type":"options","default":"created_at","options":[{"name":"Account ID","value":"account_id"},{"name":"Completed At","value":"completed_at"},{"name":"Created At","value":"created_at"},{"name":"Due On","value":"due_on"},{"name":"List ID","value":"list_id"},{"name":"Name","value":"name"},{"name":"Owner ID","value":"owner_id"},{"name":"Position","value":"position"},{"name":"Section ID","value":"section_id"},{"name":"Starts On","value":"starts_on"},{"name":"Updated At","value":"updated_at"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","description":"Create resources under the given workspace"},{"displayName":"Created Before","name":"createdBefore","type":"dateTime","default":"","description":"Select resources created before a certain time"},{"displayName":"Created After","name":"createdAfter","type":"dateTime","default":"","description":"Select resources created after a certain time"},{"displayName":"Update Before","name":"updateBefore","type":"dateTime","default":"","description":"Select resources updated before a certain time"},{"displayName":"Update After","name":"updateAfter","type":"dateTime","default":"","description":"Select resources updated after a certain time"},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether to select deleted resources"},{"displayName":"Cleared","name":"cleared","type":"boolean","default":false,"description":"Whether to select cleared resources"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.flow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/flow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.svg"},
@@ -270,7 +270,7 @@
270
270
  {"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"},
271
271
  {"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"},
272
272
  {"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"},
273
- {"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}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"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-11-14T16:47:25.516+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-11-14T17:17:25.516+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/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"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 your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"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":"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":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text","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","radio","checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"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":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether 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/"}]}}},
273
+ {"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}],"waitingNodeTooltip":"={{ ((parameters) => {\n if (parameters?.operation === 'sendAndWait') {\n return \"Execution will continue after the user's response\";\n }\n return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"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-11-14T16:48:20.248+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-11-14T17:18:20.248+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/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"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 your name\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Age\",\n \"fieldType\": \"number\",\n \"placeholder\": \"enter your age\"\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Textarea\",\n \"fieldType\": \"textarea\"\n },\n {\n \"fieldLabel\": \"Dropdown Options\",\n \"fieldType\": \"dropdown\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n },\n \"requiredField\": true\n },\n {\n \"fieldLabel\": \"Checkboxes\",\n \"fieldType\": \"checkbox\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Radio\",\n \"fieldType\": \"radio\",\n \"fieldOptions\": {\n \"values\": [\n {\n \"option\": \"option 1\"\n },\n {\n \"option\": \"option 2\"\n }\n ]\n }\n },\n {\n \"fieldLabel\": \"Email\",\n \"fieldType\": \"email\",\n \"placeholder\": \"me@mail.con\"\n },\n {\n \"fieldLabel\": \"File\",\n \"fieldType\": \"file\",\n \"multipleFiles\": true,\n \"acceptFileTypes\": \".jpg, .png\"\n },\n {\n \"fieldLabel\": \"Number\",\n \"fieldType\": \"number\"\n },\n {\n \"fieldLabel\": \"Password\",\n \"fieldType\": \"password\"\n }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"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":"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":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text","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","radio","checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"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":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether 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/"}]}}},
274
274
  {"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/"}]}}},
275
275
  {"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"},
276
276
  {"displayName":"Microsoft SharePoint","name":"microsoftSharePoint","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Microsoft SharePoint API","defaults":{"name":"Microsoft SharePoint"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftSharePointOAuth2Api","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Item","value":"item"},{"name":"List","value":"list"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}/content","json":false,"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Download file"},{"name":"Update","value":"update","description":"Update a file","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}"},"output":{"postReceive":[null]}},"action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file","routing":{"request":{"method":"PUT","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"folder\"] }}:/{{ $parameter[\"fileName\"] }}:/content"},"output":{"postReceive":[null]}},"action":"Upload file"}],"default":"download"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to download the file from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to download","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to update the file in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to update","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Name","name":"fileName","default":"","description":"If not specified, the original file name will be used","placeholder":"e.g. My New File","routing":{"send":{"property":"name","type":"body","value":"={{ $value }}"}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","default":false,"description":"Whether to update the file contents","placeholder":"e.g. My New File","required":true,"type":"boolean","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to update the file with in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}},"hint":"The name of the input field containing the binary file data to update the file with","placeholder":"data","required":true,"routing":{"output":{"postReceive":[null]}},"type":"string"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to upload the file to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","default":"","description":"The name of the file being uploaded","placeholder":"e.g. My New File","required":true,"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to upload in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to upload","placeholder":"data","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create an item in an existing list","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create item in a list"},{"name":"Create or Update","value":"upsert","description":"Create a new item, or update the current one if it already exists (upsert)","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create or update item (upsert)"},{"name":"Delete","value":"delete","description":"Delete an item from a list","routing":{"request":{"method":"DELETE","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete an item"},{"name":"Get","value":"get","description":"Retrieve an item from a list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get specific items in a list or list many items","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many items"},{"name":"Update","value":"update","description":"Update an item in an existing list","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Update item in a list"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to delete an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to delete","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve an item from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to get","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to search for items in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Filter by Formula","name":"filter","default":"","description":"The formula will be evaluated for each record. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>.","hint":"If empty, all the items will be returned","placeholder":"e.g. fields/Title eq 'item1'","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","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.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"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":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields you want to include in the output","displayOptions":{"hide":{"/simplify":[true]}},"options":[{"name":"Content Type","value":"contentType"},{"name":"Created At","value":"createdDateTime"},{"name":"Created By","value":"createdBy"},{"name":"Fields","value":"fields"},{"name":"ID","value":"id"},{"name":"Last Modified At","value":"lastModifiedDateTime"},{"name":"Last Modified By","value":"lastModifiedBy"},{"name":"Parent Reference","value":"parentReference"},{"name":"Web URL","value":"webUrl"}],"routing":{"send":{"preSend":[null]}},"type":"multiOptions"}],"placeholder":"Add option","type":"collection","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create or update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Retrieve details of a single list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get list"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of lists","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many lists"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"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.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["list"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"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"}]}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg"}},
@@ -355,7 +355,7 @@
355
355
  {"hidden":true,"displayName":"Read Binary Files","name":"readBinaryFiles","icon":"fa:file-import","group":["input"],"version":1,"description":"Reads binary files from disk","defaults":{"name":"Read Binary Files","color":"#44AA44"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Selector","name":"fileSelector","type":"string","default":"","required":true,"placeholder":"*.jpg","description":"Pattern for files to read"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property to which to write the data of the read files"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Text","Open","Import"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}}},
356
356
  {"hidden":true,"displayName":"Read PDF","name":"readPDF","icon":"fa:file-pdf","group":["input"],"version":1,"description":"Reads a PDF and extracts its content","defaults":{"name":"Read PDF","color":"#003355"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property from which to read the PDF file"},{"displayName":"Encrypted","name":"encrypted","type":"boolean","default":false,"required":true},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password to decrypt the PDF file with","displayOptions":{"show":{"encrypted":[true]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}}},
357
357
  {"displayName":"Reddit","name":"reddit","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Reddit API","defaults":{"name":"Reddit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"redditOAuth2Api","required":true,"displayOptions":{"show":{"resource":["postComment","post","profile"]}}}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Post Comment","value":"postComment"},{"name":"Profile","value":"profile"},{"name":"Subreddit","value":"subreddit"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a top-level comment in a post","action":"Create a comment in a post"},{"name":"Get Many","value":"getAll","description":"Retrieve many comments in a post","action":"Get many comments in a post"},{"name":"Delete","value":"delete","description":"Remove a comment from a post","action":"Delete a comment from a post"},{"name":"Reply","value":"reply","description":"Write a reply to a comment in a post","action":"Reply to a comment in a post"}],"displayOptions":{"show":{"resource":["postComment"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to write the comment to. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Comment Text","name":"commentText","type":"string","required":true,"default":"","description":"Text of the comment. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit where the post is","displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to get all comments from. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"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":["postComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to remove. Found in the comment URL:<code>/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["postComment"],"operation":["delete"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to reply to. To be found in the comment URL: <code>www.reddit.com/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gl9iroa","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Reply Text","name":"replyText","type":"string","required":true,"default":"","description":"Text of the reply. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Get","value":"get","action":"Get a profile"}],"default":"get"},{"displayName":"Details","name":"details","type":"options","required":true,"default":"identity","description":"Details of my account to retrieve","options":[{"name":"Blocked Users","value":"blockedUsers","description":"Return the blocked users of the logged-in user"},{"name":"Friends","value":"friends","description":"Return the friends of the logged-in user"},{"name":"Identity","value":"identity","description":"Return the identity of the logged-in user"},{"name":"Karma","value":"karma","description":"Return the subreddit karma for the logged-in user"},{"name":"Preferences","value":"prefs","description":"Return the settings preferences of the logged-in user"},{"name":"Saved","value":"saved","description":"Return the saved posts for the user"},{"name":"Trophies","value":"trophies","description":"Return the trophies of the logged-in user"}],"displayOptions":{"show":{"resource":["profile"],"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":["profile"],"operation":["get"],"details":["saved"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["profile"],"operation":["get"],"details":["saved"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","description":"Retrieve background information about a subreddit","action":"Get a subreddit"},{"name":"Get Many","value":"getAll","description":"Retrieve information about many subreddits","action":"Get many subreddits"}],"displayOptions":{"show":{"resource":["subreddit"]}}},{"displayName":"Content","name":"content","type":"options","required":true,"default":"about","description":"Subreddit content to retrieve","options":[{"name":"About","value":"about"},{"name":"Rules","value":"rules"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the content from","displayOptions":{"show":{"resource":["subreddit"],"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":["subreddit"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":"","description":"The keyword for the subreddit search"},{"displayName":"Trending","name":"trending","type":"boolean","default":false,"description":"Whether to fetch currently trending subreddits in all of Reddit"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Submit a post to a subreddit","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post from a subreddit","action":"Delete a post"},{"name":"Get","value":"get","description":"Get a post from a subreddit","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts from a subreddit","action":"Get many posts"},{"name":"Search","value":"search","description":"Search posts in a subreddit or in all of Reddit","action":"Search for a post"}],"displayOptions":{"show":{"resource":["post"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"Subreddit to create the post in","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Kind","name":"kind","type":"options","options":[{"name":"Text Post","value":"self"},{"name":"Link Post","value":"link"},{"name":"Image Post","value":"image"}],"default":"self","description":"The kind of the post to create","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the post, up to 300 characters long","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"URL of the post","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","description":"Text of the post. Markdown supported.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["self"]}}},{"displayName":"Resubmit","name":"resubmit","type":"boolean","default":false,"description":"Whether the URL will be posted even if it was already posted to the subreddit before. Otherwise, the re-posting will trigger an error.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to delete. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the post from","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to retrieve. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the posts from","displayOptions":{"show":{"resource":["post"],"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":["post"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Category","name":"category","type":"options","default":"top","description":"Category of the posts to retrieve","options":[{"name":"Top Posts","value":"top"},{"name":"Hot Posts","value":"hot"},{"name":"New Posts","value":"new"},{"name":"Rising Posts","value":"rising"}]}]},{"displayName":"Location","name":"location","type":"options","default":"subreddit","description":"Location where to search for posts","options":[{"name":"All Reddit","value":"allReddit","description":"Search for posts in all of Reddit"},{"name":"Subreddit","value":"subreddit","description":"Search for posts in a specific subreddit"}],"displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to search in","displayOptions":{"show":{"resource":["post"],"operation":["search"],"location":["subreddit"]}}},{"displayName":"Keyword","name":"keyword","type":"string","default":"","required":true,"description":"The keyword for the search","displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"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":["post"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["search"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["search"]}},"options":[{"displayName":"Sort","name":"sort","placeholder":"","type":"options","default":"relevance","description":"The category to sort results by","options":[{"name":"Comments","value":"comments"},{"name":"Hot","value":"hot"},{"name":"New","value":"new"},{"name":"Relevance","value":"relevance"},{"name":"Top","value":"top"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","action":"Get a user"}],"default":"get"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","description":"Reddit ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Details","name":"details","type":"options","required":true,"default":"about","description":"Details of the user to retrieve","options":[{"name":"About","value":"about"},{"name":"Comments","value":"comments"},{"name":"Gilded","value":"gilded"},{"name":"Overview","value":"overview"},{"name":"Submitted","value":"submitted"}],"displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["get"],"details":["overview","submitted","comments","gilded"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["user"],"operation":["get"],"details":["comments","gilded","overview","submitted"],"returnAll":[false]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.reddit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/reddit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Reddit/reddit.svg"},
358
- {"displayName":"Redis","name":"redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the key to delete from Redis"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"propertyName","required":true,"description":"Name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"Name of the key to get from Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["get"]}},"options":[{"name":"Automatic","value":"automatic","description":"Requests the type before requesting the data (slower)"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to get"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["get"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["incr"]}},"default":"","required":true,"description":"Name of the key to increment"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["incr"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["incr"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Key Pattern","name":"keyPattern","type":"string","displayOptions":{"show":{"operation":["keys"]}},"default":"","required":true,"description":"The key pattern for the keys to return"},{"displayName":"Get Values","name":"getValues","type":"boolean","displayOptions":{"show":{"operation":["keys"]}},"default":true,"description":"Whether to get the value of matching keys"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","required":true,"description":"Name of the key to set in Redis"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","description":"The value to write in Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["set"]}},"options":[{"name":"Automatic","value":"automatic","description":"Tries to figure out the type automatically depending on the data"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to set"},{"displayName":"Value Is JSON","name":"valueIsJSON","type":"boolean","displayOptions":{"show":{"keyType":["hash"]}},"default":true,"description":"Whether the value is JSON or key value pairs"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["set"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["set"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Channel","name":"channel","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Channel name"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Data to publish"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["push","pop"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["push"]}},"default":"","required":true,"description":"Data to push"},{"displayName":"Tail","name":"tail","type":"boolean","displayOptions":{"show":{"operation":["push","pop"]}},"default":false,"description":"Whether to push or pop data from the end of the list"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["pop"]}},"default":"propertyName","description":"Optional name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["pop"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.redis/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
358
+ {"displayName":"Redis","name":"redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"List Length","value":"llen","description":"Returns the length of a list","action":"Return the length of a list"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the key to delete from Redis"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"propertyName","required":true,"description":"Name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"Name of the key to get from Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["get"]}},"options":[{"name":"Automatic","value":"automatic","description":"Requests the type before requesting the data (slower)"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to get"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["get"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["incr"]}},"default":"","required":true,"description":"Name of the key to increment"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["incr"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["incr"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Key Pattern","name":"keyPattern","type":"string","displayOptions":{"show":{"operation":["keys"]}},"default":"","required":true,"description":"The key pattern for the keys to return"},{"displayName":"Get Values","name":"getValues","type":"boolean","displayOptions":{"show":{"operation":["keys"]}},"default":true,"description":"Whether to get the value of matching keys"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["llen"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["llen"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","required":true,"description":"Name of the key to set in Redis"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","description":"The value to write in Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["set"]}},"options":[{"name":"Automatic","value":"automatic","description":"Tries to figure out the type automatically depending on the data"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to set"},{"displayName":"Value Is JSON","name":"valueIsJSON","type":"boolean","displayOptions":{"show":{"keyType":["hash"]}},"default":true,"description":"Whether the value is JSON or key value pairs"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["set"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["set"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Channel","name":"channel","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Channel name"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Data to publish"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["push","pop"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["push"]}},"default":"","required":true,"description":"Data to push"},{"displayName":"Tail","name":"tail","type":"boolean","displayOptions":{"show":{"operation":["push","pop"]}},"default":false,"description":"Whether to push or pop data from the end of the list"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["pop"]}},"default":"propertyName","description":"Optional name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["pop"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.redis/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
359
359
  {"displayName":"Redis Trigger","name":"redisTrigger","group":["trigger"],"version":1,"description":"Subscribe to redis channel","defaults":{"name":"Redis Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Channels","name":"channels","type":"string","default":"","required":true,"description":"Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"}]}],"codex":{"categories":["Communication","Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.redistrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
360
360
  {"displayName":"Rename Keys","name":"renameKeys","icon":"fa:edit","iconColor":"crimson","group":["transform"],"version":1,"description":"Update item field names","defaults":{"name":"Rename Keys","color":"#772244"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keys","name":"keys","placeholder":"Add new key","description":"Adds a key which should be renamed","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Key","name":"key","values":[{"displayName":"Current Key Name","name":"currentKey","type":"string","default":"","placeholder":"currentKey","requiresDataPath":"single","description":"The current name of the key. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"New Key Name","name":"newKey","type":"string","default":"","placeholder":"newKey","description":"The name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."}]}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Regex","name":"regexReplacement","placeholder":"Add new regular expression","description":"Adds a regular expression","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Replacement","name":"replacements","values":[{"displayName":"Be aware that by using regular expression previously renamed keys can be affected","name":"regExNotice","type":"notice","default":""},{"displayName":"Regular Expression","name":"searchRegex","type":"string","default":"","placeholder":"e.g. [N-n]ame","description":"Regex to match the key name","hint":"Learn more and test RegEx <a href=\"https://regex101.com/\">here</a>"},{"displayName":"Replace With","name":"replaceRegex","type":"string","default":"","placeholder":"replacedName","description":"The name the key/s should be renamed to. It's possible to use regex captures e.g. $1, $2, ..."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Regex Option","options":[{"displayName":"Case Insensitive","name":"caseInsensitive","type":"boolean","description":"Whether to use case insensitive match","default":false},{"displayName":"Max Depth","name":"depth","type":"number","default":-1,"description":"Maximum depth to replace keys","hint":"Specify number for depth level (-1 for unlimited, 0 for top level only)"}]}]}]}]}],"hints":[{"type":"warning","message":"Complex regex patterns like nested quantifiers .*+, ()*+, or multiple wildcards may cause performance issues. Consider using simpler patterns like [a-z]+ or \\w+ for better performance.","displayCondition":"={{ $parameter.additionalOptions.regexReplacement.replacements && $parameter.additionalOptions.regexReplacement.replacements.some(r => r.searchRegex && /(\\.\\*\\+|\\)\\*\\+|\\+\\*|\\*.*\\*|\\+.*\\+|\\?.*\\?|\\{[0-9]+,\\}|\\*{2,}|\\+{2,}|\\?{2,}|[a-zA-Z0-9]{4,}[\\*\\+]|\\([^)]*\\|[^)]*\\)[\\*\\+])/.test(r.searchRegex)) }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.renamekeys/"}]}}},
361
361
  {"displayName":"Respond to Webhook","name":"respondToWebhook","group":["transform"],"version":[1,1.1,1.2,1.3,1.4,1.5],"defaultVersion":1.4,"description":"Returns data for Webhook","defaults":{"name":"Respond to Webhook"},"inputs":["main"],"outputs":"={{((version, parameters) => {\n const multipleOutputs = version === 1.3 || (version >= 1.4 && parameters.enableResponseOutput);\n if (multipleOutputs) {\n return [\n {\n type: 'main',\n displayName: 'Input Data',\n },\n {\n type: 'main',\n displayName: 'Response',\n },\n ];\n }\n return ['main'];\n})($nodeVersion, $parameter)}}","credentials":[{"name":"jwtAuth","required":true,"displayOptions":{"show":{"respondWith":["jwt"]}}}],"properties":[{"displayName":"Enable Response Output Branch","name":"enableResponseOutput","type":"boolean","default":false,"description":"Whether to provide an additional output branch with the response sent to the webhook","isNodeSetting":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.4}}]}}},{"displayName":"Verify that the \"Webhook\" node's \"Respond\" parameter is set to \"Using Respond to Webhook Node\". <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details","name":"generalNotice","type":"notice","default":""},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","displayOptions":{"show":{"@version":[1,1.1]}}},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"show":{"respondWith":["jwt"]}}},{"displayName":"When using expressions, note that this node will only run for the first item in the input data","name":"webhookNotice","type":"notice","displayOptions":{"show":{"respondWith":["json","text","jwt"]}},"default":""},{"displayName":"Redirect URL","name":"redirectURL","type":"string","required":true,"displayOptions":{"show":{"respondWith":["redirect"]}},"default":"","placeholder":"e.g. http://www.n8n.io","description":"The URL to redirect to","validateType":"url"},{"displayName":"Response Body","name":"responseBody","type":"json","displayOptions":{"show":{"respondWith":["json"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"description":"The HTTP response JSON data"},{"displayName":"Payload","name":"payload","type":"json","displayOptions":{"show":{"respondWith":["jwt"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"validateType":"object","description":"The payload to include in the JWT token"},{"displayName":"Response Body","name":"responseBody","type":"string","displayOptions":{"show":{"respondWith":["text"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Workflow completed","description":"The HTTP response text data"},{"displayName":"Response Data Source","name":"responseDataSource","type":"options","displayOptions":{"show":{"respondWith":["binary"]}},"options":[{"name":"Choose Automatically From Input","value":"automatically","description":"Use if input data will contain a single piece of binary data"},{"name":"Specify Myself","value":"set","description":"Enter the name of the input field the binary data will be in"}],"default":"automatically"},{"displayName":"Input Field Name","name":"inputFieldName","type":"string","required":true,"default":"data","displayOptions":{"show":{"respondWith":["binary"],"responseDataSource":["set"]}},"description":"The name of the node input field with the binary data"},{"displayName":"To avoid unexpected behavior, add a \"Content-Type\" response header with the appropriate value","name":"contentTypeNotice","type":"notice","default":"","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Response Code","name":"responseCode","type":"number","typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP response code to return. Defaults to 200."},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Put Response in Field","name":"responseKey","type":"string","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem"]}},"default":"","description":"The name of the response field to put all items in","placeholder":"e.g. data"},{"displayName":"Enable Streaming","name":"enableStreaming","type":"boolean","default":true,"description":"Whether to enable streaming to the response","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem","text","json","jwt"],"@version":[{"_cnd":{"gte":1.5}}]}}}]}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.svg","dark":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.dark.svg"}},
@@ -397,8 +397,8 @@
397
397
  {"displayName":"Splunk","name":"splunk","group":["transform"],"description":"Consume the Splunk Enterprise API","defaultVersion":2,"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Splunk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"splunkApi","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":"Fired Alert","value":"firedAlert"},{"name":"Search Configuration","value":"searchConfiguration"},{"name":"Search Job","value":"searchJob"},{"name":"Search Result","value":"searchResult"},{"name":"User","value":"user"}],"default":"searchJob"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["firedAlert"]}},"options":[{"name":"Get Report","value":"getReport","description":"Retrieve a fired alerts report","action":"Get a fired alerts report"}],"default":"getReport"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchConfiguration"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a search configuration","action":"Delete a search configuration"},{"name":"Get","value":"get","description":"Retrieve a search configuration","action":"Get a search configuration"},{"name":"Get Many","value":"getAll","description":"Retrieve many search configurations","action":"Get many search configurations"}],"default":"delete"},{"displayName":"Search Configuration ID","name":"searchConfigurationId","description":"ID of the search configuration to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["delete"]}}},{"displayName":"Search Configuration ID","name":"searchConfigurationId","description":"ID of the search configuration to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchConfiguration"],"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":["searchConfiguration"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["getAll"]}},"options":[{"displayName":"Add Orphan Field","name":"add_orphan_field","description":"Whether to include a boolean value for each saved search to show whether the search is orphaned, meaning that it has no valid owner","type":"boolean","default":false},{"displayName":"List Default Actions","name":"listDefaultActionArgs","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchJob"]}},"options":[{"name":"Create","value":"create","description":"Create a search job","action":"Create a search job"},{"name":"Delete","value":"delete","description":"Delete a search job","action":"Delete a search job"},{"name":"Get","value":"get","description":"Retrieve a search job","action":"Get a search job"},{"name":"Get Many","value":"getAll","description":"Retrieve many search jobs","action":"Get many search jobs"}],"default":"create"},{"displayName":"Query","name":"search","description":"Search language string to execute, in Splunk's <a href=\"https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/WhatsInThisManual\">Search Processing Language</a>","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["searchJob"],"operation":["create"]}},"options":[{"displayName":"Ad Hoc Search Level","name":"adhoc_search_level","type":"options","default":"verbose","options":[{"name":"Fast","value":"fast"},{"name":"Smart","value":"smart"},{"name":"Verbose","value":"verbose"}]},{"displayName":"Auto-Cancel After (Seconds)","name":"auto_cancel","type":"number","default":0,"description":"Seconds after which the search job automatically cancels"},{"displayName":"Auto-Finalize After (Num Events)","name":"auto_finalize_ec","type":"number","default":0,"description":"Auto-finalize the search after at least this many events are processed"},{"displayName":"Auto Pause After (Seconds)","name":"auto_pause","type":"number","default":0,"description":"Seconds of inactivity after which the search job automatically pauses"},{"displayName":"Earliest Index","name":"index_earliest","type":"dateTime","default":"","description":"The earliest index time for the search (inclusive)"},{"displayName":"Earliest Time","name":"earliest_time","type":"dateTime","default":"","description":"The earliest cut-off for the search (inclusive)"},{"displayName":"Exec Mode","name":"exec_mode","type":"options","default":"blocking","options":[{"name":"Blocking","value":"blocking"},{"name":"Normal","value":"normal"},{"name":"One Shot","value":"oneshot"}]},{"displayName":"Indexed Real Time Offset","name":"indexedRealtimeOffset","type":"number","default":0,"description":"Seconds of disk sync delay for indexed real-time search"},{"displayName":"Latest Index","name":"index_latest","type":"dateTime","default":"","description":"The latest index time for the search (inclusive)"},{"displayName":"Latest Time","name":"latest_time","type":"dateTime","default":"","description":"The latest cut-off for the search (inclusive)"},{"displayName":"Max Time","name":"max_time","type":"number","default":0,"description":"Number of seconds to run this search before finalizing. Enter <code>0</code> to never finalize."},{"displayName":"Namespace","name":"namespace","type":"string","default":"","description":"Application namespace in which to restrict searches"},{"displayName":"Reduce Frequency","name":"reduce_freq","type":"number","default":0,"description":"How frequently to run the MapReduce reduce phase on accumulated map values"},{"displayName":"Remote Server List","name":"remote_server_list","type":"string","default":"","description":"Comma-separated list of (possibly wildcarded) servers from which raw events should be pulled. This same server list is to be used in subsearches."},{"displayName":"Reuse Limit (Seconds)","name":"reuse_max_seconds_ago","type":"number","default":0,"description":"Number of seconds ago to check when an identical search is started and return the job’s search ID instead of starting a new job"},{"displayName":"Required Field","name":"rf","type":"string","default":"","description":"Name of a required field to add to the search. Even if not referenced or used directly by the search, a required field is still included in events and summary endpoints."},{"displayName":"Search Mode","name":"search_mode","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Real Time","value":"realtime"}]},{"displayName":"Status Buckets","name":"status_buckets","type":"number","default":0,"description":"The most status buckets to generate. Set <code>0</code> generate no timeline information."},{"displayName":"Timeout","name":"timeout","type":"number","default":86400,"description":"Number of seconds to keep this search after processing has stopped"},{"displayName":"Workload Pool","name":"workload_pool","type":"string","default":"","description":"New workload pool where the existing running search should be placed"}]},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search job to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"operation":["delete"]}}},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search job to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"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":["searchJob"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchJob"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchJob"],"operation":["getAll"]}},"options":[{"displayName":"Sort Direction","name":"sort_dir","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Sort Key","name":"sort_key","description":"Key name to use for sorting","type":"string","default":""},{"displayName":"Sort Mode","name":"sort_mode","type":"options","options":[{"name":"Automatic","value":"auto","description":"If all field values are numeric, collate numerically. Otherwise, collate alphabetically."},{"name":"Alphabetic","value":"alpha","description":"Collate alphabetically, case-insensitive"},{"name":"Alphabetic and Case-Sensitive","value":"alpha_case","description":"Collate alphabetically, case-sensitive"},{"name":"Numeric","value":"num","description":"Collate numerically"}],"default":"auto"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchResult"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve many search results for a search job","action":"Get many search results"}],"default":"getAll"},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search whose results to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchResult"],"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":["searchResult"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}},"options":[{"displayName":"Key-Value Match","name":"keyValueMatch","description":"Key-value pair to match against. Example: if \"Key\" is set to <code>user</code> and \"Field\" is set to <code>john</code>, only the results where <code>user</code> is <code>john</code> will be returned.","type":"fixedCollection","default":{},"placeholder":"Add Key-Value Pair","options":[{"displayName":"Key-Value Pair","name":"keyValuePair","values":[{"displayName":"Key","name":"key","description":"Key to match against","type":"string","default":""},{"displayName":"Value","name":"value","description":"Value to match against","type":"string","default":""}]}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}},"options":[{"displayName":"Add Summary to Metadata","name":"add_summary_to_metadata","description":"Whether to include field summary statistics in the response","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create an user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete an user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve an user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update an user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","description":"Login name of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRoles"},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"}]},{"displayName":"User ID","name":"userId","description":"ID of the user to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"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":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getRoles"}}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Splunk/splunk.svg","codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.splunk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/splunk/"}]}}},
398
398
  {"displayName":"Spontit","name":"spontit","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Spontit API","defaults":{"name":"Spontit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"spontitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Push","value":"push"}],"default":"push"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["push"]}},"options":[{"name":"Create","value":"create","description":"Create a push notification","action":"Create a push notification"}],"default":"create"},{"displayName":"Content","name":"content","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["push"]}},"description":"To provide text in a push, supply one of either \"content\" or \"pushContent\" (or both). Limited to 2500 characters. (Required if a value for \"pushContent\" is not provided)."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["push"]}},"default":{},"options":[{"displayName":"Channel Name","name":"channelName","type":"string","default":"","description":"The name of a channel you created. If you have not yet created a channel, simply don't provide this value and the push will be sent to your main account."},{"displayName":"Expiration Stamp","name":"expirationStamp","type":"dateTime","default":"","description":"A Unix timestamp. When to automatically expire your push notification. The default is 10 days after pushing. The push will become unaccessible within 15-30 minutes of the selected time, but will remain on all device screens until dismissed or clicked."},{"displayName":"iOS DeepLink","name":"iOSDeepLink","type":"string","default":"","description":"An iOS deep link. Use this to deep link into other apps. Alternatively, you can provide a universal link in the link attribute and set openLinkInApp to false."},{"displayName":"Link","name":"link","type":"string","default":"","description":"A link that can be attached to your push. Must be a valid URL."},{"displayName":"Open In Home Feed","name":"openInHomeFeed","type":"boolean","default":false,"description":"Whether the notification opens to the home feed or to a standalone page with the notification. The default (openInHomeFeed=False) is to open the notification on a standalone page."},{"displayName":"Open Link In App","name":"openLinkInApp","type":"boolean","default":false,"description":"Whether to open the provided link within the iOS app or in Safari. Android PWA opens all links in the default web browser."},{"displayName":"Push To Emails","name":"pushToEmails","type":"string","default":"","description":"<p>Emails (strings) to whom to send the notification. If all three attributes 'pushToFollowers', 'pushToPhoneNumbers' and 'pushToEmails' are not supplied, then everyone who follows the channel will receive the push notification.</p><p>If 'pushToFollowers' is supplied, only those listed in the array will receive the push notification.</p><p>If one of the userIds supplied does not follow the specified channel, then that userId value will be ignored.</p><p>See the \"Followers\" section to learn how to list the userIds of those who follow one of your channels.</p>."},{"displayName":"Push To Followers","name":"pushToFollowers","type":"string","default":"","description":"<p>User IDs (strings) to whom to send the notification. If all three attributes 'pushToFollowers', 'pushToPhoneNumbers' and 'pushToEmails' are not supplied, then everyone who follows the channel will receive the push notification.</p><p>If 'pushToFollowers' is supplied, only those listed in the array will receive the push notification.</p><p>If one of the userIds supplied does not follow the specified channel, then that userId value will be ignored.</p><p>See the \"Followers\" section to learn how to list the userIds of those who follow one of your channels.</p>."},{"displayName":"Push To Phone Numbers","name":"pushToPhoneNumbers","type":"string","default":"","description":"<p>Phone numbers (strings) to whom to send the notification. If all three attributes 'pushToFollowers', 'pushToPhoneNumbers' and 'pushToEmails' are not supplied, then everyone who follows the channel will receive the push notification.</p><p>If 'pushToFollowers' is supplied, only those listed in the array will receive the push notification.</p><p>If one of the userIds supplied does not follow the specified channel, then that userId value will be ignored.</p><p>See the \"Followers\" section to learn how to list the userIds of those who follow one of your channels.</p>."},{"displayName":"Schedule","name":"schedule","type":"dateTime","default":"","description":"A Unix timestamp. Schedule a push to be sent at a later date and time."},{"displayName":"Subtitle","name":"subtitle","type":"string","default":"","description":"The subtitle of your push. Limited to 20 characters. Only appears on iOS devices."},{"displayName":"Title","name":"pushTitle","type":"string","default":"","description":"The title of push. Appears in bold at the top. Limited to 100 characters."}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.spontit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/spontit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Spontit/spontit.png"},
399
399
  {"displayName":"Spotify","name":"spotify","group":["input"],"version":1,"description":"Access public song data via the Spotify API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Spotify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"spotifyOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Album","value":"album"},{"name":"Artist","value":"artist"},{"name":"Library","value":"library"},{"name":"My Data","value":"myData"},{"name":"Player","value":"player"},{"name":"Playlist","value":"playlist"},{"name":"Track","value":"track"}],"default":"player"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["player"]}},"options":[{"name":"Add Song to Queue","value":"addSongToQueue","description":"Add a song to your queue","action":"Add a song to a queue"},{"name":"Currently Playing","value":"currentlyPlaying","description":"Get your currently playing track","action":"Get the currently playing track"},{"name":"Next Song","value":"nextSong","description":"Skip to your next track","action":"Skip to the next track"},{"name":"Pause","value":"pause","description":"Pause your music","action":"Pause the player"},{"name":"Previous Song","value":"previousSong","description":"Skip to your previous song","action":"Skip to the previous song"},{"name":"Recently Played","value":"recentlyPlayed","description":"Get your recently played tracks","action":"Get the recently played tracks"},{"name":"Resume","value":"resume","description":"Resume playback on the current active device","action":"Resume the player"},{"name":"Set Volume","value":"volume","description":"Set volume on the current active device","action":"Set volume on the player"},{"name":"Start Music","value":"startMusic","description":"Start playing a playlist, artist, or album","action":"Start music on the player"}],"default":"addSongToQueue"},{"displayName":"Resource ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["player"],"operation":["startMusic"]}},"placeholder":"spotify:album:1YZ3k65Mqw3G8FzYlW1mmp","description":"Enter a playlist, artist, or album URI or ID"},{"displayName":"Track ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["player"],"operation":["addSongToQueue"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"Enter a track URI or ID"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["album"]}},"options":[{"name":"Get","value":"get","description":"Get an album by URI or ID","action":"Get an album"},{"name":"Get New Releases","value":"getNewReleases","description":"Get a list of new album releases","action":"Get new album releases"},{"name":"Get Tracks","value":"getTracks","description":"Get an album's tracks by URI or ID","action":"Get an album's tracks by URI or ID"},{"name":"Search","value":"search","description":"Search albums by keyword","action":"Search albums by keyword"}],"default":"get"},{"displayName":"Album ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["album"],"operation":["get","getTracks"]},"hide":{"operation":["search"]}},"placeholder":"spotify:album:1YZ3k65Mqw3G8FzYlW1mmp","description":"The album's Spotify URI or ID"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["album"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["artist"]}},"options":[{"name":"Get","value":"get","description":"Get an artist by URI or ID","action":"Get an artist"},{"name":"Get Albums","value":"getAlbums","description":"Get an artist's albums by URI or ID","action":"Get an artist's albums by URI or ID"},{"name":"Get Related Artists","value":"getRelatedArtists","description":"Get an artist's related artists by URI or ID","action":"Get an artist's related artists by URI or ID"},{"name":"Get Top Tracks","value":"getTopTracks","description":"Get an artist's top tracks by URI or ID","action":"Get an artist's top tracks by URI or ID"},{"name":"Search","value":"search","description":"Search artists by keyword","action":"Search artists by keyword"}],"default":"get"},{"displayName":"Artist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["artist"]},"hide":{"operation":["search"]}},"placeholder":"spotify:artist:4LLpKhyESsyAXpc4laK94U","description":"The artist's Spotify URI or ID"},{"displayName":"Country","name":"country","type":"string","default":"US","required":true,"displayOptions":{"show":{"resource":["artist"],"operation":["getTopTracks"]}},"placeholder":"US","description":"Top tracks in which country? Enter the postal abbreviation"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["artist"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["playlist"]}},"options":[{"name":"Add an Item","value":"add","description":"Add tracks to a playlist by track and playlist URI or ID","action":"Add an Item to a playlist"},{"name":"Create a Playlist","value":"create","description":"Create a new playlist","action":"Create a playlist"},{"name":"Get","value":"get","description":"Get a playlist by URI or ID","action":"Get a playlist"},{"name":"Get the User's Playlists","value":"getUserPlaylists","description":"Get a user's playlists","action":"Get a user's playlists"},{"name":"Get Tracks","value":"getTracks","description":"Get a playlist's tracks by URI or ID","action":"Get a playlist's tracks by URI or ID"},{"name":"Remove an Item","value":"delete","description":"Remove tracks from a playlist by track and playlist URI or ID","action":"Remove an item from a playlist"},{"name":"Search","value":"search","description":"Search playlists by keyword","action":"Search playlists by keyword"}],"default":"add"},{"displayName":"Playlist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["add","delete","get","getTracks"]}},"placeholder":"spotify:playlist:37i9dQZF1DWUhI3iC1khPH","description":"The playlist's Spotify URI or its ID"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["create"]}},"placeholder":"Favorite Songs","description":"Name of the playlist to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["playlist"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","placeholder":"These are all my favorite songs.","description":"Description for the playlist to create"},{"displayName":"Public","name":"public","type":"boolean","default":true,"description":"Whether the playlist is publicly accessible"}]},{"displayName":"Track ID","name":"trackID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["add","delete"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"The track's Spotify URI or its ID. The track to add/delete from the playlist."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["playlist"],"operation":["add"]}},"options":[{"displayName":"Position","name":"position","type":"number","typeOptions":{"minValue":0},"default":0,"placeholder":"0","description":"The new track's position in the playlist"}]},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["playlist"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["track"]}},"options":[{"name":"Get","value":"get","description":"Get a track by its URI or ID","action":"Get a track"},{"name":"Get Audio Features","value":"getAudioFeatures","description":"Get audio features for a track by URI or ID","action":"Get audio features of a track"},{"name":"Search","value":"search","description":"Search tracks by keyword","action":"Search tracks by keyword"}],"default":"track"},{"displayName":"Track ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["track"]},"hide":{"operation":["search"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"The track's Spotify URI or ID"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["track"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["library"]}},"options":[{"name":"Get Liked Tracks","value":"getLikedTracks","description":"Get the user's liked tracks","action":"Get liked tracks"}],"default":"getLikedTracks"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["myData"]}},"options":[{"name":"Get Following Artists","value":"getFollowingArtists","description":"Get your followed artists","action":"Get your followed artists"}],"default":"getFollowingArtists"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["album","artist","library","myData","playlist","track","player"],"operation":["getTracks","getAlbums","getUserPlaylists","getNewReleases","getLikedTracks","getFollowingArtists","search","recentlyPlayed"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["album","artist","library","playlist","track"],"operation":["getTracks","getAlbums","getUserPlaylists","getNewReleases","getLikedTracks","search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"description":"Max number of results to return"},{"displayName":"Limit","name":"limit","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["myData","player"],"operation":["getFollowingArtists","recentlyPlayed"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"description":"Max number of results to return"},{"displayName":"Volume","name":"volumePercent","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["player"],"operation":["volume"]}},"typeOptions":{"minValue":0,"maxValue":100},"description":"The volume percentage to set"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["album"],"operation":["getNewReleases"]}},"options":[{"displayName":"Country","name":"country","type":"options","default":"US","options":[{"name":"Afghanistan","value":"AF"},{"name":"Åland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas (the)","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia (Plurinational State of)","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory (the)","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands (the)","value":"KY"},{"name":"Central African Republic (the)","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands (the)","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros (the)","value":"KM"},{"name":"Congo (the Democratic Republic of the)","value":"CD"},{"name":"Congo (the)","value":"CG"},{"name":"Cook Islands (the)","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Côte d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic (the)","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (the) [Malvinas]","value":"FK"},{"name":"Faroe Islands (the)","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories (the)","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia (the)","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See (the)","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran (Islamic Republic of)","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea (the Democratic People's Republic of)","value":"KP"},{"name":"Korea (the Republic of)","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic (the)","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Macedonia (the former Yugoslav Republic of)","value":"MK"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands (the)","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia (Federated States of)","value":"FM"},{"name":"Moldova (the Republic of)","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands (the)","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger (the)","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"Northern Mariana Islands (the)","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines (the)","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation (the)","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthélemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan (the)","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Swaziland","value":"SZ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan (Province of China)","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands (the)","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates (the)","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland (the)","value":"GB"},{"name":"United States Minor Outlying Islands (the)","value":"UM"},{"name":"United States of America (the)","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela (Bolivarian Republic of)","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara*","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}],"description":"Country to filter new releases by"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["playlist","artist","track","album"],"operation":["search"]}},"options":[{"displayName":"Country","name":"market","type":"options","options":[{"name":"Afghanistan","value":"AF"},{"name":"Åland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas (the)","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia (Plurinational State of)","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory (the)","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands (the)","value":"KY"},{"name":"Central African Republic (the)","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands (the)","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros (the)","value":"KM"},{"name":"Congo (the Democratic Republic of the)","value":"CD"},{"name":"Congo (the)","value":"CG"},{"name":"Cook Islands (the)","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Côte d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic (the)","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (the) [Malvinas]","value":"FK"},{"name":"Faroe Islands (the)","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories (the)","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia (the)","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See (the)","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran (Islamic Republic of)","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea (the Democratic People's Republic of)","value":"KP"},{"name":"Korea (the Republic of)","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic (the)","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Macedonia (the former Yugoslav Republic of)","value":"MK"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands (the)","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia (Federated States of)","value":"FM"},{"name":"Moldova (the Republic of)","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands (the)","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger (the)","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"Northern Mariana Islands (the)","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines (the)","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation (the)","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthélemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan (the)","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Swaziland","value":"SZ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan (Province of China)","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands (the)","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates (the)","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland (the)","value":"GB"},{"name":"United States Minor Outlying Islands (the)","value":"UM"},{"name":"United States of America (the)","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela (Bolivarian Republic of)","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara*","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}],"default":"","description":"If a country code is specified, only content that is playable in that market is returned"}]}],"codex":{"categories":["Miscellaneous"],"alias":["Music","Song"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.spotify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/spotify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Spotify/spotify.svg"},
400
- {"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":2,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"Autodetect","value":"autodetect"},{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"autodetect","description":"The format of the binary data to read from","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."}]},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
401
- {"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":1,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"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":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
400
+ {"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":2,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"Autodetect","value":"autodetect"},{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"autodetect","description":"The format of the binary data to read from","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/fileFormat":["csv"]}}}]},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
401
+ {"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":1,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"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":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/fileFormat":["csv"]}}}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
402
402
  {"displayName":"SSE Trigger","name":"sseTrigger","icon":"fa:cloud-download-alt","iconColor":"dark-blue","group":["trigger"],"version":1,"description":"Triggers the workflow when Server-Sent Events occur","eventTriggerDescription":"","activationMessage":"You can now make calls to your SSE URL to trigger executions.","defaults":{"name":"SSE Trigger","color":"#225577"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an SSE event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, <a data-key='activate'>activate</a> it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an SSE event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, <a data-key='activate'>activate</a> it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com","description":"The URL to receive the SSE from","required":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ssetrigger/"}]}}},
403
403
  {"displayName":"SSH","name":"ssh","icon":"fa:terminal","iconColor":"black","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Execute commands via SSH","defaults":{"name":"SSH","color":"#000000"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sshPassword","required":true,"testedBy":"sshConnectionTest","displayOptions":{"show":{"authentication":["password"]}}},{"name":"sshPrivateKey","required":true,"testedBy":"sshConnectionTest","displayOptions":{"show":{"authentication":["privateKey"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Private Key","value":"privateKey"}],"default":"password"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Command","value":"command"},{"name":"File","value":"file"}],"default":"command"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["command"]}},"options":[{"name":"Execute","value":"execute","description":"Execute a command","action":"Execute a command"}],"default":"execute"},{"displayName":"Command","name":"command","type":"string","displayOptions":{"show":{"resource":["command"],"operation":["execute"]}},"default":"","description":"The command to be executed on a remote device"},{"displayName":"Working Directory","name":"cwd","type":"string","displayOptions":{"show":{"resource":["command"],"operation":["execute"]}},"default":"/","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Target Directory","name":"path","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":"","required":true,"placeholder":"/home/user","description":"The directory to upload the file to. The name of the file does not need to be specified, it's taken from the binary data file name. To override this behavior, set the parameter \"File Name\" under options."},{"displayName":"Path","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"path","type":"string","default":"","placeholder":"/home/user/invoice.txt","description":"The file path of the file to download. Has to contain the full path including file name.","required":true},{"displayName":"File Property","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["file"],"operation":["upload","download"]}},"default":{},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Overrides the binary data file name"}]}],"codex":{"categories":["Core Nodes","Development"],"subcategories":["Helpers"],"alias":["remote"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ssh/"}]}}},
404
404
  {"displayName":"Stackby","name":"stackby","group":["transform"],"version":1,"description":"Read, write, and delete data in Stackby","defaults":{"name":"Stackby"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"stackbyApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append"},{"name":"Delete","value":"delete"},{"name":"List","value":"list"},{"name":"Read","value":"read"}],"default":"append","placeholder":"Action to perform"},{"displayName":"Stack ID","name":"stackId","type":"string","default":"","required":true,"description":"The ID of the stack to access"},{"displayName":"Table","name":"table","type":"string","default":"","placeholder":"Stories","required":true,"description":"Enter Table Name"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["read","delete"]}},"default":"","required":true,"description":"ID of the record to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["list"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"View","name":"view","type":"string","default":"","placeholder":"All Stories","description":"The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view."}]},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["append"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.stackby/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/stackby/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Stackby/stackby.png"},