n8n-nodes-base 1.27.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/nodes/Filter/V2/FilterV2.node.js +1 -0
  3. package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
  4. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +16 -2
  5. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  6. package/dist/nodes/HttpRequest/test/node/workflow.pagination.json +353 -62
  7. package/dist/nodes/If/V2/IfV2.node.js +1 -0
  8. package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
  9. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js +2 -1
  10. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js.map +1 -1
  11. package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js +1 -1
  12. package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js.map +1 -1
  13. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js +32 -1
  14. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js.map +1 -1
  15. package/dist/nodes/MongoDb/MongoDb.node.js +1 -3
  16. package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
  17. package/dist/nodes/RabbitMQ/DefaultOptions.js +14 -0
  18. package/dist/nodes/RabbitMQ/DefaultOptions.js.map +1 -1
  19. package/dist/nodes/RabbitMQ/GenericFunctions.js +12 -2
  20. package/dist/nodes/RabbitMQ/GenericFunctions.js.map +1 -1
  21. package/dist/nodes/Set/Set.node.js +2 -1
  22. package/dist/nodes/Set/Set.node.js.map +1 -1
  23. package/dist/nodes/Set/test/Set.v3.workflow.json +323 -193
  24. package/dist/nodes/Set/test/Set.v3_3.workflow.json +806 -0
  25. package/dist/nodes/Set/v2/SetV2.node.js +57 -4
  26. package/dist/nodes/Set/v2/SetV2.node.js.map +1 -1
  27. package/dist/nodes/Set/v2/helpers/interfaces.d.ts +5 -0
  28. package/dist/nodes/Set/v2/helpers/interfaces.js.map +1 -1
  29. package/dist/nodes/Set/v2/helpers/utils.d.ts +3 -3
  30. package/dist/nodes/Set/v2/helpers/utils.js +15 -16
  31. package/dist/nodes/Set/v2/helpers/utils.js.map +1 -1
  32. package/dist/nodes/Set/v2/manual.mode.d.ts +2 -2
  33. package/dist/nodes/Set/v2/manual.mode.js +35 -10
  34. package/dist/nodes/Set/v2/manual.mode.js.map +1 -1
  35. package/dist/nodes/Set/v2/raw.mode.js +1 -1
  36. package/dist/nodes/Set/v2/raw.mode.js.map +1 -1
  37. package/dist/nodes/Slack/V2/GenericFunctions.js +12 -1
  38. package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
  39. package/dist/types/nodes.json +10 -10
  40. package/package.json +7 -7
@@ -115,7 +115,7 @@
115
115
  {"displayName":"Read/Write Files from Disk","name":"n8n-nodes-base.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","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"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/"}]},"alias":["Binary","File","Text","Open","Import","Save","Export","Disk","Transfer"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Files/ReadWriteFile/readWriteFile.svg"},
116
116
  {"displayName":"Convert to File","name":"n8n-nodes-base.convertToFile","group":["input"],"version":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 iCal","value":"iCal","action":"Convert to iCal","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 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":"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"},{"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]}}},{"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":"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":"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.).","validateType":"dateTime","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"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","encode","encoding","Move Binary Data","Binary","File","JSON","HTML","ICS","RTF","64"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Files/ConvertToFile/convertToFile.svg"},
117
117
  {"displayName":"Extract From File","name":"n8n-nodes-base.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 JSON","value":"fromJson","action":"Extract from JSON","description":"Transform a JSON 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 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 XLS","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":"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":"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"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","decode","decoding","Move Binary Data","Binary","File","PDF","JSON","HTML","ICS","txt","Text","RTF","XML","64"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.svg"},
118
- {"displayName":"Filter","name":"n8n-nodes-base.filter","icon":"fa:filter","group":["transform"],"description":"Remove items matching a condition","version":2,"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{$parameter.options.looseTypeValidation ? \"loose\" : \"strict\"}}"}}},{"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":"Less Strict Type Validation","description":"Whether to try casting value types based on the selected operator","name":"looseTypeValidation","type":"boolean","default":true}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
118
+ {"displayName":"Filter","name":"n8n-nodes-base.filter","icon":"fa:filter","group":["transform"],"description":"Remove items matching a condition","version":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":"={{$parameter.options.looseTypeValidation ? \"loose\" : \"strict\"}}"}}},{"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":"Less Strict Type Validation","description":"Whether to try casting value types based on the selected operator","name":"looseTypeValidation","type":"boolean","default":true}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
119
119
  {"displayName":"Filter","name":"n8n-nodes-base.filter","icon":"fa:filter","group":["transform"],"description":"Remove items matching a condition","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 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 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 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 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"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
120
120
  {"displayName":"Flow","name":"n8n-nodes-base.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/credentials/flow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.png"},
121
121
  {"displayName":"Flow Trigger","name":"n8n-nodes-base.flowTrigger","group":["trigger"],"version":1,"description":"Handle Flow events via webhooks","defaults":{"name":"Flow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"","options":[{"name":"Project","value":"list"},{"name":"Task","value":"task"}],"description":"Resource that triggers the webhook"},{"displayName":"Project ID","name":"listIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"]},"hide":{"resource":["task"]}},"description":"Lists IDs, perhaps known better as \"Projects\" separated by a comma (,)"},{"displayName":"Task ID","name":"taskIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"]},"hide":{"resource":["list"]}},"description":"Task IDs separated by a comma (,)"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.flowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/flow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.png"},
@@ -138,7 +138,7 @@
138
138
  {"displayName":"GitLab","name":"n8n-nodes-base.gitlab","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from GitLab API","defaults":{"name":"GitLab"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Project Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"User, group or namespace of the project"},{"displayName":"Project Name","name":"repository","type":"string","default":"","required":true,"displayOptions":{"hide":{"resource":["user"],"operation":["getRepositories"]}},"placeholder":"n8n","description":"The name of the project"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Due Date","name":"due_date","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":"","description":"Due Date for issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"number","default":0,"description":"User ID to assign issue to"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date for issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The number of the issue get data of"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The number of the issue to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason to lock the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The description of the release"},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"If Tag doesn’t exist, the release will be created from Ref. It can be a commit SHA, another tag name, or a branch name."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":{},"options":[{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Released At","value":"released_at"}],"default":"released_at","description":"The field to use as order"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"The direction of the order. ."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The release name"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the release. You can use Markdown."},{"displayName":"Milestones","name":"milestones","type":"string","default":"","description":"The title of each milestone to associate with the release (provide a titles list spearated with comma)"},{"displayName":"Released At","name":"released_at","type":"dateTime","default":"","description":"The date when the release is/was ready"}]},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee_username","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"author_username","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Search issues against their title and description"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated After","name":"updated_after","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"opened","description":"Return issues with \"open\" state"}],"default":"opened","description":"The state to filter by"},{"displayName":"Sort","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at","description":"Sort by created date"},{"name":"Updated At","value":"updated_at","description":"Sort by updated date"},{"name":"Priority","value":"priority","description":"Sort by priority"}],"default":"created_at","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"sort","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"File Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path or leave it empty for root folder."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1,"description":"Page of results to display"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"options":[{"displayName":"Reference","name":"ref","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether or not to get a recursive file tree. Default is false."}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"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":["create","edit"],"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":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Branch","name":"branch","type":"string","default":"","description":"Name of the new branch to create. The commit is added to this branch.","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"displayName":"Start Branch","name":"branchStart","values":[{"displayName":"Start Branch","name":"branchStart","type":"string","default":"","description":"Name of the base branch to create the new branch from"}]},{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"encoding","displayName":"Encoding","values":[{"displayName":"Encoding","name":"encoding","type":"string","default":"text","description":"Change encoding to base64. Default is text."}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
139
139
  {"displayName":"GitLab Trigger","name":"n8n-nodes-base.gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repsitory"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repsitory"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
140
140
  {"displayName":"Google Ads","name":"n8n-nodes-base.googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v15/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add Option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
141
- {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-01-23T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-01-30T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-01-23T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-01-30T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
141
+ {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-01-30T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-02-06T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-01-30T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-02-06T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
142
142
  {"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
143
143
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":2,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results","name":"maxResults","type":"number","default":1000,"description":"The maximum number of rows of data to return"},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"description":"How long to wait for the query to complete, in milliseconds"},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
144
144
  {"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
@@ -182,7 +182,7 @@
182
182
  {"displayName":"Home Assistant","name":"n8n-nodes-base.homeAssistant","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Home Assistant API","defaults":{"name":"Home Assistant"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"homeAssistantApi","required":true,"testedBy":"homeAssistantApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Camera Proxy","value":"cameraProxy"},{"name":"Config","value":"config"},{"name":"Event","value":"event"},{"name":"Log","value":"log"},{"name":"Service","value":"service"},{"name":"State","value":"state"},{"name":"Template","value":"template"}],"default":"config"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["cameraProxy"]}},"options":[{"name":"Get Screenshot","value":"getScreenshot","description":"Get the camera screenshot","action":"Get a screenshot"}],"default":"getScreenshot"},{"displayName":"Camera Entity Name or ID","name":"cameraEntityId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCameraEntities"},"default":"","required":true,"displayOptions":{"show":{"operation":["getScreenshot"],"resource":["cameraProxy"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["getScreenshot"],"resource":["cameraProxy"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["config"]}},"options":[{"name":"Get","value":"get","description":"Get the configuration","action":"Get the config"},{"name":"Check Configuration","value":"check","description":"Check the configuration","action":"Check the config"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create an event","action":"Create an event"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Event Type","name":"eventType","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"required":true,"default":"","description":"The Entity ID for which an event will be created"},{"displayName":"Event Attributes","name":"eventAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["history"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many state changes","action":"Get many state changes"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["history"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["history"],"operation":["getAll"]}},"options":[{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"The end of the period"},{"displayName":"Entity IDs","name":"entityIds","type":"string","default":"","description":"The entities IDs separated by comma"},{"displayName":"Minimal Response","name":"minimalResponse","type":"boolean","default":false,"description":"Whether to only return <code>last_changed</code> and state for states"},{"displayName":"Significant Changes Only","name":"significantChangesOnly","type":"boolean","default":false,"description":"Whether to only return significant state changes"},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"The beginning of the period"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["log"]}},"options":[{"name":"Get Error Logs","value":"getErroLogs","description":"Get a log for a specific entity","action":"Get a log for an entity"},{"name":"Get Logbook Entries","value":"getLogbookEntries","description":"Get all logs","action":"Get all logs for an entity"}],"default":"getErroLogs"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["log"],"operation":["getLogbookEntries"]}},"options":[{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"The end of the period"},{"displayName":"Entity ID","name":"entityId","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"The beginning of the period"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["service"]}},"options":[{"name":"Call","value":"call","description":"Call a service within a specific domain","action":"Call a service"},{"name":"Get Many","value":"getAll","description":"Get many services","action":"Get many services"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["service"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["service"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Domain Name or ID","name":"domain","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDomains"},"default":"","required":true,"displayOptions":{"show":{"resource":["service"],"operation":["call"]}}},{"displayName":"Service Name or ID","name":"service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["domain"],"loadOptionsMethod":"getDomainServices"},"default":"","required":true,"displayOptions":{"show":{"resource":["service"],"operation":["call"]}}},{"displayName":"Service Attributes","name":"serviceAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["service"],"operation":["call"]}},"options":[{"name":"attributes","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["state"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a state"},{"name":"Get","value":"get","description":"Get a state for a specific entity","action":"Get a state"},{"name":"Get Many","value":"getAll","description":"Get many states","action":"Get many states"}],"default":"get"},{"displayName":"Entity Name or ID","name":"entityId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAllEntities"},"displayOptions":{"show":{"operation":["get"],"resource":["state"]}},"required":true,"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["state"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["state"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Entity Name or ID","name":"entityId","type":"options","typeOptions":{"loadOptionsMethod":"getAllEntities"},"displayOptions":{"show":{"operation":["upsert"],"resource":["state"]}},"required":true,"default":"","description":"The entity ID for which a state will be created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["state"],"operation":["upsert"]}}},{"displayName":"State Attributes","name":"stateAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["state"],"operation":["upsert"]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["template"]}},"options":[{"name":"Create","value":"create","description":"Create a template","action":"Create a template"}],"default":"create"},{"displayName":"Template","name":"template","type":"string","displayOptions":{"show":{"resource":["template"],"operation":["create"]}},"required":true,"default":"","description":"Render a Home Assistant template. <a href=\"https://www.home-assistant.io/docs/configuration/templating/\">See template docs for more information.</a>."}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/homeAssistant"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HomeAssistant/homeAssistant.svg"},
183
183
  {"displayName":"HTML Extract","name":"n8n-nodes-base.htmlExtract","icon":"fa:cut","group":["transform"],"version":1,"hidden":true,"subtitle":"={{$parameter[\"sourceData\"] + \": \" + $parameter[\"dataPropertyName\"]}}","description":"Extracts data from HTML","defaults":{"name":"HTML Extract","color":"#333377"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data"},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","displayOptions":{"show":{"sourceData":["binary"]}},"default":"data","required":true,"hint":"The name of the input binary field containing the file to be extracted"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]}}},
184
184
  {"displayName":"HTML","name":"n8n-nodes-base.html","group":["transform"],"version":[1,1.1],"subtitle":"={{ $parameter[\"operation\"] }}","description":"Work with HTML","defaults":{"name":"HTML"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Generate HTML Template","value":"generateHtmlTemplate","action":"Generate HTML template"},{"name":"Extract HTML Content","value":"extractHtmlContent","action":"Extract HTML Content"},{"name":"Convert to HTML Table","value":"convertToHtmlTable","action":"Convert to HTML Table"}],"default":"generateHtmlTemplate"},{"displayName":"HTML Template","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","default":"<!DOCTYPE html>\n\n<html>\n<head>\n <meta charset=\"UTF-8\" />\n <title>My HTML document</title>\n</head>\n<body>\n <div class=\"container\">\n <h1>This is an H1 heading</h1>\n <h2>This is an H2 heading</h2>\n <p>This is a paragraph</p>\n </div>\n</body>\n</html>\n\n<style>\n.container {\n background-color: #ffffff;\n text-align: center;\n padding: 16px;\n border-radius: 8px;\n}\n\nh1 {\n color: #ff6d5a;\n font-size: 24px;\n font-weight: bold;\n padding: 8px;\n}\n\nh2 {\n color: #909399;\n font-size: 18px;\n font-weight: bold;\n padding: 8px;\n}\n</style>\n\n<script>\nconsole.log(\"Hello World!\");\n</script>","noDataExpression":true,"description":"HTML template to render","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"<b>Tips</b>: Type ctrl+space for completions. Use <code>{{ }}</code> for expressions and <code>&lt;style&gt;</code> tags for CSS. JS in <code>&lt;script&gt;</code> tags is included but not executed in n8n.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data","displayOptions":{"show":{"operation":["extractHtmlContent"]}}},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["binary"]}},"default":"data","required":true,"hint":"The name of the input binary field containing the file to be extracted"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}],"displayOptions":{"show":{"operation":["extractHtmlContent"],"@version":[1]}}},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{"values":[{"key":"","cssSelector":"","returnValue":"text","returnArray":false}]},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}],"displayOptions":{"show":{"operation":["extractHtmlContent"],"@version":[{"_cnd":{"gt":1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["convertToHtmlTable"]}},"options":[{"displayName":"Capitalize Headers","name":"capitalize","type":"boolean","default":false,"description":"Whether to capitalize the headers"},{"displayName":"Custom Styling","name":"customStyling","type":"boolean","default":false,"description":"Whether to use custom styling"},{"displayName":"Caption","name":"caption","type":"string","default":"","description":"Caption to add to the table"},{"displayName":"Table Attributes","name":"tableAttributes","type":"string","default":"","description":"Attributes to attach to the table","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Header Attributes","name":"headerAttributes","type":"string","default":"","description":"Attributes to attach to the table header","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Row Attributes","name":"rowAttributes","type":"string","default":"","description":"Attributes to attach to the table row","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Cell Attributes","name":"cellAttributes","type":"string","default":"","description":"Attributes to attach to the table cell","placeholder":"e.g. style=\"padding:10px\""}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]},"alias":["extract","template","table"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Html/html.svg"},
185
- {"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.1,"version":[3,4,4.1],"defaults":{"name":"HTTP Request","color":"#0004F5"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary File","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary File","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Pagination","name":"pagination","placeholder":"Add pagination","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"pagination":{}},"options":[{"displayName":"Pagination","name":"pagination","values":[{"displayName":"Pagination Mode","name":"paginationMode","type":"options","typeOptions":{"noDataExpression":true},"options":[{"name":"Off","value":"off"},{"name":"Update a Parameter in Each Request","value":"updateAParameterInEachRequest"},{"name":"Response Contains Next URL","value":"responseContainsNextURL"}],"default":"updateAParameterInEachRequest","description":"If pagination should be used"},{"displayName":"Use the $response variables to access the data of the previous response. <a href=\"https://docs.n8n.io/code/builtin/http-node-variables/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.httpRequest\" target=\"_blank\">More info</a>","name":"webhookNotice","displayOptions":{"hide":{"paginationMode":["off"]}},"type":"notice","default":""},{"displayName":"Next URL","name":"nextURL","type":"string","displayOptions":{"show":{"paginationMode":["responseContainsNextURL"]}},"default":"","description":"Should evaluate to true when pagination is complete. More info."},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","displayOptions":{"show":{"paginationMode":["updateAParameterInEachRequest"]}},"typeOptions":{"multipleValues":true,"noExpression":true},"placeholder":"Add Parameter","default":{"parameters":[{"type":"qs","name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Body","value":"body"},{"name":"Header","value":"headers"},{"name":"Query","value":"qs"}],"default":"qs","description":"Where the parameter should be set"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Pagination Complete When","name":"paginationCompleteWhen","type":"options","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"options":[{"name":"Response Is Empty","value":"responseIsEmpty"},{"name":"Receive Specific Status Code(s)","value":"receiveSpecificStatusCodes"},{"name":"Other","value":"other"}],"default":"responseIsEmpty","description":"When should no further requests be made?"},{"displayName":"Status Code(s) when Complete","name":"statusCodesWhenComplete","type":"string","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"paginationCompleteWhen":["receiveSpecificStatusCodes"]}},"default":"","description":"Accepts comma-separated values"},{"displayName":"Complete Expression","name":"completeExpression","type":"string","displayOptions":{"show":{"paginationCompleteWhen":["other"]}},"default":"","description":"Should evaluate to true when pagination is complete. More info."},{"displayName":"Limit Pages Fetched","name":"limitPagesFetched","type":"boolean","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"default":false,"noDataExpression":true,"description":"Whether the number of requests should be limited"},{"displayName":"Max Pages","name":"maxRequests","type":"number","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"limitPagesFetched":[true]}},"default":100,"description":"Maximum amount of request to be make"},{"displayName":"Interval Between Requests (ms)","name":"requestInterval","type":"number","displayOptions":{"hide":{"paginationMode":["off"]}},"default":0,"description":"Time in milliseconds to wait between requests","hint":"At 0 no delay will be added","typeOptions":{"minValue":0}}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"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"}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build","cURL"]}},
185
+ {"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.1,"version":[3,4,4.1],"defaults":{"name":"HTTP Request","color":"#0004F5"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary File","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary File","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Pagination","name":"pagination","placeholder":"Add pagination","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"pagination":{}},"options":[{"displayName":"Pagination","name":"pagination","values":[{"displayName":"Pagination Mode","name":"paginationMode","type":"options","typeOptions":{"noDataExpression":true},"options":[{"name":"Off","value":"off"},{"name":"Update a Parameter in Each Request","value":"updateAParameterInEachRequest"},{"name":"Response Contains Next URL","value":"responseContainsNextURL"}],"default":"updateAParameterInEachRequest","description":"If pagination should be used"},{"displayName":"Use the $response variables to access the data of the previous response. <a href=\"https://docs.n8n.io/code/builtin/http-node-variables/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.httpRequest\" target=\"_blank\">More info</a>","name":"webhookNotice","displayOptions":{"hide":{"paginationMode":["off"]}},"type":"notice","default":""},{"displayName":"Next URL","name":"nextURL","type":"string","displayOptions":{"show":{"paginationMode":["responseContainsNextURL"]}},"default":"","description":"Should evaluate to true when pagination is complete. More info."},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","displayOptions":{"show":{"paginationMode":["updateAParameterInEachRequest"]}},"typeOptions":{"multipleValues":true,"noExpression":true},"placeholder":"Add Parameter","default":{"parameters":[{"type":"qs","name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Body","value":"body"},{"name":"Header","value":"headers"},{"name":"Query","value":"qs"}],"default":"qs","description":"Where the parameter should be set"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g page"},{"displayName":"Value","name":"value","type":"string","default":"","hint":"Use expression mode and $response to access response data"}]}]},{"displayName":"Pagination Complete When","name":"paginationCompleteWhen","type":"options","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"options":[{"name":"Response Is Empty","value":"responseIsEmpty"},{"name":"Receive Specific Status Code(s)","value":"receiveSpecificStatusCodes"},{"name":"Other","value":"other"}],"default":"responseIsEmpty","description":"When should no further requests be made?"},{"displayName":"Status Code(s) when Complete","name":"statusCodesWhenComplete","type":"string","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"paginationCompleteWhen":["receiveSpecificStatusCodes"]}},"default":"","description":"Accepts comma-separated values"},{"displayName":"Complete Expression","name":"completeExpression","type":"string","displayOptions":{"show":{"paginationCompleteWhen":["other"]}},"default":"","description":"Should evaluate to true when pagination is complete. More info."},{"displayName":"Limit Pages Fetched","name":"limitPagesFetched","type":"boolean","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"default":false,"noDataExpression":true,"description":"Whether the number of requests should be limited"},{"displayName":"Max Pages","name":"maxRequests","type":"number","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"limitPagesFetched":[true]}},"default":100,"description":"Maximum amount of request to be make"},{"displayName":"Interval Between Requests (ms)","name":"requestInterval","type":"number","displayOptions":{"hide":{"paginationMode":["off"]}},"default":0,"description":"Time in milliseconds to wait between requests","hint":"At 0 no delay will be added","typeOptions":{"minValue":0}}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"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"}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build","cURL"]}},
186
186
  {"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.1,"defaults":{"name":"HTTP Request","color":"#2200DD"},"version":2,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["httpBasicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["httpDigestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["httpHeaderAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["httpQueryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1Api"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","required":true,"options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","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":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"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"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","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":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build","cURL"]}},
187
187
  {"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.1,"version":1,"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["digestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["queryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Digest Auth","value":"digestAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"None","value":"none"},{"name":"OAuth1","value":"oAuth1"},{"name":"OAuth2","value":"oAuth2"},{"name":"Query Auth","value":"queryAuth"}],"default":"none","description":"The way to authenticate"},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","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":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"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"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","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":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build","cURL"]}},
188
188
  {"displayName":"HubSpot","name":"n8n-nodes-base.hubspot","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume HubSpot API","defaultVersion":2,"version":2,"defaults":{"name":"HubSpot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hubspotApi","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"hubspotAppToken","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["appToken"]}}},{"name":"hubspotOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"APP Token","value":"appToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Deal","value":"deal"},{"name":"Engagement","value":"engagement"},{"name":"Ticket","value":"ticket"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated contacts","action":"Get recently created/updated contacts"},{"name":"Search","value":"search","description":"Search contacts","action":"Search contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":""},{"displayName":"Contact Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Associated Company Name or ID","name":"associatedCompanyId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":"","description":"Companies associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Clicked Facebook Ad","name":"clickedFacebookAd","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Size","name":"companySize","type":"string","default":""},{"displayName":"Contact Owner Name or ID","name":"contactOwner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOwners"},"default":""},{"displayName":"Country/Region","name":"country","type":"string","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Degree","name":"degree","type":"string","default":""},{"displayName":"Facebook Click ID","name":"facebookClickId","type":"number","default":""},{"displayName":"Fax Number","name":"faxNumber","type":"string","default":""},{"displayName":"Field Of Study","name":"fieldOfStudy","type":"string","default":"","description":"A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"A contact's first name"},{"displayName":"Gender","name":"gender","type":"string","default":""},{"displayName":"Google Ad Click ID","name":"googleAdClickId","type":"number","default":""},{"displayName":"Graduation Date","name":"graduationDate","type":"dateTime","default":"","description":"A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry a contact is in"},{"displayName":"Job Function","name":"jobFunction","type":"string","default":"","description":"A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"A contact's job title"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"A contact's last name"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getContactLeadStatuses"},"default":"","description":"The contact's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Legal Basic For Processing Contact Data Name or ID","name":"processingContactData","type":"options","typeOptions":{"loadOptionsMethod":"getContactLealBasics"},"default":"","description":"Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifeCycleStage","type":"options","typeOptions":{"loadOptionsMethod":"getContactLifeCycleStages"},"default":"","description":"The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Marital Status","name":"maritalStatus","type":"string","default":"","description":"A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Membership Note","name":"membershipNote","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The notes relating to the contact's content membership"},{"displayName":"Message","name":"message","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"A default property to be used for any message or comments a contact may want to leave on a form"},{"displayName":"Mobile Phone Number","name":"mobilePhoneNumber","type":"string","default":"","description":"A contact's mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"options","typeOptions":{"loadOptionsMethod":"getContactNumberOfEmployees"},"default":"","description":"The number of company employees. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Original Source Name or ID","name":"originalSource","type":"options","typeOptions":{"loadOptionsMethod":"getContactOriginalSources"},"default":"","description":"The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A contact's primary phone number"},{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"/resolveData":[false]}},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The contact's zip code. This might be set via import, form, or integration."},{"displayName":"Preffered Language Name or ID","name":"prefferedLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getContactPrefferedLanguages"},"default":"","description":"Set your contact's preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Relationship Status","name":"relationshipStatus","type":"string","default":"","description":"A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"The title used to address a contact"},{"displayName":"School","name":"school","type":"string","default":"","description":"A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Seniority","name":"seniority","type":"string","default":"","description":"A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The contact's state of residence. This might be set via import, form, or integration."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"default":"","description":"The status of the contact's content membership. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"A contact's street address, including apartment or unit #"},{"displayName":"Twitter Username","name":"twitterUsername","type":"string","default":"","description":"The contact's Twitter handle. This is set by HubSpot using the contact's email address."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The contact's company website"},{"displayName":"Work Email","name":"workEmail","type":"string","default":"","description":"A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Simplify Output","name":"resolveData","type":"boolean","default":false,"description":"By default the response only includes the ID. If this option gets activated, it will resolve the data automatically."}]},{"displayName":"Contact to Get","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"hint":"To lookup a user by their email, use the Search operation","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Contact ID"}}]}],"description":"This is not a contact's email but a number like 1485"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"multipleValueButtonText":"test","loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"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":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Contact to Delete","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"hint":"To lookup a user by their email, use the Search operation","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Contact ID"}}]}],"description":"This is not a contact's email but a number like 1485"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactPropertiesWithType"},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&propertyName\"].split(\"|\")[1]}}"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"hide":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"required":true,"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a Filter Group, they will be combined using a logical AND operator. When multiple Filter Groups are provided, they will be combined using a logical OR operator. The system supports a maximum of three Filter Groups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"displayName":"Sort Order","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is Descending."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":["firstname","lastname","email"],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":"email"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["email"]}},"default":""},{"displayName":"Contact to Add","name":"id","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["id"]}},"default":""},{"displayName":"List to Add To","name":"listId","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":""},{"displayName":"Contact to Remove","name":"id","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"List to Remove From","name":"listId","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated companies","action":"Get recently created/updated companies"},{"name":"Search","value":"searchByDomain","description":"Search companies by their website domain","action":"Search for a company by Domain"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":""},{"displayName":"Company Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":{},"description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company to Update","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Linkedin Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company to Get","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if the company has been previously merged with another company record. Defaults to false."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"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":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if a company has been previously merged with another company record. Defaults to false."},{"displayName":"Company Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Companies Properties to Include","values":[{"displayName":"Companies Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Company to Delete","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return companys created after timestamp x. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Companies Properties to Include","values":[{"displayName":"Companies Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"required":true,"default":"","description":"The company's website domain to search for, like n8n.io"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"options":[{"displayName":"Company Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated deals","action":"Get recently created/updated deals"},{"name":"Search","value":"search","description":"Search deals","action":"Search for deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDealStages"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":"","options":[],"description":"The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Properties","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Associated Company Names or IDs","name":"associatedCompany","type":"multiOptions","description":"Whether to include specific Associated Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[]},{"displayName":"Associated Vid Names or IDs","name":"associatedVids","type":"multiOptions","description":"Whether to include specific Associated Vid in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[]},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Owner","name":"dealOwner","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchOwners"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Owner ID"}}]}],"description":"The HubSpot user to be assigned to the deal"},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline Name or ID","name":"pipeline","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"default":""}]},{"displayName":"Deal to Update","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Owner","name":"dealOwner","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchOwners"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Owner ID"}}]}],"description":"The HubSpot user to be assigned to the deal"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getDealStages"},"default":"","description":"The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal to Get","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"options":[{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."},{"displayName":"Deal Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Deal Properties to Include","values":[{"displayName":"Deal Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"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":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"filters","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Include Associations","name":"includeAssociations","type":"boolean","default":false,"description":"Whether to include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property."},{"displayName":"Deal Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Deal Properties to Include","values":[{"displayName":"Deal Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealPropertiesWithType"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Deal to Delete","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"filters","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return deals created after timestamp x. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&propertyName\"].split(\"|\")[1]}}"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"hide":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"required":true,"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a Filter Group, they will be combined using a logical AND operator. When multiple Filter Groups are provided, they will be combined using a logical OR operator. The system supports a maximum of three Filter Groups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is Descending."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["engagement"]}},"options":[{"name":"Create","value":"create","description":"Create an engagement","action":"Create an engagement"},{"name":"Delete","value":"delete","description":"Delete an engagement","action":"Delete an engagement"},{"name":"Get","value":"get","description":"Get an engagement","action":"Get an engagement"},{"name":"Get Many","value":"getAll","description":"Get many engagements","action":"Get many engagements"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","required":true,"options":[{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Meeting","value":"meeting"},{"name":"Task","value":"task"}],"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"default":""},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"For Object Type","name":"forObjectType","type":"options","options":[{"name":"Company","value":"COMPANY"},{"name":"Contact","value":"CONTACT"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Deferred","value":"DEFERRED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Not Started","value":"NOT_STARTED"},{"name":"Waiting","value":"WAITING"}],"default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["email"]}},"options":[{"displayName":"BCC","name":"bcc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC"},"default":""},{"displayName":"CC","name":"cc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC"},"default":""},{"displayName":"From Email","name":"fromEmail","type":"string","default":""},{"displayName":"From First Name","name":"firstName","type":"string","default":""},{"displayName":"From Last Name","name":"lastName","type":"string","default":""},{"displayName":"HTML","name":"html","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"To Emails","name":"toEmail","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["meeting"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Internal Meeting Notes","name":"internalMeetingNotes","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["call"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Duration Milliseconds","name":"durationMilliseconds","type":"number","default":0},{"displayName":"From Number","name":"fromNumber","type":"string","default":""},{"displayName":"Recording URL","name":"recordingUrl","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Calling CRM User","value":"CALLING_CRM_USER"},{"name":"Canceled","value":"CANCELED"},{"name":"Completed","value":"COMPLETED"},{"name":"Connecting","value":"CONNECTING"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"No Answer","value":"NO_ANSWER"},{"name":"Queued","value":"QUEUED"},{"name":"Ringing","value":"RINGING"}],"default":"QUEUED"},{"displayName":"To Number","name":"toNumber","type":"string","default":""}]},{"displayName":"Engagement Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"options":[{"displayName":"Associations","name":"associations","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Company IDs","name":"companyIds","type":"string","default":""},{"displayName":"Contact IDs","name":"contactIds","type":"string","default":""},{"displayName":"Deals IDs","name":"dealIds","type":"string","default":""},{"displayName":"Owner IDs","name":"ownerIds","type":"string","default":""},{"displayName":"Ticket IDs","name":"ticketIds","type":"string","default":""}]}]},{"displayName":"Engagement to Get","name":"engagementId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchEngagements"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Engagement ID"}}]}]},{"displayName":"Engagement to Delete","name":"engagementId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchEngagements"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Engagement ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["engagement"],"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":["engagement"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["pipelineId"]},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":""},{"displayName":"Ticket Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Description","name":"description","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Description of the ticket"},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket to Update","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Description","name":"description","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Description of the ticket"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["updateFields.pipelineId"]},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","default":""},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket to Get","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"options":[{"displayName":"Include Deleted","name":"includeDeleted","type":"boolean","default":false},{"displayName":"Ticket Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"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":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Ticket Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Ticket to Delete","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg","codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hubspot"}]}}},
@@ -191,7 +191,7 @@
191
191
  {"displayName":"Humantic AI","name":"n8n-nodes-base.humanticAi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Humantic AI API","defaults":{"name":"Humantic AI"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"humanticAiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"}],"default":"profile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Create","value":"create","description":"Create a profile","action":"Create a profile"},{"name":"Get","value":"get","description":"Retrieve a profile","action":"Get a profile"},{"name":"Update","value":"update","description":"Update a profile","action":"Update a profile"}],"default":"create"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"Whether to send a resume for a resume based analysis"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["create"],"resource":["profile"],"sendResume":[true]}},"hint":"The name of the input binary field containing the resume in PDF or DOCX format"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"options":[{"displayName":"Persona","name":"persona","type":"multiOptions","options":[{"name":"Sales","value":"sales"},{"name":"Hiring","value":"hiring"}],"default":[],"description":"Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter."}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"Whether to send a resume for a resume of the user"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[false]}},"description":"Additional text written by the user"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[true]}},"hint":"The name of the input binary field containing the resume in PDF or DOCX format"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/humanticAi"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HumanticAI/humanticai.png"},
192
192
  {"displayName":"Hunter","name":"n8n-nodes-base.hunter","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Hunter API","defaults":{"name":"Hunter"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hunterApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Domain Search","value":"domainSearch","description":"Get every email address found on the internet using a given domain name, with sources","action":"Get every email address found on the internet using a given domain name, with sources"},{"name":"Email Finder","value":"emailFinder","description":"Generate or retrieve the most likely email address from a domain name, a first name and a last name","action":"Generate or retrieve the most likely email address from a domain name, a first name and a last name"},{"name":"Email Verifier","value":"emailVerifier","description":"Verify the deliverability of an email address","action":"Verify the deliverability of an email address"}],"default":"domainSearch","description":"Operation to consume"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"operation":["domainSearch"]}},"default":"","required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"Only Emails","name":"onlyEmails","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":true,"description":"Whether to return only the the found emails"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["domainSearch"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["domainSearch"]}},"options":[{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Personal","value":"personal"},{"name":"Generic","value":"generic"}]},{"displayName":"Seniority","name":"seniority","type":"multiOptions","default":[],"options":[{"name":"Junior","value":"junior"},{"name":"Senior","value":"senior"},{"name":"Executive","value":"executive"}]},{"displayName":"Department","name":"department","type":"multiOptions","default":[],"options":[{"name":"Communication","value":"communication"},{"name":"Executive","value":"executive"},{"name":"Finance","value":"finance"},{"name":"HR","value":"hr"},{"name":"IT","value":"it"},{"name":"Legal","value":"legal"},{"name":"Management","value":"management"},{"name":"Marketing","value":"marketing"},{"name":"Sales","value":"sales"},{"name":"Support","value":"support"}]}]},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"operation":["emailFinder"]}},"required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"First Name","name":"firstname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's first name. It doesn't need to be in lowercase."},{"displayName":"Last Name","name":"lastname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's last name. It doesn't need to be in lowercase."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["emailVerifier"]}},"default":"","required":true,"description":"The email address you want to verify"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hunter"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hunter/hunter.png"},
193
193
  {"hidden":true,"displayName":"iCalendar","name":"n8n-nodes-base.iCal","icon":"fa:calendar","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Create iCalendar file","defaults":{"name":"iCalendar","color":"#408000"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create Event File","value":"createEventFile"}],"default":"createEventFile"},{"displayName":"Event Title","name":"title","type":"string","default":"","placeholder":"e.g. New Event"},{"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.).","validateType":"dateTime"},{"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"},{"displayName":"All Day","name":"allDay","type":"boolean","default":false,"description":"Whether the event lasts all day or not"},{"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"},{"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"}]}],"codex":{"categories":["Core Nodes","Productivity"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]},"alias":["ics",".ics"]}},
194
- {"displayName":"If","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2,"version":2,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{$parameter.options.looseTypeValidation ? \"loose\" : \"strict\"}}"}}},{"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":"Less Strict Type Validation","description":"Whether to try casting value types based on the selected operator","name":"looseTypeValidation","type":"boolean","default":true}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
194
+ {"displayName":"If","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2,"version":2,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"parameterPane":"wide","properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{$parameter.options.looseTypeValidation ? \"loose\" : \"strict\"}}"}}},{"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":"Less Strict Type Validation","description":"Whether to try casting value types based on the selected operator","name":"looseTypeValidation","type":"boolean","default":true}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
195
195
  {"displayName":"If","name":"n8n-nodes-base.if","icon":"fa:map-signs","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2,"version":1,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"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 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 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 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 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","name":"combineOperation","type":"options","options":[{"name":"ALL","description":"Only if all conditions are met it goes into \"true\" branch","value":"all"},{"name":"ANY","description":"If any of the conditions is met it goes into \"true\" branch","value":"any"}],"default":"all","description":"If multiple rules got set this settings decides if it is true as soon as ANY condition matches or only if ALL get meet"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"]}},
196
196
  {"displayName":"Intercom","name":"n8n-nodes-base.intercom","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Intercom API","defaults":{"name":"Intercom"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"intercomApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"Companies allow you to represent commercial organizations using your product"},{"name":"Lead","value":"lead","description":"Leads are useful for representing logged-out users of your application"},{"name":"User","value":"user","description":"The Users resource is the primary way of interacting with Intercom"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a new lead","action":"Create a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get data of a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get data of many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update new lead","action":"Update a lead"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get data of a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get data of many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a new company","action":"Create a company"},{"name":"Get","value":"get","description":"Get data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"},{"name":"Users","value":"users","description":"List company's users","action":"List users of a company"}],"default":"create"},{"displayName":"ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"","description":"The Intercom defined ID representing the Lead"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Company ID","name":"company_id","type":"string","default":"","description":"Company ID representing the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the user"},{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the user"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the user"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"ID","value":"id","default":"","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","default":"","description":"Automatically generated identifier for the Lead"}],"default":"","description":"The property to select the user by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"View by value"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the user"},{"name":"Email","value":"email","description":"The email address of user"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the user"}],"default":"id","description":"The property via which to query the user"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Value of the property to identify the user to update"},{"displayName":"Identifier Type","name":"identifierType","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"name":"User ID","value":"userId","description":"A unique string identifier for the user. It is required on creation if an email is not supplied."},{"name":"Email","value":"email","description":"The user's email address. It is required on creation if a user_id is not supplied."}],"default":"","description":"Unique string identifier"},{"displayName":"Value","name":"idValue","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Unique string identifier value"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Email","name":"email","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email"]}},"type":"string","placeholder":"name@email.com","default":"","description":"Email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Session Count","name":"sessionCount","type":"number","default":false,"options":[],"description":"How many sessions the user has recorded"},{"displayName":"User ID","name":"userId","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email","userId"]}},"type":"string","default":"","description":"Email of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"placeholder":"","description":"Whether the user is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"options":[],"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC"},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Delete By","name":"deleteBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"Delete by value"},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"options":[{"name":"Email","value":"email","description":"Email representing the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"Phone","value":"phone","description":"Phone representing the Lead"}],"default":"","description":"The property to select the lead by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"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":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the lead"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the lead"}]},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"}],"default":"id","description":"The property via which to query the lead"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"Value of the property to identify the lead to update"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"description":"The email of the user"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"/resource":["lead"],"/operation":["update"]}},"description":"The email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"description":"Whether the Lead is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC. default value if not sent is false."},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"List By","name":"listBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["users"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"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":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the Lead"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the Lead"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Name","value":"name","description":"The name of the company"}],"default":"","description":"What property to use to query the company"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"description":"View by value"},{"displayName":"Company ID","name":"companyId","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["create","update"]}},"description":"The company ID you have defined for the company"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}},"options":[{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry that this company operates in"},{"displayName":"Monthly Spend","name":"monthlySpend","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Plan","name":"plan","type":"string","default":"","placeholder":"","description":"The name of the plan you have associated with the company"},{"displayName":"Size","name":"size","type":"number","default":"","description":"The number of employees in this company"},{"displayName":"Website","name":"website","type":"string","default":"","description":"The URL for this company's website. Please note that the value specified here is not validated. Accepts any string."}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.intercom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/intercom"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Intercom/intercom.png"},
197
197
  {"displayName":"Interval","name":"n8n-nodes-base.interval","icon":"fa:hourglass","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow in a given interval","eventTriggerDescription":"","activationMessage":"Your interval trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Interval","color":"#00FF00"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'test workflow'","name":"notice","type":"notice","default":""},{"displayName":"Interval","name":"interval","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Interval value"},{"displayName":"Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"seconds","description":"Unit of the interval value"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.interval/"}]},"alias":["Time","Scheduler","Polling"]}},
@@ -246,11 +246,11 @@
246
246
  {"displayName":"MessageBird","name":"n8n-nodes-base.messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/messageBird"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
247
247
  {"displayName":"Metabase","name":"n8n-nodes-base.metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/metabase"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
248
248
  {"displayName":"Microsoft Dynamics CRM","name":"n8n-nodes-base.microsoftDynamicsCrm","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Dynamics CRM API","defaults":{"name":"Microsoft Dynamics CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftDynamicsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","action":"Create an account"},{"name":"Delete","value":"delete","action":"Delete an account"},{"name":"Get","value":"get","action":"Get an account"},{"name":"Get Many","value":"getAll","action":"Get many accounts"},{"name":"Update","value":"update","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Company or business name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete","get","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["get","getAll"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[]},{"displayName":"Expand Field Names or IDs","name":"expandFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpandableAccountFields"},"default":[]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter the results. Check <a href=\"https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#filter-results\" target=\"_blank\">filters</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","update"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Fields the response will include. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/dynamicsCrm.svg"},
249
- {"displayName":"Microsoft Excel 365","name":"n8n-nodes-base.microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Excel 365"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"This node connects to the Microsoft 365 cloud platform. Use the 'Extract From File' and 'Convert to File' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href=\"/templates/890\" target=\"_blank\">More info</a>.","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"A workbook is the top level object which contains one or more worksheets"},{"name":"Sheet","value":"worksheet","description":"A sheet is a grid of cells which can contain data, tables, charts, etc"}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Append","value":"append","description":"Add rows to the end of the table","action":"Append rows to table"},{"name":"Convert to Range","value":"convertToRange","description":"Convert a table to a range","action":"Convert to range"},{"name":"Create","value":"addTable","description":"Add a table based on range","action":"Create a table"},{"name":"Delete","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of table columns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of table rows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Look for rows that match a given value in a column","action":"Lookup a column"}],"default":"append"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["table"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["table"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":"","requiresDataPath":"single"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any row below the inserted row will be shifted downwards. First row index is 0."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Select Range","name":"selectRange","type":"options","options":[{"name":"Automatically","value":"auto","description":"The whole used range on the selected sheet will be converted into a table"},{"name":"Manually","value":"manual","description":"Select a range that will be converted into a table"}],"default":"auto","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A1:B2","description":"The range of cells that will be converted to a table","displayOptions":{"show":{"selectRange":["manual"],"resource":["table"],"operation":["addTable"]}}},{"displayName":"Has Headers","name":"hasHeaders","type":"boolean","default":true,"description":"Whether the range has column labels. When this property set to false Excel will automatically generate header shifting the data down by one row.","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getColumns"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}]},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getRows"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getRows"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response","displayOptions":{"show":{"/rawData":[true]}}},{"displayName":"Column Names or IDs","name":"column","type":"multiOptions","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":[],"displayOptions":{"show":{"/rawData":[false]}}}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"description":"The name of the column in which to look for value","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"description":"The value to look for in column","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Sheet","value":"addWorksheet","description":"Add a new sheet to the workbook","action":"Add a sheet to a workbook"},{"name":"Delete","value":"deleteWorkbook","description":"Delete workbook","action":"Delete workbook"},{"name":"Get Many","value":"getAll","description":"Get workbooks","action":"Get workbooks"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the sheet to be added. The name should be unique. If not specified, Excel will determine the name of the new worksheet."}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["deleteWorkbook"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["workbook"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to sheet","action":"Append data to sheet"},{"name":"Append or Update","value":"upsert","description":"Append a new row or update the current one if it already exists (upsert)","action":"Append or update a sheet"},{"name":"Clear","value":"clear","description":"Clear sheet","action":"Clear sheet"},{"name":"Delete","value":"deleteWorksheet","description":"Delete sheet","action":"Delete sheet"},{"name":"Get Many","value":"getAll","description":"Get a list of sheets","action":"Get sheets"},{"name":"Get Rows","value":"readRows","description":"Retrieve a list of sheet rows","action":"Get rows from sheet"},{"name":"Update","value":"update","description":"Update rows of a sheet or sheet range","action":"Update sheet"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Apply To","name":"applyTo","type":"options","options":[{"name":"All","value":"All","description":"Clear data in cells and remove all formatting"},{"name":"Formats","value":"Formats","description":"Clear formatting(e.g. font size, color) of cells"},{"name":"Contents","value":"Contents","description":"Clear data contained in cells"}],"default":"All","displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["clear"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range that would be cleared, specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["worksheet"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Range","name":"range","type":"string","placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported","hint":"Leave blank to return entire sheet","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Header Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"default":0,"hint":"Index of the row which contains the column names","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"First Data Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":0},"default":1,"hint":"Index of first row which contains the actual data","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["raw"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON, the whole selected range would be updated with the new values"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format. Should match the specified range: one array item for each row.","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match","displayOptions":{"hide":{"/dataMode":["raw"]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["upsert"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"]}},
250
- {"displayName":"Microsoft Excel","name":"n8n-nodes-base.microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Excel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc"},{"name":"Worksheet","value":"worksheet","description":"An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc."}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Worksheet","value":"addWorksheet","description":"Adds a new worksheet to the workbook","action":"Add a worksheet to a workbook"},{"name":"Get Many","value":"getAll","description":"Get data of many workbooks","action":"Get many workbooks"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many worksheets","action":"Get many worksheets"},{"name":"Get Content","value":"getContent","description":"Get worksheet content","action":"Get a worksheet"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":"A1:C3","required":true,"description":"The address or the name of the range. If not specified, the entire worksheet range is returned."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Add Row","value":"addRow","description":"Adds rows to the end of the table","action":"Add a row"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of tablecolumns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of tablerows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Looks for a specific column value and then returns the matching row","action":"Look up a column"}],"default":"addRow"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed"}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"]}},
249
+ {"displayName":"Microsoft Excel 365","name":"n8n-nodes-base.microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Microsoft Excel 365"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"This node connects to the Microsoft 365 cloud platform. Use the 'Extract From File' and 'Convert to File' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href=\"/templates/890\" target=\"_blank\">More info</a>.","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"A workbook is the top level object which contains one or more worksheets"},{"name":"Sheet","value":"worksheet","description":"A sheet is a grid of cells which can contain data, tables, charts, etc"}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Append","value":"append","description":"Add rows to the end of the table","action":"Append rows to table"},{"name":"Convert to Range","value":"convertToRange","description":"Convert a table to a range","action":"Convert to range"},{"name":"Create","value":"addTable","description":"Add a table based on range","action":"Create a table"},{"name":"Delete","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of table columns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of table rows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Look for rows that match a given value in a column","action":"Lookup a column"}],"default":"append"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["table"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["table"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":"","requiresDataPath":"single"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any row below the inserted row will be shifted downwards. First row index is 0."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Select Range","name":"selectRange","type":"options","options":[{"name":"Automatically","value":"auto","description":"The whole used range on the selected sheet will be converted into a table"},{"name":"Manually","value":"manual","description":"Select a range that will be converted into a table"}],"default":"auto","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A1:B2","description":"The range of cells that will be converted to a table","displayOptions":{"show":{"selectRange":["manual"],"resource":["table"],"operation":["addTable"]}}},{"displayName":"Has Headers","name":"hasHeaders","type":"boolean","default":true,"description":"Whether the range has column labels. When this property set to false Excel will automatically generate header shifting the data down by one row.","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getColumns"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}]},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getRows"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getRows"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response","displayOptions":{"show":{"/rawData":[true]}}},{"displayName":"Column Names or IDs","name":"column","type":"multiOptions","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":[],"displayOptions":{"show":{"/rawData":[false]}}}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"description":"The name of the column in which to look for value","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"description":"The value to look for in column","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Sheet","value":"addWorksheet","description":"Add a new sheet to the workbook","action":"Add a sheet to a workbook"},{"name":"Delete","value":"deleteWorkbook","description":"Delete workbook","action":"Delete workbook"},{"name":"Get Many","value":"getAll","description":"Get workbooks","action":"Get workbooks"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the sheet to be added. The name should be unique. If not specified, Excel will determine the name of the new worksheet."}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["deleteWorkbook"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["workbook"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to sheet","action":"Append data to sheet"},{"name":"Append or Update","value":"upsert","description":"Append a new row or update the current one if it already exists (upsert)","action":"Append or update a sheet"},{"name":"Clear","value":"clear","description":"Clear sheet","action":"Clear sheet"},{"name":"Delete","value":"deleteWorksheet","description":"Delete sheet","action":"Delete sheet"},{"name":"Get Many","value":"getAll","description":"Get a list of sheets","action":"Get sheets"},{"name":"Get Rows","value":"readRows","description":"Retrieve a list of sheet rows","action":"Get rows from sheet"},{"name":"Update","value":"update","description":"Update rows of a sheet or sheet range","action":"Update sheet"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Apply To","name":"applyTo","type":"options","options":[{"name":"All","value":"All","description":"Clear data in cells and remove all formatting"},{"name":"Formats","value":"Formats","description":"Clear formatting(e.g. font size, color) of cells"},{"name":"Contents","value":"Contents","description":"Clear data contained in cells"}],"default":"All","displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["clear"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range that would be cleared, specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["worksheet"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Range","name":"range","type":"string","placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported","hint":"Leave blank to return entire sheet","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Header Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"default":0,"hint":"Index of the row which contains the column names","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"First Data Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":0},"default":1,"hint":"Index of first row which contains the actual data","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["raw"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON, the whole selected range would be updated with the new values"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format. Should match the specified range: one array item for each row.","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match","displayOptions":{"hide":{"/dataMode":["raw"]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["upsert"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Append After Selected Range","name":"appendAfterSelectedRange","type":"boolean","default":false,"description":"Whether to append data after the selected range or used range","displayOptions":{"show":{"/dataMode":["autoMap","define"],"/useRange":[true]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"]}},
250
+ {"displayName":"Microsoft Excel","name":"n8n-nodes-base.microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.1,"version":1,"defaults":{"name":"Microsoft Excel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc"},{"name":"Worksheet","value":"worksheet","description":"An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc."}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Worksheet","value":"addWorksheet","description":"Adds a new worksheet to the workbook","action":"Add a worksheet to a workbook"},{"name":"Get Many","value":"getAll","description":"Get data of many workbooks","action":"Get many workbooks"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many worksheets","action":"Get many worksheets"},{"name":"Get Content","value":"getContent","description":"Get worksheet content","action":"Get a worksheet"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":"A1:C3","required":true,"description":"The address or the name of the range. If not specified, the entire worksheet range is returned."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Add Row","value":"addRow","description":"Adds rows to the end of the table","action":"Add a row"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of tablecolumns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of tablerows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Looks for a specific column value and then returns the matching row","action":"Look up a column"}],"default":"addRow"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed"}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"]}},
251
251
  {"displayName":"Microsoft Graph Security","name":"n8n-nodes-base.microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
252
252
  {"displayName":"Microsoft OneDrive","name":"n8n-nodes-base.microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
253
- {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/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-examples/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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-01-31T15:10:29.002+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-01-31T15:40:29.002+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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/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-examples/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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
253
+ {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/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-examples/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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-02-07T14:41:33.967+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-02-07T15:11:33.967+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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/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-examples/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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
254
254
  {"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/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-examples/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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
255
255
  {"displayName":"Microsoft SQL","name":"n8n-nodes-base.microsoftSql","group":["input"],"version":1,"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoftSql"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
256
256
  {"displayName":"Microsoft Teams","name":"n8n-nodes-base.microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message (Beta)","value":"channelMessage"},{"name":"Chat Message","value":"chatMessage"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":""},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"The type of the channel"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message in a channel"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many messages in a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Make Reply","name":"makeReply","type":"string","default":"","description":"An optional ID of the message you want to reply to"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a chat message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many chat messages"}],"default":"create"},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["create","get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}]},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Group Source","name":"groupSource","required":true,"type":"options","default":"all","displayOptions":{"show":{"operation":["getAll","create","update"],"resource":["task"]}},"options":[{"name":"All Groups","value":"all","description":"From all groups"},{"name":"My Groups","value":"mine","description":"Only load groups that account is member of"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["planId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"Title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."}]},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Member Name or ID","name":"memberId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["member"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["plan"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":"","description":"The ID of the Task"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["updateFields.planId"]},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"default":""},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["updateFields.planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan Name or ID","name":"planId","type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}}},
@@ -320,7 +320,7 @@
320
320
  {"displayName":"QuickBooks Online","name":"n8n-nodes-base.quickbooks","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the QuickBooks Online API","defaults":{"name":"QuickBooks Online"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"quickBooksOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bill","value":"bill"},{"name":"Customer","value":"customer"},{"name":"Employee","value":"employee"},{"name":"Estimate","value":"estimate"},{"name":"Invoice","value":"invoice"},{"name":"Item","value":"item"},{"name":"Payment","value":"payment"},{"name":"Purchase","value":"purchase"},{"name":"Transaction","value":"transaction"},{"name":"Vendor","value":"vendor"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bill"},{"name":"Delete","value":"delete","action":"Delete a bill"},{"name":"Get","value":"get","action":"Get a bill"},{"name":"Get Many","value":"getAll","action":"Get many bills"},{"name":"Update","value":"update","action":"Update a bill"}],"displayOptions":{"show":{"resource":["bill"]}}},{"displayName":"For Vendor Name or ID","name":"VendorRef","type":"options","required":true,"description":"The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":""},{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"ItemBasedExpenseLineDetail","options":[{"name":"Account-Based Expense Line Detail","value":"AccountBasedExpenseLineDetail"},{"name":"Item-Based Expense Line Detail","value":"ItemBasedExpenseLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to delete","displayOptions":{"show":{"resource":["bill"],"operation":["delete"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to retrieve","displayOptions":{"show":{"resource":["bill"],"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":["bill"],"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":["bill"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting bills. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["bill"],"operation":["getAll"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to update","displayOptions":{"show":{"resource":["bill"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["bill"],"operation":["update"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a customer"},{"name":"Get","value":"get","action":"Get a customer"},{"name":"Get Many","value":"getAll","action":"Get many customers"},{"name":"Update","value":"update","action":"Update a customer"}],"displayOptions":{"show":{"resource":["customer"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the customer to create","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to retrieve","displayOptions":{"show":{"resource":["customer"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting customers. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to update","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an employee"},{"name":"Get","value":"get","action":"Get an employee"},{"name":"Get Many","value":"getAll","action":"Get many employees"},{"name":"Update","value":"update","action":"Update an employee"}],"displayOptions":{"show":{"resource":["employee"]}}},{"displayName":"Family Name","name":"FamilyName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Given Name","name":"GivenName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["employee"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to retrieve","displayOptions":{"show":{"resource":["employee"],"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":["employee"],"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":["employee"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting employees. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"]}}},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to update","displayOptions":{"show":{"resource":["employee"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["employee"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an estimate"},{"name":"Delete","value":"delete","action":"Delete an estimate"},{"name":"Get","value":"get","action":"Get an estimate"},{"name":"Get Many","value":"getAll","action":"Get many estimates"},{"name":"Send","value":"send","action":"Send an estimate"},{"name":"Update","value":"update","action":"Update an estimate"}],"displayOptions":{"show":{"resource":["estimate"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""},{"displayName":"Total Tax","name":"TotalTax","description":"Total amount of tax incurred","type":"number","default":0}]},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to delete","displayOptions":{"show":{"resource":["estimate"],"operation":["delete"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to retrieve","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the estimate as a PDF file","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"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":["estimate"],"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":["estimate"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting estimates. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to send","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the estimate","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to update","displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an invoice"},{"name":"Delete","value":"delete","action":"Delete an invoice"},{"name":"Get","value":"get","action":"Get an invoice"},{"name":"Get Many","value":"getAll","action":"Get many invoices"},{"name":"Send","value":"send","action":"Send an invoice"},{"name":"Update","value":"update","action":"Update an invoice"},{"name":"Void","value":"void","action":"Void an invoice"}],"displayOptions":{"show":{"resource":["invoice"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to delete","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to retrieve","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the invoice as a PDF file","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"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":["invoice"],"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":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting invoices. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to send","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the invoice","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to void","displayOptions":{"show":{"resource":["invoice"],"operation":["void"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to update","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"The ID of the item to retrieve","displayOptions":{"show":{"resource":["item"],"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":["item"],"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":["item"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting items. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a payment"},{"name":"Delete","value":"delete","action":"Delete a payment"},{"name":"Get","value":"get","action":"Get a payment"},{"name":"Get Many","value":"getAll","action":"Get many payments"},{"name":"Send","value":"send","action":"Send a payment"},{"name":"Update","value":"update","action":"Update a payment"},{"name":"Void","value":"void","action":"Void a payment"}],"displayOptions":{"show":{"resource":["payment"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the payment is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0,"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to delete","displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to retrieve","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download estimate as PDF file","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"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":["payment"],"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":["payment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting payments. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to send","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the payment","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to void","displayOptions":{"show":{"resource":["payment"],"operation":["void"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to update","displayOptions":{"show":{"resource":["payment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["update"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a purchase"},{"name":"Get Many","value":"getAll","action":"Get many purchases"}],"displayOptions":{"show":{"resource":["purchase"]}}},{"displayName":"Purchase ID","name":"purchaseId","type":"string","required":true,"default":"","description":"The ID of the purchase to retrieve","displayOptions":{"show":{"resource":["purchase"],"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":["purchase"],"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":["purchase"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting purchases. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getReport","options":[{"name":"Get Report","value":"getReport","action":"Get a report"}],"displayOptions":{"show":{"resource":["transaction"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"options":[{"displayName":"Accounts Payable Paid","name":"appaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Accounts Receivable Paid","name":"arpaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Cleared Status","name":"cleared","type":"options","default":"Reconciled","options":[{"name":"Cleared","value":"Cleared"},{"name":"Uncleared","value":"Uncleared"},{"name":"Reconciled","value":"Reconciled"},{"name":"Deposited","value":"Deposited"}]},{"displayName":"Columns","name":"columns","type":"multiOptions","default":[],"description":"Columns to return","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Customer Names or IDs","name":"customer","type":"multiOptions","default":[],"description":"Customer to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCustomers"}},{"displayName":"Date Range (Custom)","name":"dateRangeCustom","placeholder":"Add Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Date Range Properties","name":"dateRangeCustomProperties","values":[{"displayName":"Start Date","name":"start_date","type":"dateTime","default":"","description":"Start date of the date range to filter results by"},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"End date of the date range to filter results by"}]}]},{"displayName":"Date Range (Predefined)","name":"date_macro","type":"options","default":"This Month","description":"Predefined date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Creation Date (Custom)","name":"dateRangeCreationCustom","placeholder":"Add Creation Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Creation Date Range Properties","name":"dateRangeCreationCustomProperties","values":[{"displayName":"Start Creation Date","name":"start_createdate","type":"dateTime","default":"","description":"Start date of the account creation date range to filter results by"},{"displayName":"End Creation Date","name":"end_createdate","type":"dateTime","default":"","description":"End date of the account creation date range to filter results by"}]}]},{"displayName":"Date Range for Creation Date (Predefined)","name":"createdate_macro","type":"options","default":"This Month","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}],"description":"Predefined report account creation date range"},{"displayName":"Date Range for Due Date (Custom)","name":"dateRangeDueCustom","placeholder":"Add Due Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Due Date Range Properties","name":"dateRangeDueCustomProperties","values":[{"displayName":"Start Due Date","name":"start_duedate","type":"dateTime","default":"","description":"Start date of the due date range to filter results by"},{"displayName":"End Due Date","name":"end_duedate","type":"dateTime","default":"","description":"End date of the due date range to filter results by"}]}]},{"displayName":"Date Range for Due Date (Predefined)","name":"duedate_macro","type":"options","default":"This Month","description":"Predefined due date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Modification Date (Custom)","name":"dateRangeModificationCustom","placeholder":"Add Modification Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Modification Date Range Properties","name":"dateRangeModificationCustomProperties","values":[{"displayName":"Start Modification Date","name":"start_moddate","type":"dateTime","default":"","description":"Start date of the account modification date range to filter results by"},{"displayName":"End Modification Date","name":"end_moddate","type":"dateTime","default":"","description":"End date of the account modification date range to filter results by"}]}]},{"displayName":"Date Range for Modification Date (Predefined)","name":"moddate_macro","type":"options","default":"This Month","description":"Predefined account modifiction date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Department Names or IDs","name":"department","type":"multiOptions","default":[],"description":"Department to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Document Number","name":"docnum","type":"string","default":"","description":"Transaction document number to filter results by"},{"displayName":"Group By","name":"group_by","default":"Account","type":"options","description":"Transaction field to group results by","options":[{"name":"Account","value":"Account"},{"name":"Customer","value":"Customer"},{"name":"Day","value":"Day"},{"name":"Employee","value":"Employee"},{"name":"Location","value":"Location"},{"name":"Month","value":"Month"},{"name":"Name","value":"Name"},{"name":"None","value":"None"},{"name":"Payment Method","value":"Payment Method"},{"name":"Quarter","value":"Quarter"},{"name":"Transaction Type","value":"Transaction Type"},{"name":"Vendor","value":"Vendor"},{"name":"Week","value":"Week"},{"name":"Year","value":"Year"}]},{"displayName":"Memo Names or IDs","name":"memo","type":"multiOptions","default":[],"description":"Memo to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getMemos"}},{"displayName":"Payment Method","name":"payment_Method","type":"options","default":"Cash","description":"Payment method to filter results by","options":[{"name":"American Express","value":"American Express"},{"name":"Cash","value":"Cash"},{"name":"Check","value":"Check"},{"name":"Dinners Club","value":"Dinners Club"},{"name":"Discover","value":"Discover"},{"name":"Master Card","value":"Master Card"},{"name":"Visa","value":"Visa"}]},{"displayName":"Printed Status","name":"printed","type":"options","default":"Printed","description":"Printed state to filter results by","options":[{"name":"Printed","value":"Printed"},{"name":"To Be Printed","value":"To_be_printed"}]},{"displayName":"Quick Zoom URL","name":"qzurl","type":"boolean","default":true,"description":"Whether Quick Zoom URL information should be generated"},{"displayName":"Sort By","name":"sort_by","type":"options","default":"account_name","description":"Column to sort results by","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Sort Order","name":"sort_order","type":"options","default":"Ascend","options":[{"name":"Ascend","value":"Ascend"},{"name":"Descend","value":"Descend"}]},{"displayName":"Source Account Type","name":"source_account_type","default":"Bank","type":"options","description":"Account type to filter results by","options":[{"name":"Accounts Payable","value":"AccountsPayable"},{"name":"Accounts Receivable","value":"AccountsReceivable"},{"name":"Bank","value":"Bank"},{"name":"Cost Of Goods Sold","value":"CostOfGoodsSold"},{"name":"Credit Card","value":"CreditCard"},{"name":"Equity","value":"Equity"},{"name":"Expense","value":"Expense"},{"name":"Fixed Asset","value":"FixedAsset"},{"name":"Income","value":"Income"},{"name":"Long Term Liability","value":"LongTermLiability"},{"name":"Non Posting","value":"NonPosting"},{"name":"Other Asset","value":"OtherAsset"},{"name":"Other Current Asset","value":"OtherCurrentAsset"},{"name":"Other Current Liability","value":"OtherCurrentLiability"},{"name":"Other Expense","value":"OtherExpense"},{"name":"Other Income","value":"OtherIncome"}]},{"displayName":"Term Names or IDs","name":"term","type":"multiOptions","default":[],"description":"Term to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getTerms"}},{"displayName":"Transaction Amount","name":"bothamount","type":"number","default":0,"typeOptions":{"numberPrecision":2},"description":"Monetary amount to filter results by"},{"displayName":"Transaction Type","name":"transaction_type","type":"options","default":"CreditCardCharge","description":"Transaction type to filter results by","options":[{"name":"Bill","value":"Bill"},{"name":"Bill Payment Check","value":"BillPaymentCheck"},{"name":"Bill Payment Credit Card","value":"BillPaymentCreditCard"},{"name":"Billable Charge","value":"BillableCharge"},{"name":"Cash Purchase","value":"CashPurchase"},{"name":"Charge","value":"Charge"},{"name":"Check","value":"Check"},{"name":"Credit","value":"Credit"},{"name":"Credit Card Charge","value":"CreditCardCharge"},{"name":"Credit Card Credit","value":"CreditCardCredit"},{"name":"Credit Memo","value":"CreditMemo"},{"name":"Credit Refund","value":"CreditRefund"},{"name":"Deposit","value":"Deposit"},{"name":"Estimate","value":"Estimate"},{"name":"Global Tax Adjustment","value":"GlobalTaxAdjustment"},{"name":"Global Tax Payment","value":"GlobalTaxPayment"},{"name":"Inventory Quantity Adjustment","value":"InventoryQuantityAdjustment"},{"name":"Invoice","value":"Invoice"},{"name":"Journal Entry","value":"JournalEntry"},{"name":"Purchase Order","value":"PurchaseOrder"},{"name":"Receive Payment","value":"ReceivePayment"},{"name":"Sales Receipt","value":"SalesReceipt"},{"name":"Service Tax Defer","value":"Service Tax Defer"},{"name":"Service Tax Gross Adjustment","value":"Service Tax Gross Adjustment"},{"name":"Service Tax Partial Utilisation","value":"Service Tax Partial Utilisation"},{"name":"Service Tax Refund","value":"Service Tax Refund"},{"name":"Service Tax Reversal","value":"Service Tax Reversal"},{"name":"Statement","value":"Statement"},{"name":"Time Activity","value":"TimeActivity"},{"name":"Transfer","value":"Transfer"},{"name":"Vendor Credit","value":"VendorCredit"}]},{"displayName":"Vendor Names or IDs","name":"vendor","type":"multiOptions","default":[],"description":"Vendor to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getVendors"}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a vendor"},{"name":"Get","value":"get","action":"Get a vendor"},{"name":"Get Many","value":"getAll","action":"Get many vendors"},{"name":"Update","value":"update","action":"Update a vendor"}],"displayOptions":{"show":{"resource":["vendor"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the vendor to create","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to retrieve","displayOptions":{"show":{"resource":["vendor"],"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":["vendor"],"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":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting vendors. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to update","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/quickbooks"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickBooks/quickbooks.svg"},
321
321
  {"displayName":"QuickChart","name":"n8n-nodes-base.quickChart","group":["output"],"description":"Create a chart via QuickChart","version":1,"defaults":{"name":"QuickChart"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Chart Type","name":"chartType","type":"options","default":"bar","options":[{"name":"Bar Chart","value":"bar"},{"name":"Doughnut Chart","value":"doughnut"},{"name":"Line Chart","value":"line"},{"name":"Pie Chart","value":"pie"},{"name":"Polar Chart","value":"polarArea"}],"description":"The type of chart to create"},{"displayName":"Add Labels","name":"labelsMode","type":"options","options":[{"name":"Manually","value":"manually"},{"name":"From Array","value":"array"}],"default":"manually"},{"displayName":"Labels","name":"labelsUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"required":true,"description":"Labels to use in the chart","placeholder":"Add Label","options":[{"name":"labelsValues","displayName":"Labels","values":[{"displayName":"Label","name":"label","type":"string","default":""}]}],"displayOptions":{"show":{"labelsMode":["manually"]}}},{"displayName":"Labels Array","name":"labelsArray","type":"string","required":true,"default":"","placeholder":"e.g. [\"Berlin\", \"Paris\", \"Rome\", \"New York\"]","displayOptions":{"show":{"labelsMode":["array"]}},"description":"The array of labels to be used in the chart"},{"displayName":"Data","name":"data","type":"json","default":"","description":"Data to use for the dataset, documentation and examples <a href=\"https://quickchart.io/documentation/chart-types/\" target=\"_blank\">here</a>","placeholder":"e.g. [60, 10, 12, 20]","required":true},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The binary data will be displayed in the Output panel on the right, under the Binary tab","hint":"The name of the output field to put the binary file data in"},{"displayName":"Chart Options","name":"chartOptions","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Background color of the chart"},{"displayName":"Device Pixel Ratio","name":"devicePixelRatio","type":"number","default":2,"typeOptions":{"minValue":1,"maxValue":2},"description":"Pixel ratio of the chart"},{"displayName":"Format","name":"format","type":"options","default":"png","description":"File format of the resulting chart","options":[{"name":"PNG","value":"png"},{"name":"PDF","value":"pdf"},{"name":"SVG","value":"svg"},{"name":"WebP","value":"webp"}]},{"displayName":"Height","name":"height","type":"number","default":300,"description":"Height of the chart"},{"displayName":"Horizontal","name":"horizontal","type":"boolean","default":false,"description":"Whether the chart should use its Y axis horizontal","displayOptions":{"show":{"/chartType":["bar","boxplot","violin"]}}},{"displayName":"Width","name":"width","type":"number","default":500,"description":"Width of the chart"}]},{"displayName":"Dataset Options","name":"datasetOptions","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"","typeOptions":{"showAlpha":true},"description":"Color used for the background the dataset (area of a line graph, fill of a bar chart, etc.)"},{"displayName":"Border Color","name":"borderColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Color used for lines of the dataset"},{"displayName":"Fill","name":"fill","type":"boolean","default":true,"description":"Whether to fill area of the dataset","displayOptions":{"show":{"/chartType":["line"]}}},{"displayName":"Label","name":"label","type":"string","default":"","description":"The label of the dataset"},{"displayName":"Point Style","name":"pointStyle","type":"options","default":"circle","description":"Style to use for points of the dataset","options":[{"name":"Circle","value":"circle"},{"name":"Cross","value":"cross"},{"name":"CrossRot","value":"crossRot"},{"name":"Dash","value":"dash"},{"name":"Line","value":"line"},{"name":"Rect","value":"rect"},{"name":"Rect Rot","value":"rectRot"},{"name":"Rect Rounded","value":"rectRounded"},{"name":"Star","value":"star"},{"name":"Triangle","value":"triangle"}],"displayOptions":{"show":{"/chartType":["line"]}}}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickchart/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/quickchart"}]},"alias":["image","graph","report","chart","diagram","data","visualize"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickChart/quickChart.svg"},
322
322
  {"displayName":"RabbitMQ","name":"n8n-nodes-base.rabbitmq","group":["transform"],"version":[1,1.1],"description":"Sends messages to a RabbitMQ topic","defaults":{"name":"RabbitMQ"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rabbitmq","required":true,"testedBy":"rabbitmqConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"sendMessage","displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Send a Message to RabbitMQ","value":"sendMessage","action":"Send a Message to RabbitMQ"},{"name":"Delete From Queue","value":"deleteMessage","action":"Delete From Queue"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"sendMessage","displayOptions":{"show":{"@version":[1.1]}},"options":[{"name":"Send a Message to RabbitMQ","value":"sendMessage","action":"Send a Message to RabbitMQ"},{"name":"Delete From Queue","value":"deleteMessage","action":"Delete From Queue"}]},{"displayName":"Will delete an item from the queue triggered earlier in the workflow by a RabbitMQ Trigger node","name":"deleteMessage","type":"notice","default":"","displayOptions":{"show":{"operation":["deleteMessage"]}}},{"displayName":"Mode","name":"mode","type":"options","displayOptions":{"hide":{"operation":["deleteMessage"]}},"options":[{"name":"Queue","value":"queue","description":"Publish data to queue"},{"name":"Exchange","value":"exchange","description":"Publish data to exchange"}],"default":"queue","description":"To where data should be moved"},{"displayName":"Queue / Topic","name":"queue","type":"string","displayOptions":{"show":{"mode":["queue"]},"hide":{"operation":["deleteMessage"]}},"default":"","placeholder":"queue-name","description":"Name of the queue to publish to"},{"displayName":"Exchange","name":"exchange","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"exchange-name","description":"Name of the exchange to publish to"},{"displayName":"Type","name":"exchangeType","type":"options","displayOptions":{"show":{"mode":["exchange"]}},"options":[{"name":"Direct","value":"direct","description":"Direct exchange type"},{"name":"Topic","value":"topic","description":"Topic exchange type"},{"name":"Headers","value":"headers","description":"Headers exchange type"},{"name":"Fanout","value":"fanout","description":"Fanout exchange type"}],"default":"fanout","description":"Type of exchange"},{"displayName":"Routing Key","name":"routingKey","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"routing-key","description":"The routing key for the message"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","displayOptions":{"show":{"operation":["sendMessage"]}},"default":true,"description":"Whether to send the the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to be sent"},{"displayName":"Options","name":"options","type":"collection","default":{},"displayOptions":{"show":{"operation":["sendMessage"]}},"placeholder":"Add Option","options":[{"displayName":"Alternate Exchange","name":"alternateExchange","type":"string","displayOptions":{"show":{"/mode":["exchange"]}},"default":"","description":"An exchange to send messages to if this exchange can’t route them to any queues"},{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","displayOptions":{"show":{"/mode":["queue"]}},"default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rabbitmq/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rabbitMQ"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.png"},
323
- {"displayName":"RabbitMQ Trigger","name":"n8n-nodes-base.rabbitmqTrigger","group":["trigger"],"version":1,"description":"Listens to RabbitMQ messages","eventTriggerDescription":"","defaults":{"name":"RabbitMQ Trigger"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'listen' button, then trigger a Rabbit MQ 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 'listen' button, then trigger a Rabbit MQ 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"],"credentials":[{"name":"rabbitmq","required":true}],"properties":[{"displayName":"Queue / Topic","name":"queue","type":"string","default":"","placeholder":"queue-name","description":"The name of the queue to read from"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Binding","name":"binding","placeholder":"Add Binding","description":"Add binding to queu","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"bindings","displayName":"Binding","values":[{"displayName":"Exchange","name":"exchange","type":"string","default":"","placeholder":"exchange"},{"displayName":"RoutingKey","name":"routingKey","type":"string","default":"","placeholder":"routing-key"}]}]},{"displayName":"Content Is Binary","name":"contentIsBinary","type":"boolean","default":false,"description":"Whether to save the content as binary"},{"displayName":"Delete From Queue When","name":"acknowledge","type":"options","options":[{"name":"Execution Finishes","value":"executionFinishes","description":"After the workflow execution finished. No matter if the execution was successful or not."},{"name":"Execution Finishes Successfully","value":"executionFinishesSuccessfully","description":"After the workflow execution finished successfully"},{"name":"Immediately","value":"immediately","description":"As soon as the message got received"},{"name":"Specified Later in Workflow","value":"laterMessageNode","description":"Using a RabbitMQ node to remove the item from the queue"}],"default":"immediately","description":"When to acknowledge the message"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to parse the body to an object"},{"displayName":"Only Content","name":"onlyContent","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to return only the content property"},{"displayName":"Parallel Message Processing Limit","name":"parallelMessages","type":"number","default":-1,"displayOptions":{"hide":{"acknowledge":["immediately"]}},"description":"Max number of executions at a time. Use -1 for no limit."}]},{"displayName":"To delete an item from the queue, insert a RabbitMQ node later in the workflow and use the 'Delete from queue' operation","name":"laterMessageNode","type":"notice","displayOptions":{"show":{"/options.acknowledge":["laterMessageNode"]}},"default":""}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.rabbitmqtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rabbitMQ"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.png"},
323
+ {"displayName":"RabbitMQ Trigger","name":"n8n-nodes-base.rabbitmqTrigger","group":["trigger"],"version":1,"description":"Listens to RabbitMQ messages","eventTriggerDescription":"","defaults":{"name":"RabbitMQ Trigger"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'listen' button, then trigger a Rabbit MQ 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 'listen' button, then trigger a Rabbit MQ 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"],"credentials":[{"name":"rabbitmq","required":true}],"properties":[{"displayName":"Queue / Topic","name":"queue","type":"string","default":"","placeholder":"queue-name","description":"The name of the queue to read from"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Assert Exchange","name":"assertExchange","type":"boolean","default":true,"description":"Whether to assert the exchange exists before sending"},{"displayName":"Assert Queue","name":"assertQueue","type":"boolean","default":true,"description":"Whether to assert the queue exists before sending"},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Binding","name":"binding","placeholder":"Add Binding","description":"Add binding to queu","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"bindings","displayName":"Binding","values":[{"displayName":"Exchange","name":"exchange","type":"string","default":"","placeholder":"exchange"},{"displayName":"RoutingKey","name":"routingKey","type":"string","default":"","placeholder":"routing-key"}]}]},{"displayName":"Content Is Binary","name":"contentIsBinary","type":"boolean","default":false,"description":"Whether to save the content as binary"},{"displayName":"Delete From Queue When","name":"acknowledge","type":"options","options":[{"name":"Execution Finishes","value":"executionFinishes","description":"After the workflow execution finished. No matter if the execution was successful or not."},{"name":"Execution Finishes Successfully","value":"executionFinishesSuccessfully","description":"After the workflow execution finished successfully"},{"name":"Immediately","value":"immediately","description":"As soon as the message got received"},{"name":"Specified Later in Workflow","value":"laterMessageNode","description":"Using a RabbitMQ node to remove the item from the queue"}],"default":"immediately","description":"When to acknowledge the message"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to parse the body to an object"},{"displayName":"Only Content","name":"onlyContent","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to return only the content property"},{"displayName":"Parallel Message Processing Limit","name":"parallelMessages","type":"number","default":-1,"displayOptions":{"hide":{"acknowledge":["immediately"]}},"description":"Max number of executions at a time. Use -1 for no limit."}]},{"displayName":"To delete an item from the queue, insert a RabbitMQ node later in the workflow and use the 'Delete from queue' operation","name":"laterMessageNode","type":"notice","displayOptions":{"show":{"/options.acknowledge":["laterMessageNode"]}},"default":""}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.rabbitmqtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rabbitMQ"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.png"},
324
324
  {"displayName":"Raindrop","name":"n8n-nodes-base.raindrop","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Raindrop API","defaults":{"name":"Raindrop"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"raindropOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookmark","value":"bookmark"},{"name":"Collection","value":"collection"},{"name":"Tag","value":"tag"},{"name":"User","value":"user"}],"default":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bookmark"},{"name":"Delete","value":"delete","action":"Delete a bookmark"},{"name":"Get","value":"get","action":"Get a bookmark"},{"name":"Get Many","value":"getAll","action":"Get many bookmarks"},{"name":"Update","value":"update","action":"Update a bookmark"}],"displayOptions":{"show":{"resource":["bookmark"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Link","name":"link","type":"string","required":true,"default":"","description":"Link of the bookmark to be created","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"options":[{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Sort order for the bookmark. For example, to move it to first place, enter 0."},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should load cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to create"}]},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to delete","displayOptions":{"show":{"resource":["bookmark"],"operation":["delete"]}}},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to retrieve","displayOptions":{"show":{"resource":["bookmark"],"operation":["get"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":[],"required":true,"description":"The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["bookmark"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bookmark"],"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":["bookmark"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to update","displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"For example if you want to move bookmark to the first place set this field to 0"},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should reload cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to be created"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a collection"},{"name":"Delete","value":"delete","action":"Delete a collection"},{"name":"Get","value":"get","action":"Get a collection"},{"name":"Get Many","value":"getAll","action":"Get many collections"},{"name":"Update","value":"update","action":"Update a collection"}],"displayOptions":{"show":{"resource":["collection"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the collection to create","displayOptions":{"show":{"resource":["collection"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["create"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"","description":"URL of an image to use as cover for the collection"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to delete","displayOptions":{"show":{"resource":["collection"],"operation":["delete"]}}},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to retrieve","displayOptions":{"show":{"resource":["collection"],"operation":["get"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"default":"parent","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"options":[{"name":"Parent","value":"parent","description":"Root-level collections"},{"name":"Children","value":"children","description":"Nested collections"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["collection"],"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":["collection"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to update","displayOptions":{"show":{"resource":["collection"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["update"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"data","placeholder":"","description":"Name of the binary property containing the data for the image to upload as a cover"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the collection to update"},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Delete","value":"delete","action":"Delete a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"}],"displayOptions":{"show":{"resource":["tag"]}}},{"displayName":"Tags","name":"tags","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"description":"One or more tags to delete. Enter comma-separated values to delete multiple tags."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":"","description":"It's possible to restrict remove action to just one collection. It's optional. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["tag"],"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":["tag"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a user"}],"displayOptions":{"show":{"resource":["user"]}}},{"displayName":"Self","name":"self","type":"boolean","default":true,"required":true,"description":"Whether to return details on the logged-in user","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"description":"The ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"],"self":[false]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.raindrop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/raindrop"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Raindrop/raindrop.svg"},
325
325
  {"displayName":"Read Binary File","name":"n8n-nodes-base.readBinaryFile","icon":"fa:file-import","group":["input"],"version":1,"hidden":true,"description":"Reads a binary file from disk","defaults":{"name":"Read Binary File","color":"#449922"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"placeholder":"/data/example.jpg","description":"Path of the file 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 file"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/"}]},"alias":["Text","Open","Import"]}},
326
326
  {"hidden":true,"displayName":"Read Binary Files","name":"n8n-nodes-base.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"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/"}]},"alias":["Text","Open","Import"]}},
@@ -346,8 +346,8 @@
346
346
  {"displayName":"Sendy","name":"n8n-nodes-base.sendy","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Sendy API","defaults":{"name":"Sendy"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"},{"name":"Subscriber","value":"subscriber"}],"default":"subscriber"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Create","value":"create","description":"Create a campaign","action":"Create a campaign"}],"default":"create"},{"displayName":"From Name","name":"fromName","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'From name' of your campaign"},{"displayName":"From Email","name":"fromEmail","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'From email' of your campaign"},{"displayName":"Reply To","name":"replyTo","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Reply to' of your campaign"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Title' of your campaign"},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Subject' of your campaign"},{"displayName":"HTML Text","name":"htmlText","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'HTML version' of your campaign"},{"displayName":"Send Campaign","name":"sendCampaign","type":"boolean","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":false,"description":"Whether to send the campaign as well and not just create a draft. Default is false."},{"displayName":"Brand ID","name":"brandId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["campaign"],"sendCampaign":[false]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"options":[{"displayName":"Exclude List IDs","name":"excludeListIds","type":"string","default":"","description":"Lists to exclude from your campaign. List IDs should be single or comma-separated."},{"displayName":"Exclude Segment IDs","name":"excludeSegmentIds","type":"string","default":"","description":"Segments to exclude from your campaign. Segment IDs should be single or comma-separated."},{"displayName":"List IDs","name":"listIds","type":"string","default":"","description":"List IDs should be single or comma-separated"},{"displayName":"Plain Text","name":"plainText","type":"string","default":"","description":"The 'Plain text version' of your campaign"},{"displayName":"Querystring","name":"queryString","type":"string","default":"","description":"Google Analytics tags"},{"displayName":"Segment IDs","name":"segmentIds","type":"string","default":"","description":"Segment IDs should be single or comma-separated"},{"displayName":"Track Clicks","name":"trackClicks","type":"boolean","default":true,"description":"Whether to disable clicks tracking. Default is true."},{"displayName":"Track Opens","name":"trackOpens","type":"boolean","default":true,"description":"Whether to disable opens tracking. Default is true."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subscriber"]}},"options":[{"name":"Add","value":"add","description":"Add a subscriber to a list","action":"Add a subscriber"},{"name":"Count","value":"count","description":"Count subscribers","action":"Count a subscriber"},{"name":"Delete","value":"delete","description":"Delete a subscriber from a list","action":"Delete a subscriber"},{"name":"Remove","value":"remove","description":"Unsubscribe user from a list","action":"Remove a subscriber"},{"name":"Status","value":"status","description":"Get the status of subscriber","action":"Get subscriber's status"}],"default":"add"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"options":[{"displayName":"Country","name":"country","type":"string","default":"","description":"User's 2 letter country code"},{"displayName":"GDPR","name":"gdpr","type":"boolean","default":false,"description":"Whether you're signing up EU users in a GDPR compliant manner"},{"displayName":"Honeypot","name":"hp","type":"boolean","default":false,"description":"Include this 'honeypot' field to prevent spambots from signing up via this API call. When spambots fills in this field, this API call will exit, preventing them from signing up fake addresses to your form. This parameter is only supported in Sendy 3.0 onwards."},{"displayName":"IP Address","name":"ipaddress","type":"string","default":"","description":"User's IP address"},{"displayName":"Name","name":"name","type":"string","default":"","description":"User's name"},{"displayName":"Referrer","name":"referrer","type":"string","default":"","description":"The URL where the user signed up from"},{"displayName":"Silent","name":"silent","type":"boolean","default":false,"description":"Set to \"true\" if your list is 'Double opt-in' but you want to bypass that and signup the user to the list as 'Single Opt-in instead' (optional)"}]},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["count"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["remove"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["remove"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["status"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["status"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendy/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/sendy"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sendy/sendy.png"},
347
347
  {"displayName":"Sentry.io","name":"n8n-nodes-base.sentryIo","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Sentry.io API","defaults":{"name":"Sentry.io"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sentryIoOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"],"sentryVersion":["cloud"]}}},{"name":"sentryIoApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"],"sentryVersion":["cloud"]}}},{"name":"sentryIoServerApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"],"sentryVersion":["server"]}}}],"properties":[{"displayName":"Sentry Version","name":"sentryVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"}],"default":"cloud"},{"displayName":"Authentication","name":"authentication","type":"options","displayOptions":{"show":{"sentryVersion":["cloud"]}},"options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Authentication","name":"authentication","type":"options","displayOptions":{"show":{"sentryVersion":["server"]}},"options":[{"name":"Access Token","value":"accessToken"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"Issue","value":"issue"},{"name":"Organization","value":"organization"},{"name":"Project","value":"project"},{"name":"Release","value":"release"},{"name":"Team","value":"team"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get","value":"get","description":"Get event by ID","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"required":true,"description":"The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Full","name":"full","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"description":"Whether the event payload will include the full event body, including the stack trace"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Event ID","name":"eventId","type":"string","default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The ID of the event to retrieve (either the numeric primary-key or the hexadecimal ID as reported by the raven client)"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get issue by ID","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"get"},{"displayName":"Issue ID","name":"issueId","type":"string","default":"","placeholder":"1234","displayOptions":{"show":{"resource":["issue"],"operation":["get","delete"]}},"required":true,"description":"ID of issue to get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the issues belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"required":true,"description":"The slug of the project the issues belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"],"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":["issue"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"An optional Sentry structured search query. If not provided, an implied \"is:unresolved\" is assumed. Info <a href=\"https://docs.sentry.io/product/sentry-basics/search/\">here</a>."},{"displayName":"Stats Period","name":"statsPeriod","type":"options","default":"","description":"Time period of stats","options":[{"name":"14 Days","value":"14d"},{"name":"24 Hours","value":"24h"}]},{"displayName":"Short ID Lookup","name":"shortIdLookUp","type":"boolean","default":true,"description":"Whether short IDs are looked up by this function as well. This can cause the return value of the function to return an event issue of a different project which is why this is an opt-in."}]},{"displayName":"Issue ID","name":"issueId","type":"string","default":"","placeholder":"1234","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"required":true,"description":"ID of issue to get"},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"string","default":"","description":"The actor ID (or username) of the user or team that should be assigned to this issue"},{"displayName":"Has Seen","name":"hasSeen","type":"boolean","default":true,"description":"Whether this API call is invoked with a user context this allows changing of the flag that indicates if the user has seen the event"},{"displayName":"Is Bookmarked","name":"isBookmarked","type":"boolean","default":true,"description":"Whether this API call is invoked with a user context this allows changing of the bookmark flag"},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":true,"description":"Whether to set the issue to public or private"},{"displayName":"Is Subscribed","name":"isSubscribed","type":"boolean","default":true},{"displayName":"Status","name":"status","type":"options","default":"","description":"The new status for the issue","options":[{"name":"Ignored","value":"ignored"},{"name":"Resolved","value":"resolved"},{"name":"Resolved Next Release","value":"resolvedInNextRelease"},{"name":"Unresolved","value":"unresolved"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Get","value":"get","description":"Get organization by slug","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["organization"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["organization"],"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":["organization"],"operation":["getAll"]}},"options":[{"displayName":"Member","name":"member","type":"boolean","default":true,"description":"Whether to restrict results to organizations which you have membership"},{"displayName":"Owner","name":"owner","type":"boolean","default":true,"description":"Whether to restrict results to organizations which you are the owner"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"required":true,"description":"The slug of the organization the team should be created for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"required":true,"description":"The slug of the organization the team should be created for"},{"displayName":"Agree to Terms","name":"agreeTerms","type":"boolean","default":false,"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"Whether you agree to the applicable terms of service and privacy policy of Sentry.io"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The unique URL slug for this organization. If this is not provided a slug is automatically generated based on the name."}]},{"displayName":"Slug Name or ID","name":"organization_slug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"required":true,"description":"The slug of the organization to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the organization"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new URL slug for this organization"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","description":"Create a new project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get project by ID","action":"Get a project"},{"name":"Get Many","value":"getAll","description":"Get many projects","action":"Get many projects"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["create","get"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["get"]}},"required":true,"description":"The slug of the project to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"required":true,"description":"The slug of the team to create a new project for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"required":true,"description":"The name for the new project"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Optionally a slug for the new project. If it’s not provided a slug is generated from the name."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["project"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["project"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"required":true,"description":"The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"required":true,"description":"The slug of the project to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"options":[{"displayName":"Bookmarked","name":"isBookmarked","type":"boolean","default":false,"description":"The new platform for the updated project"},{"displayName":"Digests Maximum Delay","name":"digestsMaxDelay","type":"number","default":1800,"description":"Maximum interval to digest alerts"},{"displayName":"Digests Minimun Delay","name":"digestsMinDelay","type":"number","default":60,"description":"Minium interval to digest alerts"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the updated project"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new slug for the updated project"},{"displayName":"Team","name":"team","type":"string","default":"","description":"The new team name"},{"displayName":"Platform","name":"platform","type":"string","default":"","description":"The new platform for the updated project"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}},"required":true,"description":"The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}},"required":true,"description":"The slug of the project to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get release by version identifier","action":"Get a release by version ID"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the releases belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["release"],"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":["release"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"This parameter can be used to create a “starts with” filter for the version"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["get","delete"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["get","delete"]}},"required":true,"description":"The version identifier of the release"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A version identifier for this release. Can be a version number, a commit hash etc."},{"displayName":"URL","name":"url","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."},{"displayName":"Project Names or IDs","name":"projects","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProjects"},"default":[],"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"displayName":"Date Released","name":"dateReleased","type":"dateTime","default":"","description":"An optional date that indicates when the release went live. If not provided the current time is assumed."},{"displayName":"Commits","name":"commits","description":"An optional list of commit data to be associated with the release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"commitProperties","displayName":"Commit Properties","values":[{"displayName":"ID","name":"id","type":"string","default":"","description":"The sha of the commit","required":true},{"displayName":"Author Email","name":"authorEmail","type":"string","default":"","description":"Authors email"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of author"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message of commit"},{"displayName":"Patch Set","name":"patchSet","description":"A list of the files that have been changed in the commit. Specifying the patch_set is necessary to power suspect commits and suggested assignees.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"patchSetProperties","displayName":"Patch Set Properties","values":[{"displayName":"Path","name":"path","type":"string","default":"","description":"The path to the file. Both forward and backward slashes are supported.","required":true},{"displayName":"Type","name":"type","type":"options","default":"","description":"The types of changes that happened in that commit","options":[{"name":"Add","value":"add"},{"name":"Modify","value":"modify"},{"name":"Delete","value":"delete"}]}]}]},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name"},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"Timestamp of commit"}]}]},{"displayName":"Refs","name":"refs","description":"An optional way to indicate the start and end commits for each repository included in a release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"refProperties","displayName":"Ref Properties","values":[{"displayName":"Commit","name":"commit","type":"string","default":"","description":"The head sha of the commit","required":true},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name","required":true},{"displayName":"Previous Commit","name":"previousCommit","type":"string","default":"","description":"The sha of the HEAD of the previous release"}]}]}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"required":true,"description":"A version identifier for this release. Can be a version number, a commit hash etc."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"options":[{"displayName":"Commits","name":"commits","description":"An optional list of commit data to be associated with the release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"commitProperties","displayName":"Commit Properties","values":[{"displayName":"ID","name":"id","type":"string","default":"","description":"The sha of the commit","required":true},{"displayName":"Author Email","name":"authorEmail","type":"string","default":"","description":"Authors email"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of author"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message of commit"},{"displayName":"Patch Set","name":"patchSet","description":"A list of the files that have been changed in the commit. Specifying the patch_set is necessary to power suspect commits and suggested assignees.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"patchSetProperties","displayName":"Patch Set Properties","values":[{"displayName":"Path","name":"path","type":"string","default":"","description":"The path to the file. Both forward and backward slashes are supported.","required":true},{"displayName":"Type","name":"type","type":"options","default":"","description":"The types of changes that happened in that commit","options":[{"name":"Add","value":"add"},{"name":"Modify","value":"modify"},{"name":"Delete","value":"delete"}]}]}]},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name"},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"Timestamp of commit"}]}]},{"displayName":"Date Released","name":"dateReleased","type":"dateTime","default":"","description":"An optional date that indicates when the release went live. If not provided the current time is assumed."},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."},{"displayName":"Refs","name":"refs","description":"An optional way to indicate the start and end commits for each repository included in a release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"refProperties","displayName":"Ref Properties","values":[{"displayName":"Commit","name":"commit","type":"string","default":"","description":"The head sha of the commit","required":true},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name","required":true},{"displayName":"Previous Commit","name":"previousCommit","type":"string","default":"","description":"The sha of the HEAD of the previous release"}]}]},{"displayName":"URL","name":"url","type":"string","default":"","description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["team"]}},"options":[{"name":"Create","value":"create","description":"Create a new team","action":"Create a team"},{"name":"Delete","value":"delete","description":"Delete a team","action":"Delete a team"},{"name":"Get","value":"get","description":"Get team by slug","action":"Get a team"},{"name":"Get Many","value":"getAll","description":"Get many teams","action":"Get many teams"},{"name":"Update","value":"update","description":"Update a team","action":"Update a team"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["team"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["team"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["get"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["get"]}},"required":true,"description":"The slug of the team to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true,"description":"The name of the team"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The optional slug for this team. If not provided it will be auto generated from the name."}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"required":true,"description":"The slug of the team to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the team"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new slug of the team. Must be unique and available."}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["delete"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["delete"]}},"required":true,"description":"The slug of the team to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sentryio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/sentryIo"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SentryIo/sentryio.svg"},
348
348
  {"displayName":"ServiceNow","name":"n8n-nodes-base.serviceNow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ServiceNow API","defaults":{"name":"ServiceNow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"serviceNowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"serviceNowBasicApi","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"OAuth2","value":"oAuth2"}],"default":"oAuth2","description":"Authentication method to use"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attachment","value":"attachment"},{"name":"Business Service","value":"businessService"},{"name":"Configuration Item","value":"configurationItems"},{"name":"Department","value":"department"},{"name":"Dictionary","value":"dictionary"},{"name":"Incident","value":"incident"},{"name":"Table Record","value":"tableRecord"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"},{"name":"User Role","value":"userRole"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Upload","value":"upload","description":"Upload an attachment to a specific table record","action":"Upload an attachment"},{"name":"Delete","value":"delete","description":"Delete an attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get an attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments on a table","action":"Get many attachments"}],"default":"upload"},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["upload","getAll"]}},"required":true},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"required":true,"description":"Sys_id of the record in the table specified in Table Name that you want to attach the file to"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"description":"Name of the binary property that contains the data to upload"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"default":{},"options":[{"displayName":"File Name for the Attachment","name":"file_name","type":"string","default":"","description":"Name to give the attachment"}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["delete"]}},"required":true,"description":"Sys_id value of the attachment to delete"},{"displayName":"Attachment ID","name":"attachmentId","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["get"]}},"required":true,"description":"Sys_id value of the attachment to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attachment"],"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":["attachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"]}}},{"displayName":"Output Field","name":"outputField","type":"string","default":"data","description":"Field name where downloaded data will be placed","displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"],"download":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"]}},"default":{},"options":[{"displayName":"Filter","name":"queryFilter","type":"string","placeholder":"<col_name><operator><value>","default":"","description":"An encoded query string used to filter the results","hint":"All parameters are case-sensitive. Queries can contain more than one entry. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">more information</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["businessService"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many business services"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["businessService"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["businessService"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["businessService"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["configurationItems"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many configuration items"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["configurationItems"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["configurationItems"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["configurationItems"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["department"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many departments"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["department"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["department"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["department"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dictionary"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many dictionaries"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["dictionary"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["dictionary"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["dictionary"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incident"]}},"options":[{"name":"Create","value":"create","action":"Create an incident"},{"name":"Delete","value":"delete","action":"Delete an incident"},{"name":"Get","value":"get","action":"Get an incident"},{"name":"Get Many","value":"getAll","action":"Get many incidents"},{"name":"Update","value":"update","action":"Update an incident"}],"default":"get"},{"displayName":"Short Description","name":"short_description","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"required":true,"description":"Short description of the incident"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["additionalFields.assignment_group"]},"default":"","description":"Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assignment Group Name or ID","name":"assignment_group","type":"options","typeOptions":{"loadOptionsMethod":"getAssignmentGroups"},"default":"","description":"The assignment group of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Business Service Name or ID","name":"business_service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBusinessServices"},"default":""},{"displayName":"Caller ID","name":"caller_id","type":"string","default":"","description":"The unique identifier of the caller of the incident"},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentCategories"},"default":"","description":"The category of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Notes","name":"close_notes","type":"string","default":"","description":"The close notes for the incident"},{"displayName":"Configuration Item Names or IDs","name":"cmdb_ci","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getConfigurationItems"},"default":[],"description":"Configuration Items, 'cmdb_ci' in metadata. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Type","name":"contact_type","type":"options","options":[{"name":"Email","value":"email"},{"name":"Phone","value":"phone"},{"name":"Self Service","value":"self-service"},{"name":"Walk In","value":"walk-in"}],"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the incident"},{"displayName":"Impact","name":"impact","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The impact of the incident"},{"displayName":"Resolution Code Name or ID","name":"close_code","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentResolutionCodes"},"default":"","description":"The resolution code of the incident, 'close_code' in metadata. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State Name or ID","name":"state","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentStates"},"default":"","description":"The state of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subcategory Name or ID","name":"subcategory","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentSubcategories","loadOptionsDependsOn":["additionalFields.category"]},"default":"","description":"The subcategory of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The urgency of the incident"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"resource":["incident"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Incident ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["delete","get"]}},"required":true,"description":"Unique identifier of the incident"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"resource":["incident"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Incident ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"required":true,"description":"Unique identifier of the incident"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["additionalFields.assignment_group"]},"default":"","description":"Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Assignment Group Name or ID","name":"assignment_group","type":"options","typeOptions":{"loadOptionsMethod":"getAssignmentGroups"},"default":"","description":"The assignment group of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Business Service Name or ID","name":"business_service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBusinessServices"},"default":""},{"displayName":"Caller ID","name":"caller_id","type":"string","default":"","description":"The unique identifier of the caller of the incident"},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentCategories"},"default":"","description":"The category of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Notes","name":"close_notes","type":"string","default":"","description":"The close notes for the incident"},{"displayName":"Configuration Item Names or IDs","name":"cmdb_ci","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getConfigurationItems"},"default":[],"description":"Configuration Items, 'cmdb_ci' in metadata. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Type","name":"contact_type","type":"options","options":[{"name":"Email","value":"email"},{"name":"Phone","value":"phone"},{"name":"Self Service","value":"self-service"},{"name":"Walk In","value":"walk-in"}],"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the incident"},{"displayName":"Impact","name":"impact","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The impact of the incident"},{"displayName":"Resolution Code Name or ID","name":"close_code","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentResolutionCodes"},"default":"","description":"The resolution code of the incident. 'close_code' in metadata. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"On Hold Reason Name or ID","name":"hold_reason","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentHoldReasons"},"default":"","description":"The on hold reason for the incident. It applies if the state is <code>On Hold</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"State Name or ID","name":"state","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentStates"},"default":"","description":"The state of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subcategory Name or ID","name":"subcategory","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentSubcategories","loadOptionsDependsOn":["additionalFields.category"]},"default":"","description":"The subcategory of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The urgency of the incident"},{"displayName":"Work Notes","name":"work_notes","type":"string","default":"","description":"Work notes for the incident"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tableRecord"]}},"options":[{"name":"Create","value":"create","action":"Create a table record"},{"name":"Delete","value":"delete","action":"Delete a table record"},{"name":"Get","value":"get","action":"Get a table record"},{"name":"Get Many","value":"getAll","action":"Get many table records"},{"name":"Update","value":"update","action":"Update a table record"}],"default":"get"},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"]}},"required":true},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"mapInput","description":"Use when node input names match destination field names"},{"name":"Define Below for Each Column","value":"columns","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Don't send any column data"}],"displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"]}},"default":"columns"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"],"dataToSend":["mapInput"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all inputs."},{"displayName":"Fields to Send","name":"fieldsToSend","type":"fixedCollection","placeholder":"Add field to send","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"],"dataToSend":["columns"]}},"default":{},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Field Name or ID","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":""},{"displayName":"Field Value","name":"value","type":"string","default":""}]}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tableRecord"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["tableRecord"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["tableRecord"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["delete","get"]}},"required":true,"description":"Name of the table in which the record exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["delete","get"]}},"required":true,"description":"Unique identifier of the record"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["tableRecord"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"required":true},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"required":true,"description":"Unique identifier of the record"},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"mapInput","description":"Use when node input names match destination field names"},{"name":"Define Below for Each Column","value":"columns","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Don't send any column data"}],"displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"default":"columns"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"],"dataToSend":["mapInput"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all inputs."},{"displayName":"Fields to Send","name":"fieldsToSend","type":"fixedCollection","placeholder":"Add field to send","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"],"dataToSend":["columns"]}},"default":{},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Field Name or ID","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":""},{"displayName":"Field Value","name":"value","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","action":"Create a user"},{"name":"Delete","value":"delete","action":"Delete a user"},{"name":"Get","value":"get","action":"Get a user"},{"name":"Get Many","value":"getAll","action":"Get many users"},{"name":"Update","value":"update","action":"Update a user"}],"default":"get"},{"displayName":"Short Description","name":"short_description","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"description":"Short description of the user"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to activate the user"},{"displayName":"Building","name":"building","type":"string","default":"","description":"The Building address"},{"displayName":"City","name":"city","type":"string","default":"","description":"City of the user"},{"displayName":"Company","name":"company","type":"string","default":"","description":"The name of the company for the user"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the user"},{"displayName":"Department","name":"department","type":"string","default":"","description":"Department of the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address associated with the user"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the user"},{"displayName":"Gender","name":"gender","type":"string","default":"","description":"The gender of the user"},{"displayName":"Home Phone","name":"home_phone","type":"string","default":"","description":"Home phone of the user"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the user"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the user"},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"Manager of the user"},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","description":"The middle name of the user"},{"displayName":"Mobile Phone","name":"mobile_phone","type":"string","default":"","description":"Mobile phone number of the user"},{"displayName":"Password","name":"user_password","type":"string","typeOptions":{"password":true},"default":"","description":"The user's password"},{"displayName":"Password Needs Reset","name":"password_needs_reset","type":"boolean","default":false,"description":"Whether to require a password reset when the user logs in"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The main phone number of the user"},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUserRoles"},"default":[],"description":"Roles of the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the user"},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street information for the user separated by comma"},{"displayName":"Username","name":"user_name","type":"string","default":"","description":"A username associated with the user (e.g. user_name.123)"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","description":"Zip code for the user"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["user"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["operation"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Retrieve Identifier","name":"getOption","type":"options","default":"id","options":[{"name":"ID","value":"id"},{"name":"Username","value":"user_name"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Username","name":"user_name","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"],"getOption":["user_name"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"],"getOption":["id"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["operation"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"default":{},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to activate the user"},{"displayName":"Building","name":"building","type":"string","default":"","description":"The Building address"},{"displayName":"City","name":"city","type":"string","default":"","description":"City of the user"},{"displayName":"Company","name":"company","type":"string","default":"","description":"The name of the company for the user"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the user"},{"displayName":"Department","name":"department","type":"string","default":"","description":"Department of the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address associated with the user"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the user"},{"displayName":"Gender","name":"gender","type":"string","default":"","description":"The gender of the user"},{"displayName":"Home Phone","name":"home_phone","type":"string","default":"","description":"Home phone of the user"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the user"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the user"},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"Manager of the user"},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","description":"The middle name of the user"},{"displayName":"Mobile Phone","name":"mobile_phone","type":"string","default":"","description":"Mobile phone number of the user"},{"displayName":"Password","name":"user_password","type":"string","typeOptions":{"password":true},"default":"","description":"The user's password"},{"displayName":"Password Needs Reset","name":"password_needs_reset","type":"boolean","default":false,"description":"Whether to require a password reset when the user logs in"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The main phone number of the user"},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUserRoles"},"default":[],"description":"Roles of the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the user"},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street information for the user separated by comma"},{"displayName":"Username","name":"user_name","type":"string","default":"","description":"A username associated with the user (e.g. user_name.123)"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","description":"Zip code for the user"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many user groups"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userRole"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many user roles"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userRole"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["userRole"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["userRole"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]}],"codex":{"categories":["Productivity","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.servicenow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/serviceNow"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ServiceNow/servicenow.svg"},
349
- {"displayName":"Edit Fields (Set)","name":"n8n-nodes-base.set","icon":"fa:pen","group":["input"],"description":"Modify, add, or remove item fields","defaultVersion":3.2,"version":[3,3.1,3.2],"subtitle":"={{$parameter[\"mode\"]}}","defaults":{"name":"Edit Fields","color":"#0000FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Manual Mapping","value":"manual","description":"Edit item fields one by one","action":"Edit item fields one by one"},{"name":"JSON Output","value":"raw","description":"Customize item output with JSON","action":"Customize item output with JSON"}],"default":"manual"},{"displayName":"Duplicate Item","name":"duplicateItem","type":"boolean","default":false,"isNodeSetting":true},{"displayName":"Duplicate Item Count","name":"duplicateCount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"How many times the item should be duplicated, mainly used for testing and debugging","isNodeSetting":true,"displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"Item duplication is set in the node settings. This option will be ignored when the workflow runs automatically.","name":"duplicateWarning","type":"notice","default":"","displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"JSON Output","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"{\n \"my_field_1\": \"value\",\n \"my_field_2\": 1\n}\n","validateType":"object","ignoreValidationDuringExecution":true,"displayOptions":{"show":{"mode":["raw"]}}},{"displayName":"Fields to Set","name":"fields","placeholder":"Add Field","type":"fixedCollection","description":"Edit existing fields or add new ones to modify the output data","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"Name of the field to set the value of. Supports dot-notation. Example: data.person[0].name.","requiresDataPath":"single"},{"displayName":"Type","name":"type","type":"options","description":"The field value type","options":[{"name":"String","value":"stringValue"},{"name":"Number","value":"numberValue"},{"name":"Boolean","value":"booleanValue"},{"name":"Array","value":"arrayValue"},{"name":"Object","value":"objectValue"}],"default":"stringValue"},{"displayName":"Value","name":"stringValue","type":"string","default":"","displayOptions":{"show":{"type":["stringValue"]}},"validateType":"string","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"numberValue","type":"string","default":"","displayOptions":{"show":{"type":["numberValue"]}},"validateType":"number","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"booleanValue","type":"options","default":"true","options":[{"name":"True","value":"true"},{"name":"False","value":"false"}],"displayOptions":{"show":{"type":["booleanValue"]}},"validateType":"boolean","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"arrayValue","type":"string","default":"","placeholder":"e.g. [ arrayItem1, arrayItem2, arrayItem3 ]","displayOptions":{"show":{"type":["arrayValue"]}},"validateType":"array","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"objectValue","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"type":["objectValue"]}},"validateType":"object","ignoreValidationDuringExecution":true}]}],"displayOptions":{"show":{"mode":["manual"]}}},{"displayName":"Include in Output","name":"include","type":"options","description":"How to select the fields you want to include in your output items","default":"all","options":[{"name":"All Input Fields","value":"all","description":"Also include all unchanged fields from the input"},{"name":"No Input Fields","value":"none","description":"Include only the fields specified above"},{"name":"Selected Input Fields","value":"selected","description":"Also include the fields listed in the parameter “Fields to Include”"},{"name":"All Input Fields Except","value":"except","description":"Exclude the fields listed in the parameter “Fields to Exclude”"}]},{"displayName":"Fields to Include","name":"includeFields","type":"string","default":"","placeholder":"e.g. fieldToInclude1,fieldToInclude2","description":"Comma-separated list of the field names you want to include in the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["selected"]}}},{"displayName":"Fields to Exclude","name":"excludeFields","type":"string","default":"","placeholder":"e.g. fieldToExclude1,fieldToExclude2","description":"Comma-separated list of the field names you want to exclude from the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["except"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Include Binary File","name":"includeBinary","type":"boolean","default":true,"description":"Whether binary data should be included if present in the input item"},{"displayName":"Ignore Type Conversion Errors","name":"ignoreConversionErrors","type":"boolean","default":false,"description":"Whether to ignore field type errors and apply a less strict type conversion","displayOptions":{"show":{"/mode":["manual"]}}},{"displayName":"Support Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"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} }. If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"alias":["Set","JS","JSON","Filter","Transform","Map"]}},
350
- {"displayName":"Set","name":"n8n-nodes-base.set","icon":"fa:pen","group":["input"],"description":"Sets values on items and optionally remove other values","defaultVersion":3.2,"version":[1,2],"defaults":{"name":"Set","color":"#0000FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keep Only Set","name":"keepOnlySet","type":"boolean","default":false,"description":"Whether only the values set on this node should be kept and all others removed"},{"displayName":"Values to Set","name":"values","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The value to set","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Name","name":"name","type":"string","requiresDataPath":"single","default":"propertyName","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"The boolean value to write in the property"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"number","default":0,"description":"The number value to write in the property"}]},{"name":"string","displayName":"String","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The string value to write in the property"}]}]},{"displayName":"Options","name":"options","type":"collection","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":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"alias":["Set","JS","JSON","Filter","Transform","Map"]}},
349
+ {"displayName":"Edit Fields (Set)","name":"n8n-nodes-base.set","icon":"fa:pen","group":["input"],"description":"Modify, add, or remove item fields","defaultVersion":3.3,"version":[3,3.1,3.2,3.3],"subtitle":"={{$parameter[\"mode\"]}}","defaults":{"name":"Edit Fields","color":"#0000FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Manual Mapping","value":"manual","description":"Edit item fields one by one","action":"Edit item fields one by one"},{"name":"JSON","value":"raw","description":"Customize item output with JSON","action":"Customize item output with JSON"}],"default":"manual"},{"displayName":"Duplicate Item","name":"duplicateItem","type":"boolean","default":false,"isNodeSetting":true},{"displayName":"Duplicate Item Count","name":"duplicateCount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"How many times the item should be duplicated, mainly used for testing and debugging","isNodeSetting":true,"displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"Item duplication is set in the node settings. This option will be ignored when the workflow runs automatically.","name":"duplicateWarning","type":"notice","default":"","displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"{\n \"my_field_1\": \"value\",\n \"my_field_2\": 1\n}\n","validateType":"object","ignoreValidationDuringExecution":true,"displayOptions":{"show":{"mode":["raw"]}}},{"displayName":"Fields to Set","name":"fields","placeholder":"Add Field","type":"fixedCollection","description":"Edit existing fields or add new ones to modify the output data","displayOptions":{"show":{"@version":[3,3.1,3.2],"mode":["manual"]}},"typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"Name of the field to set the value of. Supports dot-notation. Example: data.person[0].name.","requiresDataPath":"single"},{"displayName":"Type","name":"type","type":"options","description":"The field value type","options":[{"name":"String","value":"stringValue"},{"name":"Number","value":"numberValue"},{"name":"Boolean","value":"booleanValue"},{"name":"Array","value":"arrayValue"},{"name":"Object","value":"objectValue"}],"default":"stringValue"},{"displayName":"Value","name":"stringValue","type":"string","default":"","displayOptions":{"show":{"type":["stringValue"]}},"validateType":"string","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"numberValue","type":"string","default":"","displayOptions":{"show":{"type":["numberValue"]}},"validateType":"number","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"booleanValue","type":"options","default":"true","options":[{"name":"True","value":"true"},{"name":"False","value":"false"}],"displayOptions":{"show":{"type":["booleanValue"]}},"validateType":"boolean","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"arrayValue","type":"string","default":"","placeholder":"e.g. [ arrayItem1, arrayItem2, arrayItem3 ]","displayOptions":{"show":{"type":["arrayValue"]}},"validateType":"array","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"objectValue","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"type":["objectValue"]}},"validateType":"object","ignoreValidationDuringExecution":true}]}]},{"displayName":"Fields to Set","name":"assignments","type":"assignmentCollection","displayOptions":{"hide":{"@version":[3,3.1,3.2]},"show":{"mode":["manual"]}},"default":{}},{"displayName":"Include in Output","name":"include","type":"options","description":"How to select the fields you want to include in your output items","default":"all","displayOptions":{"show":{"@version":[3,3.1,3.2]}},"options":[{"name":"All Input Fields","value":"all","description":"Also include all unchanged fields from the input"},{"name":"No Input Fields","value":"none","description":"Include only the fields specified above"},{"name":"Selected Input Fields","value":"selected","description":"Also include the fields listed in the parameter “Fields to Include”"},{"name":"All Input Fields Except","value":"except","description":"Exclude the fields listed in the parameter “Fields to Exclude”"}]},{"displayName":"Include Other Input Fields","name":"includeOtherFields","type":"boolean","default":false,"description":"Whether to pass to the output all the input fields (along with the fields set in 'Fields to Set')","displayOptions":{"hide":{"@version":[3,3.1,3.2]}}},{"displayName":"Input Fields to Include","name":"include","type":"options","description":"How to select the fields you want to include in your output items","default":"all","displayOptions":{"hide":{"@version":[3,3.1,3.2],"/includeOtherFields":[false]}},"options":[{"name":"All","value":"all","description":"Also include all unchanged fields from the input"},{"name":"Selected","value":"selected","description":"Also include the fields listed in the parameter “Fields to Include”"},{"name":"All Except","value":"except","description":"Exclude the fields listed in the parameter “Fields to Exclude”"}]},{"displayName":"Fields to Include","name":"includeFields","type":"string","default":"","placeholder":"e.g. fieldToInclude1,fieldToInclude2","description":"Comma-separated list of the field names you want to include in the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["selected"]}}},{"displayName":"Fields to Exclude","name":"excludeFields","type":"string","default":"","placeholder":"e.g. fieldToExclude1,fieldToExclude2","description":"Comma-separated list of the field names you want to exclude from the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["except"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Include Binary File","name":"includeBinary","type":"boolean","default":true,"description":"Whether binary data should be included if present in the input item"},{"displayName":"Ignore Type Conversion Errors","name":"ignoreConversionErrors","type":"boolean","default":false,"description":"Whether to ignore field type errors and apply a less strict type conversion","displayOptions":{"show":{"/mode":["manual"]}}},{"displayName":"Support Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"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} }. If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"alias":["Set","JS","JSON","Filter","Transform","Map"]}},
350
+ {"displayName":"Set","name":"n8n-nodes-base.set","icon":"fa:pen","group":["input"],"description":"Sets values on items and optionally remove other values","defaultVersion":3.3,"version":[1,2],"defaults":{"name":"Set","color":"#0000FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keep Only Set","name":"keepOnlySet","type":"boolean","default":false,"description":"Whether only the values set on this node should be kept and all others removed"},{"displayName":"Values to Set","name":"values","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The value to set","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Name","name":"name","type":"string","requiresDataPath":"single","default":"propertyName","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"The boolean value to write in the property"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"number","default":0,"description":"The number value to write in the property"}]},{"name":"string","displayName":"String","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The string value to write in the property"}]}]},{"displayName":"Options","name":"options","type":"collection","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":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"alias":["Set","JS","JSON","Filter","Transform","Map"]}},
351
351
  {"displayName":"Shopify","name":"n8n-nodes-base.shopify","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Shopify API","defaults":{"name":"Shopify"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"shopifyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"shopifyAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"shopifyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"},{"name":"API Key","value":"apiKey"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Order","value":"order"},{"name":"Product","value":"product"}],"default":"order"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["order"]}},"options":[{"name":"Create","value":"create","description":"Create an order","action":"Create an order"},{"name":"Delete","value":"delete","description":"Delete an order","action":"Delete an order"},{"name":"Get","value":"get","description":"Get an order","action":"Get an order"},{"name":"Get Many","value":"getAll","description":"Get many orders","action":"Get many orders"},{"name":"Update","value":"update","description":"Update an order","action":"Update an order"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["order"]}},"default":{},"options":[{"displayName":"Billing Address","name":"billingAddressUi","placeholder":"Add Billing Address","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"billingAddressValues","displayName":"Billing Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Discount Codes","name":"discountCodesUi","placeholder":"Add Discount Code","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"discountCodesValues","displayName":"Discount Code","values":[{"displayName":"Amount","name":"amount","type":"string","default":"","description":"The amount that's deducted from the order total"},{"displayName":"Code","name":"code","type":"string","default":"","description":"When the associated discount application is of type code"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Fixed Amount","value":"fixedAmount","description":"Applies amount as a unit of the store's currency"},{"name":"Percentage","value":"percentage","description":"Applies a discount of amount as a percentage of the order total"},{"name":"Shipping","value":"shipping","description":"Applies a free shipping discount on orders that have a shipping rate less than or equal to amount"}],"default":"fixedAmount","description":"When the associated discount application is of type code"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The customer's email address"},{"displayName":"Fulfillment Status","name":"fulfillmentStatus","type":"options","options":[{"name":"Fulfilled","value":"fulfilled","description":"Every line item in the order has been fulfilled"},{"name":"Null","value":"null","description":"None of the line items in the order have been fulfilled"},{"name":"Partial","value":"partial","description":"At least one line item in the order has been fulfilled"},{"name":"Restocked","value":"restocked","description":"Every line item in the order has been restocked and the order canceled"}],"default":"","description":"The order's status in terms of fulfilled line items"},{"displayName":"Inventory Behaviour","name":"inventoryBehaviour","type":"options","options":[{"name":"Bypass","value":"bypass","description":"Do not claim inventory"},{"name":"Decrement Ignoring Policy","value":"decrementIgnoringPolicy","description":"Ignore the product's inventory policy and claim inventory"},{"name":"Decrement Obeying Policy","value":"decrementObeyingPolicy","description":"Follow the product's inventory policy and claim inventory, if possible"}],"default":"bypass","description":"The behaviour to use when updating inventory"},{"displayName":"Location Name or ID","name":"locationId","type":"options","typeOptions":{"loadOptionsMethod":"getLocations"},"default":"","description":"The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Note","name":"note","type":"string","default":"","description":"An optional note that a shop owner can attach to the order"},{"displayName":"Send Fulfillment Receipt","name":"sendFulfillmentReceipt","type":"boolean","default":false,"description":"Whether to send a shipping confirmation to the customer"},{"displayName":"Send Receipt","name":"sendReceipt","type":"boolean","default":false,"description":"Whether to send an order confirmation to the customer"},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"shippingAddressValues","displayName":"Shipping Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Source Name","name":"sourceName","type":"string","default":"","description":"Where the order originated. Can be set only during order creation, and is not writeable afterwards."},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Tags attached to the order, formatted as a string of comma-separated values"},{"displayName":"Test","name":"test","type":"boolean","default":false,"description":"Whether this is a test order"}]},{"displayName":"Line Items","name":"limeItemsUi","placeholder":"Add Line Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"default":{},"options":[{"displayName":"Line Item","name":"lineItemValues","values":[{"displayName":"Product Name or ID","name":"productId","type":"options","typeOptions":{"loadOptionsMethod":"getProducts"},"default":"","description":"The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Variant ID","name":"variantId","type":"string","default":"","description":"The ID of the product variant"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the product"},{"displayName":"Grams","name":"grams","type":"string","default":"","description":"The weight of the item in grams"},{"displayName":"Quantity","name":"quantity","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The number of items that were purchased"},{"displayName":"Price","name":"price","type":"string","default":""}]}]},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["delete"]}},"required":true},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["get"]}},"required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["order"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the order will return, formatted as a string of comma-separated values. By default all the fields are returned."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["order"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["order"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["order"]}},"options":[{"displayName":"Attribution App ID","name":"attributionAppId","type":"string","default":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as current to show orders for the app currently consuming the API."},{"displayName":"Created At Min","name":"createdAtMin","type":"dateTime","default":"","description":"Show orders created at or after date"},{"displayName":"Created At Max","name":"createdAtMax","type":"dateTime","default":"","description":"Show orders created at or before date"},{"displayName":"Financial Status","name":"financialStatus","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any financial status"},{"name":"Authorized","value":"authorized","description":"Show only authorized orders"},{"name":"Paid","value":"paid","description":"Show only paid orders"},{"name":"Partially Paid","value":"partiallyPaid","description":"Show only partially paid orders"},{"name":"Partially Refunded","value":"partiallyRefunded","description":"Show only partially refunded orders"},{"name":"Pending","value":"pending","description":"Show only pending orders"},{"name":"Refunded","value":"refunded","description":"Show only refunded orders"},{"name":"Unpaid","value":"unpaid","description":"Show authorized and partially paid orders"},{"name":"Voided","value":"voided","description":"Show only voided orders"}],"default":"any","description":"Filter orders by their financial status"},{"displayName":"Fulfillment Status","name":"fulfillmentStatus","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any fulfillment status"},{"name":"Partial","value":"partial","description":"Show partially shipped orders"},{"name":"Shipped","value":"shipped","description":"Show orders that have been shipped. Returns orders with fulfillment_status of fulfilled."},{"name":"Unfulfilled","value":"unfulfilled","description":"Returns orders with fulfillment_status of null or partial"},{"name":"Unshipped","value":"unshipped","description":"Show orders that have not yet been shipped. Returns orders with fulfillment_status of null."}],"default":"any","description":"Filter orders by their fulfillment status"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the orders will return, formatted as a string of comma-separated values. By default all the fields are returned."},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"Retrieve only orders specified by a comma-separated list of order IDs"},{"displayName":"Processed At Max","name":"processedAtMax","type":"dateTime","default":"","description":"Show orders imported at or before date"},{"displayName":"Processed At Min","name":"processedAtMin","type":"dateTime","default":"","description":"Show orders imported at or after date"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any status, including archived orders"},{"name":"Cancelled","value":"Cancelled","description":"Show only canceled orders"},{"name":"Closed","value":"closed","description":"Show only closed orders"},{"name":"Open","value":"open","description":"Show only open orders"}],"default":"open","description":"Filter orders by their status"},{"displayName":"Since ID","name":"sinceId","type":"string","default":"","description":"Show orders after the specified ID"},{"displayName":"Updated At Max","name":"updatedAtMax","type":"dateTime","default":"","description":"Show orders last updated at or after date"},{"displayName":"Updated At Min","name":"updatedAtMin","type":"dateTime","default":"","description":"Show orders last updated at or before date"}]},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["order"]}},"default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The customer's email address"},{"displayName":"Location Name or ID","name":"locationId","type":"options","typeOptions":{"loadOptionsMethod":"getLocations"},"default":"","description":"The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Note","name":"note","type":"string","default":"","description":"An optional note that a shop owner can attach to the order"},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"shippingAddressValues","displayName":"Shipping Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Source Name","name":"sourceName","type":"string","default":"","description":"Where the order originated. Can be set only during order creation, and is not writeable afterwards."},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Tags attached to the order, formatted as a string of comma-separated values"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","placeholder":"","displayOptions":{"show":{"operation":["create"],"resource":["product"]}},"default":"","description":"The name of the product","required":true},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["product"]}},"default":{},"options":[{"displayName":"Body HTML","name":"body_html","type":"string","default":"","description":"A description of the product. Supports HTML formatting."},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects."},{"displayName":"Images","name":"images","type":"collection","placeholder":"Add Image Field","typeOptions":{"multipleValues":true},"default":{},"description":"A list of product image objects, each one representing an image associated with the product","options":[{"displayName":"Created At","name":"created_at","type":"dateTime","default":"","description":"The date and time when the product image was created"},{"displayName":"ID","name":"id","type":"number","default":"","description":"A unique numeric identifier for the product image"},{"displayName":"Position","name":"position","type":"number","default":"","description":"The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product."},{"displayName":"Product ID","name":"product_id","type":"number","default":"","description":"The ID of the product associated with the image"},{"displayName":"Variant IDs","name":"variant_ids","type":"number","typeOptions":{"multipleValues":true},"default":"","description":"An array of variant IDs associated with the image"},{"displayName":"Source","name":"src","type":"string","default":"","description":"<p>Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.</p><p>For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).</p>."},{"displayName":"Width","name":"width","type":"number","default":"","description":"Width dimension of the image which is determined on upload"},{"displayName":"Height","name":"height","type":"number","default":"","description":"Height dimension of the image which is determined on upload"},{"displayName":"Updated At","name":"updated_at","type":"dateTime","default":"","description":"The date and time when the product image was last modified"}]},{"displayName":"Options","name":"productOptions","type":"fixedCollection","placeholder":"Add Option","typeOptions":{"multipleValues":true},"default":{},"description":"The custom product property names like Size, Color, and Material. You can add up to 3 options of up to 255 characters each.","options":[{"displayName":"Option","name":"option","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Option's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Option's values"}]}]},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"A categorization for the product used for filtering and searching products"},{"displayName":"Published At","name":"published_at","type":"dateTime","default":"","description":"The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel."},{"displayName":"Published Scope","name":"published_scope","type":"options","default":"","options":[{"name":"Global","value":"global","description":"The product is published to both the Online Store channel and the Point of Sale channel"},{"name":"Web","value":"web","description":"The product is published to the Online Store channel but not published to the Point of Sale channel"}]},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters."},{"displayName":"Template Suffix","name":"template_suffix","type":"string","default":"","description":"The suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called \"product.suffix.liquid\", where \"suffix\" is the value of this property. If this property is \"\" or null, then the product page uses the default template \"product.liquid\". (default: null)"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"The name of the product's vendor"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["product"]}},"default":{},"options":[{"displayName":"Body HTML","name":"body_html","type":"string","default":"","description":"A description of the product. Supports HTML formatting."},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects."},{"displayName":"Images","name":"images","type":"collection","placeholder":"Add Image Field","typeOptions":{"multipleValues":true},"default":{},"description":"A list of product image objects, each one representing an image associated with the product","options":[{"displayName":"Created At","name":"created_at","type":"dateTime","default":"","description":"The date and time when the product image was created"},{"displayName":"ID","name":"id","type":"number","default":"","description":"A unique numeric identifier for the product image"},{"displayName":"Position","name":"position","type":"number","default":"","description":"The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product."},{"displayName":"Product ID","name":"product_id","type":"number","default":"","description":"The ID of the product associated with the image"},{"displayName":"Variant IDs","name":"variant_ids","type":"number","typeOptions":{"multipleValues":true},"default":"","description":"An array of variant IDs associated with the image"},{"displayName":"Source","name":"src","type":"string","default":"","description":"<p>Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.</p><p>For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).</p>."},{"displayName":"Width","name":"width","type":"number","default":"","description":"Width dimension of the image which is determined on upload"},{"displayName":"Height","name":"height","type":"number","default":"","description":"Height dimension of the image which is determined on upload"},{"displayName":"Updated At","name":"updated_at","type":"dateTime","default":"","description":"The date and time when the product image was last modified"}]},{"displayName":"Options","name":"productOptions","type":"fixedCollection","placeholder":"Add Option","typeOptions":{"multipleValues":true},"default":{},"description":"The custom product property names like Size, Color, and Material. You can add up to 3 options of up to 255 characters each.","options":[{"displayName":"Option","name":"option","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Option's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Option's values"}]}]},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"A categorization for the product used for filtering and searching products"},{"displayName":"Published At","name":"published_at","type":"dateTime","default":"","description":"The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel."},{"displayName":"Published Scope","name":"published_scope","type":"options","default":"","options":[{"name":"Global","value":"global","description":"The product is published to both the Online Store channel and the Point of Sale channel"},{"name":"Web","value":"web","description":"The product is published to the Online Store channel but not published to the Point of Sale channel"}]},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters."},{"displayName":"Template Suffix","name":"template_suffix","type":"string","default":"","description":"The suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called \"product.suffix.liquid\", where \"suffix\" is the value of this property. If this property is \"\" or null, then the product page uses the default template \"product.liquid\". (default: null)"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The name of the product"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"The name of the product's vendor"}]},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}},"required":true},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["product"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the product will return, formatted as a string of comma-separated values. By default all the fields are returned."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["product"]}},"options":[{"displayName":"Collection ID","name":"collection_id","type":"string","default":"","description":"Filter results by product collection ID"},{"displayName":"Created At Max","name":"created_at_max","type":"dateTime","default":"","description":"Show products created before date"},{"displayName":"Created At Min","name":"created_at_min","type":"dateTime","default":"","description":"Show products created after date"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Show only certain fields, specified by a comma-separated list of field names"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"Filter results by product handle"},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"Return only products specified by a comma-separated list of product IDs"},{"displayName":"Presentment Currencies","name":"presentment_currencies","type":"string","default":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of ISO 4217 currency codes"},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"Filter results by product type"},{"displayName":"Published At Max","name":"published_at_max","type":"dateTime","default":"","description":"Show products published before date"},{"displayName":"Published At Min","name":"published_at_min","type":"dateTime","default":"","description":"Show products published after date"},{"displayName":"Published Status","name":"published_status","type":"options","options":[{"name":"Any","value":"any","description":"Show all products"},{"name":"Published","value":"published","description":"Show only published products"},{"name":"Unpublished","value":"unpublished","description":"Show only unpublished products"}],"default":"any","description":"Return products by their published status"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Filter results by product title"},{"displayName":"Updated At Max","name":"updated_at_max","type":"dateTime","default":"","description":"Show products last updated before date"},{"displayName":"Updated At Min","name":"updated_at_min","type":"dateTime","default":"","description":"Show products last updated after date"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"Filter results by product vendor"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.shopify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/shopify"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Shopify/shopify.svg"},
352
352
  {"displayName":"Shopify Trigger","name":"n8n-nodes-base.shopifyTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Shopify events via webhooks","defaults":{"name":"Shopify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"shopifyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"shopifyAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"shopifyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"},{"name":"API Key","value":"apiKey"}],"default":"apiKey"},{"displayName":"Trigger On","name":"topic","type":"options","default":"","options":[{"name":"App Uninstalled","value":"app/uninstalled"},{"name":"Cart Created","value":"carts/create"},{"name":"Cart Updated","value":"carts/update"},{"name":"Checkout Created","value":"checkouts/create"},{"name":"Checkout Delete","value":"checkouts/delete"},{"name":"Checkout Update","value":"checkouts/update"},{"name":"Collection Created","value":"collections/create"},{"name":"Collection Deleted","value":"collections/delete"},{"name":"Collection Listings Added","value":"collection_listings/add"},{"name":"Collection Listings Removed","value":"collection_listings/remove"},{"name":"Collection Listings Updated","value":"collection_listings/update"},{"name":"Collection Updated","value":"collections/update"},{"name":"Customer Created","value":"customers/create"},{"name":"Customer Deleted","value":"customers/delete"},{"name":"Customer Disabled","value":"customers/disable"},{"name":"Customer Enabled","value":"customers/enable"},{"name":"Customer Groups Created","value":"customer_groups/create"},{"name":"Customer Groups Deleted","value":"customer_groups/delete"},{"name":"Customer Groups Updated","value":"customer_groups/update"},{"name":"Customer Updated","value":"customers/update"},{"name":"Draft Orders Created","value":"draft_orders/create"},{"name":"Draft Orders Deleted","value":"draft_orders/delete"},{"name":"Draft Orders Updated","value":"draft_orders/update"},{"name":"Fulfillment Created","value":"fulfillments/create"},{"name":"Fulfillment Events Created","value":"fulfillment_events/create"},{"name":"Fulfillment Events Deleted","value":"fulfillment_events/delete"},{"name":"Fulfillment Updated","value":"fulfillments/update"},{"name":"Inventory Items Created","value":"inventory_items/create"},{"name":"Inventory Items Deleted","value":"inventory_items/delete"},{"name":"Inventory Items Updated","value":"inventory_items/update"},{"name":"Inventory Levels Connected","value":"inventory_levels/connect"},{"name":"Inventory Levels Disconnected","value":"inventory_levels/disconnect"},{"name":"Inventory Levels Updated","value":"inventory_levels/update"},{"name":"Locale Created","value":"locales/create"},{"name":"Locale Updated","value":"locales/update"},{"name":"Location Created","value":"locations/create"},{"name":"Location Deleted","value":"locations/delete"},{"name":"Location Updated","value":"locations/update"},{"name":"Order Cancelled","value":"orders/cancelled"},{"name":"Order Created","value":"orders/create"},{"name":"Order Fulfilled","value":"orders/fulfilled"},{"name":"Order Paid","value":"orders/paid"},{"name":"Order Partially Fulfilled","value":"orders/partially_fulfilled"},{"name":"Order Transactions Created","value":"order_transactions/create"},{"name":"Order Updated","value":"orders/updated"},{"name":"Orders Deleted","value":"orders/delete"},{"name":"Product Created","value":"products/create"},{"name":"Product Deleted","value":"products/delete"},{"name":"Product Listings Added","value":"product_listings/add"},{"name":"Product Listings Removed","value":"product_listings/remove"},{"name":"Product Listings Updated","value":"product_listings/update"},{"name":"Product Updated","value":"products/update"},{"name":"Refund Created","value":"refunds/create"},{"name":"Shop Updated","value":"shop/update"},{"name":"Tender Transactions Created","value":"tender_transactions/create"},{"name":"Theme Created","value":"themes/create"},{"name":"Theme Deleted","value":"themes/delete"},{"name":"Theme Published","value":"themes/publish"},{"name":"Theme Updated","value":"themes/update"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.shopifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/shopify"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Shopify/shopify.svg"},
353
353
  {"displayName":"SIGNL4","name":"n8n-nodes-base.signl4","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume SIGNL4 API","defaults":{"name":"SIGNL4"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"signl4Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alert"}],"default":"alert"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alert"]}},"options":[{"name":"Send","value":"send","description":"Send an alert","action":"Send an alert"},{"name":"Resolve","value":"resolve","description":"Resolve an alert","action":"Resolve an alert"}],"default":"send"},{"displayName":"Message","name":"message","type":"string","default":"","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"description":"A more detailed description for the alert"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"default":{},"options":[{"displayName":"Alerting Scenario","name":"alertingScenario","type":"options","options":[{"name":"Single ACK","value":"single_ack","description":"In case only one person needs to confirm this Signl"},{"name":"Multi ACK","value":"multi_ack","description":"In case this alert must be confirmed by the number of people who are on duty at the time this Singl is raised"}],"default":"single_ack"},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":false},"options":[{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property Name","name":"property","type":"string","placeholder":"data","default":"","description":"Name of the binary properties which contain data which should be added as attachment"}]}],"default":{}},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."},{"displayName":"Filtering","name":"filtering","type":"boolean","default":false,"description":"Whether to apply event filtering for this event, or not. If set to true, the event will only trigger a notification to the team, if it contains at least one keyword from one of your services and system categories (i.e. it is whitelisted)"},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Transmit location information ('latitude, longitude') with your event and display a map in the mobile app","options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""}]}]},{"displayName":"Service","name":"service","type":"string","default":"","description":"Assigns the alert to the service/system category with the specified name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title or subject of this alert"}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","displayOptions":{"show":{"operation":["resolve"],"resource":["alert"]}},"description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.signl4/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/signl4"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Signl4/signl4.png"},