n8n-nodes-base 1.93.0 → 1.94.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.
- package/dist/credentials/AirtopApi.credentials.js +2 -1
- package/dist/credentials/AirtopApi.credentials.js.map +1 -1
- package/dist/credentials/JinaAiApi.credentials.js +1 -1
- package/dist/credentials/JinaAiApi.credentials.js.map +1 -1
- package/dist/known/nodes.json +0 -4
- package/dist/nodes/Airtop/Airtop.node.js +14 -8
- package/dist/nodes/Airtop/Airtop.node.js.map +1 -1
- package/dist/nodes/Airtop/GenericFunctions.js +87 -15
- package/dist/nodes/Airtop/GenericFunctions.js.map +1 -1
- package/dist/nodes/Airtop/actions/common/fields.js +9 -0
- package/dist/nodes/Airtop/actions/common/fields.js.map +1 -1
- package/dist/nodes/Airtop/actions/common/output.utils.js +79 -0
- package/dist/nodes/Airtop/actions/common/output.utils.js.map +1 -0
- package/dist/nodes/Airtop/actions/common/session.utils.js +2 -2
- package/dist/nodes/Airtop/actions/common/session.utils.js.map +1 -1
- package/dist/nodes/Airtop/actions/extraction/getPaginated.operation.js +13 -4
- package/dist/nodes/Airtop/actions/extraction/getPaginated.operation.js.map +1 -1
- package/dist/nodes/Airtop/actions/extraction/query.operation.js +21 -3
- package/dist/nodes/Airtop/actions/extraction/query.operation.js.map +1 -1
- package/dist/nodes/Airtop/actions/extraction/scrape.operation.js +2 -1
- package/dist/nodes/Airtop/actions/extraction/scrape.operation.js.map +1 -1
- package/dist/nodes/Airtop/actions/file/File.resource.js +104 -0
- package/dist/nodes/Airtop/actions/file/File.resource.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/delete.operation.js +60 -0
- package/dist/nodes/Airtop/actions/file/delete.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/get.operation.js +91 -0
- package/dist/nodes/Airtop/actions/file/get.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/getMany.operation.js +100 -0
- package/dist/nodes/Airtop/actions/file/getMany.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/helpers.js +199 -0
- package/dist/nodes/Airtop/actions/file/helpers.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/load.operation.js +85 -0
- package/dist/nodes/Airtop/actions/file/load.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/file/upload.operation.js +186 -0
- package/dist/nodes/Airtop/actions/file/upload.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/interaction/Interaction.resource.js +22 -1
- package/dist/nodes/Airtop/actions/interaction/Interaction.resource.js.map +1 -1
- package/dist/nodes/Airtop/actions/interaction/fill.operation.js +89 -0
- package/dist/nodes/Airtop/actions/interaction/fill.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/interaction/scroll.operation.js +219 -0
- package/dist/nodes/Airtop/actions/interaction/scroll.operation.js.map +1 -0
- package/dist/nodes/Airtop/actions/node.type.js.map +1 -1
- package/dist/nodes/Airtop/actions/router.js +13 -4
- package/dist/nodes/Airtop/actions/router.js.map +1 -1
- package/dist/nodes/Airtop/actions/session/create.operation.js +85 -32
- package/dist/nodes/Airtop/actions/session/create.operation.js.map +1 -1
- package/dist/nodes/Airtop/actions/window/Window.resource.js +2 -1
- package/dist/nodes/Airtop/actions/window/Window.resource.js.map +1 -1
- package/dist/nodes/Airtop/actions/window/create.operation.js +1 -1
- package/dist/nodes/Airtop/actions/window/create.operation.js.map +1 -1
- package/dist/nodes/Airtop/actions/window/takeScreenshot.operation.js +26 -3
- package/dist/nodes/Airtop/actions/window/takeScreenshot.operation.js.map +1 -1
- package/dist/nodes/Airtop/constants.js +38 -5
- package/dist/nodes/Airtop/constants.js.map +1 -1
- package/dist/nodes/Airtop/countries.js +1026 -0
- package/dist/nodes/Airtop/countries.js.map +1 -0
- package/dist/nodes/Airtop/transport/index.js +6 -3
- package/dist/nodes/Airtop/transport/index.js.map +1 -1
- package/dist/nodes/Airtop/transport/types.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +4 -1
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js +1 -2
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
- package/dist/nodes/HttpRequest/GenericFunctions.js +1 -1
- package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
- package/dist/nodes/Jira/Jira.node.js +34 -15
- package/dist/nodes/Jira/Jira.node.js.map +1 -1
- package/dist/nodes/Merge/Merge.node.js +3 -2
- package/dist/nodes/Merge/Merge.node.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +42 -4
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/versionDescription.js +1 -1
- package/dist/nodes/Merge/v3/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.js +2 -2
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.js +2 -2
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.js +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.js +1 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.js.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.js +9 -2
- package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
- package/dist/nodes/MongoDb/MongoDb.node.js +25 -5
- package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +5 -1
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/nodes/Transform/Summarize/utils.js +2 -1
- package/dist/nodes/Transform/Summarize/utils.js.map +1 -1
- package/dist/test/setup.js +1 -0
- package/dist/test/setup.js.map +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +8 -9
- package/package.json +6 -7
- package/dist/nodes/EvaluationMetrics/EvaluationMetrics.node.js +0 -119
- package/dist/nodes/EvaluationMetrics/EvaluationMetrics.node.js.map +0 -1
- package/dist/nodes/EvaluationMetrics/EvaluationMetrics.node.json +0 -14
package/dist/types/nodes.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{"displayName":"Airtable","name":"airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.1,"version":[2,2.1],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableTokenApi"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Base","value":"base"},{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a new record in a table","action":"Create a record"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a record"},{"name":"Delete","value":"deleteRecord","description":"Delete a record from a table","action":"Delete a record"},{"name":"Get","value":"get","description":"Retrieve a record from a table","action":"Get a record"},{"name":"Search","value":"search","description":"Search for specific records or list all","action":"Search records"},{"name":"Update","value":"update","description":"Update a record in a table","action":"Update record"}],"default":"get","displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["base.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to delete. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["deleteRecord"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to get. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"}],"displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"e.g. NOT({Name} = 'Admin')","hint":"If empty, all the records will be returned","description":"The formula will be evaluated for each record, and if the result is not 0, false, \"\", NaN, [], or #Error! the record will be included in the response. <a href=\"https://support.airtable.com/docs/formula-field-reference\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["record"],"operation":["search"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"},{"displayName":"Output Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields you want to include in the output"},{"displayName":"View","name":"view","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"viewSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable View URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable View ID"}}],"placeholder":"viw3dirwqeidke"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"Defines how the returned records should be ordered","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Many","value":"getMany","description":"List all the bases","action":"Get many bases"},{"name":"Get Schema","value":"getSchema","description":"Get the schema of the tables in a base","action":"Get base schema"}],"default":"getMany","displayOptions":{"show":{"resource":["base"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["base"],"operation":["getMany"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Permission Level","name":"permissionLevel","type":"multiOptions","options":[{"name":"Comment","value":"comment"},{"name":"Create","value":"create"},{"name":"Edit","value":"edit"},{"name":"None","value":"none"},{"name":"Read","value":"read"}],"default":[],"description":"Filter the returned bases by one or more permission levels"}],"displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"description":"The Airtable Base to retrieve the schema from","displayOptions":{"show":{"resource":["base"],"operation":["getSchema"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}}},
|
|
11
11
|
{"displayName":"Airtable","name":"airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.1,"version":1,"defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"},{"name":"API Key (Deprecated)","value":"airtableApi"}],"default":"airtableApi"},{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"This type of connection (API Key) was deprecated and can't be used anymore. Please create a new credential of type 'Access Token' instead.","name":"deprecated","type":"notice","default":"","displayOptions":{"show":{"authentication":["airtableApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Append the data to a table","action":"Append data to a table"},{"name":"Delete","value":"delete","description":"Delete data from a table","action":"Delete data from a table"},{"name":"List","value":"list","description":"List data from a table","action":"List data from a table"},{"name":"Read","value":"read","description":"Read data from a table","action":"Read data from a table"},{"name":"Update","value":"update","description":"Update data in a table","action":"Update data in a table"}],"default":"read"},{"displayName":"Base","name":"application","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"description":"The Airtable Base in which to operate on","modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}]},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}]},{"displayName":"Add All Fields","name":"addAllFields","type":"boolean","displayOptions":{"show":{"operation":["append"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"addAllFields":[false],"operation":["append"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"ID of the record to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["list"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"requiresDataPath":"multiple","displayOptions":{"show":{"operation":["list"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive and cannot include spaces after a comma."},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"operation":["list"]}},"default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"single","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"Only data for fields whose names are in this list will be included in the records"},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"NOT({Name} = '')","description":"A formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, \"\", NaN, [], or #Error! the record will be included in the response."},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"Defines how the returned records should be ordered","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Name of the field to sort on"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}]},{"displayName":"View","name":"view","type":"string","default":"","placeholder":"All Stories","description":"The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view."}]},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["read"]}},"default":"","required":true,"description":"ID of the record to return"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"ID of the record to update"},{"displayName":"Update All Fields","name":"updateAllFields","type":"boolean","displayOptions":{"show":{"operation":["update"]}},"default":true,"description":"Whether all fields should be sent to Airtable or only specific ones"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"requiresDataPath":"single","displayOptions":{"show":{"updateAllFields":[false],"operation":["update"]}},"default":[],"placeholder":"Name","required":true,"description":"The name of fields for which data should be sent to Airtable"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["append","delete","update"]}},"default":{},"options":[{"displayName":"Bulk Size","name":"bulkSize","type":"number","typeOptions":{"minValue":1,"maxValue":10},"default":10,"description":"Number of records to process at once"},{"displayName":"Ignore Fields","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/operation":["update"],"/updateAllFields":[true]}},"default":"","description":"Comma-separated list of fields to ignore"},{"displayName":"Typecast","name":"typecast","type":"boolean","displayOptions":{"show":{"/operation":["append","update"]}},"default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}}},
|
|
12
12
|
{"displayName":"Airtable Trigger","name":"airtableTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Airtable events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Airtable Trigger"},"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"airtableApi"},{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableApi"},{"displayName":"Base","name":"baseId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"description":"The Airtable Base in which to operate on","modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Base URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Base ID"}}],"placeholder":"appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}]},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"By URL","name":"url","type":"string","placeholder":"https://airtable.com/app12DiScdfes/tblAAAAAAAAAAAAA/viwHdfasdfeieg5p","validation":[{"type":"regex","properties":{"regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable Table URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/([a-zA-Z0-9]{2,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Airtable Table ID"}}],"placeholder":"tbl3dirwqeidke"}]},{"displayName":"Trigger Field","name":"triggerField","type":"string","default":"","description":"A Created Time or Last Modified Time field that will be used to sort records. If you do not have a Created Time or Last Modified Time field in your schema, please create one, because without this field trigger will not work correctly.","required":true},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"multiple","default":"","description":"Fields to be included in the response. Multiple ones can be set separated by comma. Example: <code>name, id</code>. By default just the trigger field will be included."},{"displayName":"Formula","name":"formula","type":"string","default":"","description":"Formulas may involve functions, numeric operations, logical operations, and text operations that operate on fields. More info <a href=\"https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference\">here</a>."},{"displayName":"View ID","name":"viewId","type":"string","default":"","description":"The name or ID of a view in the table. If set, only the records in that view will be returned."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.airtabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg"},
|
|
13
|
-
{"displayName":"Airtop","name":"airtop","group":["transform"],"defaultVersion":1,"version":[1],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Scrape and control any site with Airtop","usableAsTool":true,"defaults":{"name":"Airtop"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtopApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Session","value":"session"},{"name":"Window","value":"window"},{"name":"Extraction","value":"extraction"},{"name":"Interaction","value":"interaction"}],"default":"session"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["session"]}},"options":[{"name":"Create Session","value":"create","description":"Create an Airtop browser session","action":"Create a session"},{"name":"Save Profile on Termination","value":"save","description":"Save in a profile changes made in your browsing session such as cookies and local storage","action":"Save a profile on session termination"},{"name":"Terminate Session","value":"terminate","description":"Terminate a session","action":"Terminate a session"}],"default":"create"},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Save Profile","name":"saveProfileOnTermination","type":"boolean","default":false,"description":"Whether to automatically save the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Airtop profile</a> for this session upon termination","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Idle Timeout","name":"timeoutMinutes","type":"number","default":10,"validateType":"number","description":"Minutes to wait before the session is terminated due to inactivity","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy","name":"proxy","type":"options","default":"none","description":"Choose how to configure the proxy for this session","options":[{"name":"None","value":"none","description":"No proxy will be used"},{"name":"Integrated","value":"integrated","description":"Use Airtop-provided proxy"},{"name":"Custom","value":"custom","description":"Configure a custom proxy"}],"displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy URL","name":"proxyUrl","type":"string","default":"","description":"The URL of the proxy to use","displayOptions":{"show":{"proxy":["custom"]}}},{"displayName":"Note: This operation is not needed if you enabled 'Save Profile' in the 'Create Session' operation","name":"notice","type":"notice","displayOptions":{"show":{"resource":["session"],"operation":["save"]}},"default":"This operation will save the profile on session termination"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Profile</a> to save","hint":"Name of the profile you want to save. Must consist only of alphanumeric characters and hyphens \"-\"","placeholder":"e.g. my-x-profile","required":true,"displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["terminate"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"typeOptions":{"sortable":false},"displayOptions":{"show":{"resource":["window"]}},"options":[{"name":"Create a New Browser Window","value":"create","description":"Create a new browser window inside a session. Can load a URL when created.","action":"Create a window"},{"name":"Load URL","value":"load","description":"Load a URL in an existing window","action":"Load a page"},{"name":"Take Screenshot","value":"takeScreenshot","description":"Take a screenshot of the current window","action":"Take screenshot"},{"name":"Close Window","value":"close","description":"Close a window inside a session","action":"Close a window"}],"default":"create"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["window"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["window"],"operation":["close","takeScreenshot","load"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"Initial URL to load in the window. Defaults to https://www.google.com.","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Get Live View","name":"getLiveView","type":"boolean","default":false,"description":"Whether to get the URL of the window's <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-live-view\" target=\"_blank\">Live View</a>","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Include Navigation Bar","name":"includeNavigationBar","type":"boolean","default":false,"description":"Whether to include the navigation bar in the Live View. When enabled, the navigation bar will be visible allowing you to navigate between pages.","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Screen Resolution","name":"screenResolution","type":"string","default":"","description":"The screen resolution of the Live View. Setting a resolution will force the window to open at that specific size.","placeholder":"e.g. 1280x720","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Disable Resize","name":"disableResize","type":"boolean","default":false,"description":"Whether to disable the window from being resized in the Live View","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["create"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","description":"Wait until the specified loading event occurs","default":"load","options":[{"name":"Load","value":"load","description":"Wait until the page dom and it's assets have loaded"},{"name":"DOM Content Loaded","value":"domContentLoaded","description":"Wait until the page DOM has loaded"},{"name":"Complete","value":"complete","description":"Wait until all iframes in the page have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and it will return immediately"}]}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["window"],"operation":["load"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["load"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","default":"load","description":"Wait until the specified loading event occurs. Defaults to 'Fully Loaded'.","options":[{"name":"Complete","value":"complete","description":"Wait until the page and all it's iframes have loaded it's dom and assets"},{"name":"DOM Only Loaded","value":"domContentLoaded","description":"Wait until the dom has loaded"},{"name":"Fully Loaded","value":"load","description":"Wait until the page dom and it's assets have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and will return immediately"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["extraction"]}},"options":[{"name":"Query Page","value":"query","description":"Query a page to extract data or ask a question given the data on the page","action":"Query page"},{"name":"Query Page with Pagination","value":"getPaginated","description":"Extract content from paginated or dynamically loaded pages","action":"Query page with pagination"},{"name":"Smart Scrape","value":"scrape","description":"Scrape a page and return the data as markdown","action":"Smart scrape page"}],"default":"getPaginated"},{"displayName":"Session Mode","name":"sessionMode","type":"options","default":"existing","description":"Choose between creating a new session or using an existing one","options":[{"name":"Automatically Create Session","description":"Automatically create a new session and window for this operation","value":"new"},{"name":"Use Existing Session","description":"Use an existing session and window for this operation","value":"existing"}],"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated","query","scrape"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Auto-Terminate Session","name":"autoTerminateSession","type":"boolean","default":true,"description":"Whether to terminate the session after the operation is complete. When disabled, you must manually terminate the session. By default, idle sessions timeout after 10 minutes","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"description":"The prompt to extract data from the pages","placeholder":"e.g. Extract all the product names and prices"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""},{"displayName":"Interaction Mode","name":"interactionMode","type":"options","default":"auto","description":"The strategy for interacting with the page","options":[{"name":"Auto","description":"Automatically choose the most cost-effective mode","value":"auto"},{"name":"Accurate","description":"Prioritize accuracy over cost","value":"accurate"},{"name":"Cost Efficient","description":"Minimize costs while ensuring effectiveness","value":"cost-efficient"}]},{"displayName":"Pagination Mode","name":"paginationMode","type":"options","default":"auto","description":"The pagination approach to use","options":[{"name":"Auto","description":"Look for pagination links first, then try infinite scrolling","value":"auto"},{"name":"Paginated","description":"Only use pagination links","value":"paginated"},{"name":"Infinite Scroll","description":"Scroll the page to load more content","value":"infinite-scroll"}]}]},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","placeholder":"e.g. Is there a login form in this page?","displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"description":"The prompt to query the page content"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["interaction"]}},"options":[{"name":"Click an Element","value":"click","description":"Execute a click on an element given a description","action":"Click an element"},{"name":"Hover on an Element","value":"hover","description":"Execute a hover action on an element given a description","action":"Hover on an element"},{"name":"Type","value":"type","description":"Execute a Type action on an element given a description","action":"Type text"}],"default":"click"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the green \"save\" button at the top of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["click"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the rounded user profile image at the top right of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["hover"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}},"description":"The text to type into the browser window","placeholder":"e.g. email@example.com"},{"displayName":"Press Enter Key","name":"pressEnterKey","type":"boolean","default":false,"description":"Whether to press the Enter key after typing the text","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the search box at the top of the page","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["interaction"]}},"options":[{"displayName":"Visual Scope","name":"visualScope","type":"options","default":"auto","description":"Defines the strategy for visual analysis of the current window","options":[{"name":"Auto","description":"Provides the simplest out-of-the-box experience for most web pages","value":"auto"},{"name":"Viewport","description":"For analysis of the current browser view only","value":"viewport"},{"name":"Page","description":"For analysis of the entire page","value":"page"},{"name":"Scan","description":"For a full page analysis on sites that have compatibility issues with 'Page' mode","value":"scan"}]},{"displayName":"Wait Until Event After Navigation","name":"waitForNavigation","type":"options","default":"load","description":"The condition to wait for the navigation to complete after an interaction (click, type or hover). Defaults to 'Fully Loaded'.","options":[{"name":"Fully Loaded (Slower)","value":"load"},{"name":"DOM Only Loaded (Faster)","value":"domcontentloaded"},{"name":"All Network Activity Has Stopped","value":"networkidle0"},{"name":"Most Network Activity Has Stopped","value":"networkidle2"}]}]}],"codex":{"categories":["Productivity","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtop/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtop/airtop.svg"},
|
|
13
|
+
{"displayName":"Airtop","name":"airtop","group":["transform"],"defaultVersion":1,"version":[1],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Scrape and control any site with Airtop","usableAsTool":true,"defaults":{"name":"Airtop"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtopApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Extraction","value":"extraction"},{"name":"File","value":"file"},{"name":"Interaction","value":"interaction"},{"name":"Session","value":"session"},{"name":"Window","value":"window"}],"default":"session"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["session"]}},"options":[{"name":"Create Session","value":"create","description":"Create an Airtop browser session","action":"Create a session"},{"name":"Save Profile on Termination","value":"save","description":"Save in a profile changes made in your browsing session such as cookies and local storage","action":"Save a profile on session termination"},{"name":"Terminate Session","value":"terminate","description":"Terminate a session","action":"Terminate a session"}],"default":"create"},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Save Profile","name":"saveProfileOnTermination","type":"boolean","default":false,"description":"Whether to automatically save the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Airtop profile</a> for this session upon termination","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Idle Timeout","name":"timeoutMinutes","type":"number","default":10,"validateType":"number","description":"Minutes to wait before the session is terminated due to inactivity","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy","name":"proxy","type":"options","default":"none","description":"Choose how to configure the proxy for this session","options":[{"name":"None","value":"none","description":"No proxy will be used"},{"name":"Integrated","value":"integrated","description":"Use Airtop-provided proxy"},{"name":"Proxy URL","value":"proxyUrl","description":"Use a proxy URL to configure the proxy"}],"displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy Configuration","name":"proxyConfig","type":"collection","default":{"country":"US","sticky":true},"description":"The Airtop-provided configuration to use for the proxy","placeholder":"Add Attribute","options":[{"displayName":"Country","name":"country","type":"options","default":"US","description":"The country to use for the proxy. Not all countries are guaranteed to provide a proxy. Learn more <a href=\"https://docs.airtop.ai/api-reference/airtop-api/sessions/create#request.body.configuration.proxy.Proxy.Airtop-Proxy-Configuration.country\" target=\"_blank\">here</a>.","options":[{"name":"Afghanistan","value":"AF"},{"name":"Aland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia, Plurinational State Of","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands","value":"KY"},{"name":"Central African Republic","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros","value":"KM"},{"name":"Congo","value":"CG"},{"name":"Congo, Democratic Republic of The","value":"CD"},{"name":"Cook Islands","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Cote d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Eswatini","value":"SZ"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (Malvinas)","value":"FK"},{"name":"Faroe Islands","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran, Islamic Republic Of","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea, Democratic People's Republic Of","value":"KP"},{"name":"Korea, Republic Of","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia, Federated States Of","value":"FM"},{"name":"Moldova, Republic Of","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands, Kingdom of The","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"North Macedonia","value":"MK"},{"name":"Northern Mariana Islands","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State Of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthelemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan Da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French Part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch Part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan, Province of China","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic Of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland","value":"GB"},{"name":"United States Minor Outlying Islands","value":"UM"},{"name":"United States of America","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela, Bolivarian Republic Of","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}]},{"displayName":"Keep Same IP","name":"sticky","type":"boolean","default":true,"description":"Whether to try to maintain the same IP address for the duration of the session. Airtop can guarantee that the same IP address will be available for up to a maximum of 30 minutes."}],"displayOptions":{"show":{"resource":["session"],"operation":["create"],"proxy":["integrated"]}}},{"displayName":"Proxy URL","name":"proxyUrl","type":"string","default":"","description":"The URL of the proxy to use","validateType":"string","displayOptions":{"show":{"resource":["session"],"operation":["create"],"proxy":["proxyUrl"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["session"],"operation":["create"]}},"options":[{"displayName":"Auto Solve Captchas","name":"solveCaptcha","type":"boolean","default":false,"description":"Whether to automatically solve <a href=\"https://docs.airtop.ai/guides/how-to/solving-captchas\" target=\"_blank\">captcha challenges</a>"},{"displayName":"Extension IDs","name":"extensionIds","type":"string","default":"","placeholder":"e.g. extId1, extId2, ...","description":"Comma-separated extension IDs from the Google Web Store to be loaded into the session. Learn more <a href=\"https://docs.airtop.ai/guides/how-to/using-chrome-extensions\" target=\"_blank\">here</a>."}]},{"displayName":"Note: This operation is not needed if you enabled 'Save Profile' in the 'Create Session' operation","name":"notice","type":"notice","displayOptions":{"show":{"resource":["session"],"operation":["save"]}},"default":"This operation will save the profile on session termination"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Profile</a> to save","hint":"Name of the profile you want to save. Must consist only of alphanumeric characters and hyphens \"-\"","placeholder":"e.g. my-x-profile","required":true,"displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["terminate"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"typeOptions":{"sortable":false},"displayOptions":{"show":{"resource":["window"]}},"options":[{"name":"Create a New Browser Window","value":"create","description":"Create a new browser window inside a session. Can load a URL when created.","action":"Create a window"},{"name":"Load URL","value":"load","description":"Load a URL in an existing window","action":"Load a page"},{"name":"Take Screenshot","value":"takeScreenshot","description":"Take a screenshot of the current window","action":"Take screenshot"},{"name":"Close Window","value":"close","description":"Close a window inside a session","action":"Close a window"}],"default":"create"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["window"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["window"],"operation":["close","takeScreenshot","load"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"Initial URL to load in the window. Defaults to https://www.google.com.","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Get Live View","name":"getLiveView","type":"boolean","default":false,"description":"Whether to get the URL of the window's <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-live-view\" target=\"_blank\">Live View</a>","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Include Navigation Bar","name":"includeNavigationBar","type":"boolean","default":false,"description":"Whether to include the navigation bar in the Live View. When enabled, the navigation bar will be visible allowing you to navigate between pages.","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Screen Resolution","name":"screenResolution","type":"string","default":"","description":"The screen resolution of the Live View. Setting a resolution will force the window to open at that specific size.","placeholder":"e.g. 1280x720","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Disable Resize","name":"disableResize","type":"boolean","default":false,"description":"Whether to disable the window from being resized in the Live View","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["create"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","description":"Wait until the specified loading event occurs","default":"load","options":[{"name":"Load","value":"load","description":"Wait until the page dom and its assets have loaded"},{"name":"DOM Content Loaded","value":"domContentLoaded","description":"Wait until the page DOM has loaded"},{"name":"Complete","value":"complete","description":"Wait until all iframes in the page have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and it will return immediately"}]}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["window"],"operation":["load"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["load"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","default":"load","description":"Wait until the specified loading event occurs. Defaults to 'Fully Loaded'.","options":[{"name":"Complete","value":"complete","description":"Wait until the page and all it's iframes have loaded it's dom and assets"},{"name":"DOM Only Loaded","value":"domContentLoaded","description":"Wait until the dom has loaded"},{"name":"Fully Loaded","value":"load","description":"Wait until the page dom and it's assets have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and will return immediately"}]}]},{"displayName":"Output Binary Image","description":"Whether to output the image as a binary file instead of a base64 encoded string","name":"outputImageAsBinary","type":"boolean","default":false,"displayOptions":{"show":{"resource":["window"],"operation":["takeScreenshot"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"deleteFile","description":"Delete an uploaded file","action":"Delete a file"},{"name":"Get","value":"get","description":"Get a details of an uploaded file","action":"Get a file"},{"name":"Get Many","value":"getMany","description":"Get details of multiple uploaded files","action":"Get many files"},{"name":"Load","value":"load","description":"Load a file into a session","action":"Load a file"},{"name":"Upload","value":"upload","description":"Upload a file into a session","action":"Upload a file"}],"default":"getMany"},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to delete","displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to retrieve","displayOptions":{"show":{"resource":["file"],"operation":["get"]}}},{"displayName":"Output Binary File","name":"outputBinaryFile","type":"boolean","default":false,"description":"Whether to output the file in binary format if the file is ready for download","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["getMany"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":10,"description":"Max number of results to return"},{"displayName":"Session IDs","name":"sessionIds","type":"string","default":"","description":"Comma-separated list of <a href=\"https://docs.airtop.ai/api-reference/airtop-api/sessions/create\" target=\"_blank\">Session IDs</a> to filter files by. When empty, all files from all sessions will be returned.","placeholder":"e.g. 6aac6f73-bd89-4a76-ab32-5a6c422e8b0b, a13c6f73-bd89-4a76-ab32-5a6c422e8224","displayOptions":{"show":{"resource":["file"],"operation":["getMany"]}}},{"displayName":"Output Files in Single Item","name":"outputSingleItem","type":"boolean","default":true,"description":"Whether to output one item containing all files or output each file as a separate item","displayOptions":{"show":{"resource":["file"],"operation":["getMany"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The session ID to load the file into","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The window ID to trigger the file input in","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to load into the session","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"Optional description of the file input to interact with","placeholder":"e.g. the file upload selection box","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The session ID to load the file into","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The window ID to trigger the file input in","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","required":true,"description":"Name for the file to upload. For a session, all files loaded should have <b>unique names</b>.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Type","name":"fileType","type":"options","options":[{"name":"Browser Download","value":"browser_download"},{"name":"Screenshot","value":"screenshot"},{"name":"Video","value":"video"},{"name":"Customer Upload","value":"customer_upload"}],"default":"customer_upload","description":"Choose the type of file to upload. Defaults to 'Customer Upload'.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"URL","value":"url"},{"name":"Binary","value":"binary"}],"default":"url","description":"Source of the file to upload","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"source":["binary"],"resource":["file"],"operation":["upload"]}},"description":"Name of the binary property containing the file data"},{"displayName":"URL","name":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["url"],"resource":["file"],"operation":["upload"]}},"description":"URL from where to fetch the file to upload"},{"displayName":"Trigger File Input","name":"triggerFileInputParameter","type":"boolean","default":true,"description":"Whether to automatically trigger the file input dialog in the current window. If disabled, the file will only be uploaded to the session without opening the file input dialog.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"Optional description of the file input to interact with","placeholder":"e.g. the file upload selection box","displayOptions":{"show":{"triggerFileInputParameter":[true],"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["extraction"]}},"options":[{"name":"Query Page","value":"query","description":"Query a page to extract data or ask a question given the data on the page","action":"Query page"},{"name":"Query Page with Pagination","value":"getPaginated","description":"Extract content from paginated or dynamically loaded pages","action":"Query page with pagination"},{"name":"Smart Scrape","value":"scrape","description":"Scrape a page and return the data as markdown","action":"Smart scrape page"}],"default":"getPaginated"},{"displayName":"Session Mode","name":"sessionMode","type":"options","default":"existing","description":"Choose between creating a new session or using an existing one","options":[{"name":"Automatically Create Session","description":"Automatically create a new session and window for this operation","value":"new"},{"name":"Use Existing Session","description":"Use an existing session and window for this operation","value":"existing"}],"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated","query","scrape"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Auto-Terminate Session","name":"autoTerminateSession","type":"boolean","default":true,"description":"Whether to terminate the session after the operation is complete. When disabled, you must manually terminate the session. By default, idle sessions timeout after 10 minutes","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"description":"The prompt to extract data from the pages","placeholder":"e.g. Extract all the product names and prices"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""},{"displayName":"Parse JSON Output","name":"parseJsonOutput","type":"boolean","default":true,"description":"Whether to parse the model's response to JSON in the output. Requires the 'JSON Output Schema' parameter to be set."},{"displayName":"Interaction Mode","name":"interactionMode","type":"options","default":"auto","description":"The strategy for interacting with the page","options":[{"name":"Auto","description":"Automatically choose the most cost-effective mode","value":"auto"},{"name":"Accurate","description":"Prioritize accuracy over cost","value":"accurate"},{"name":"Cost Efficient","description":"Minimize costs while ensuring effectiveness","value":"cost-efficient"}]},{"displayName":"Pagination Mode","name":"paginationMode","type":"options","default":"auto","description":"The pagination approach to use","options":[{"name":"Auto","description":"Look for pagination links first, then try infinite scrolling","value":"auto"},{"name":"Paginated","description":"Only use pagination links","value":"paginated"},{"name":"Infinite Scroll","description":"Scroll the page to load more content","value":"infinite-scroll"}]}]},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","placeholder":"e.g. Is there a login form in this page?","displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"description":"The prompt to query the page content"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""},{"displayName":"Parse JSON Output","name":"parseJsonOutput","type":"boolean","default":true,"description":"Whether to parse the model's response to JSON in the output. Requires the 'JSON Output Schema' parameter to be set."},{"displayName":"Include Visual Analysis","name":"includeVisualAnalysis","type":"boolean","default":false,"description":"Whether to analyze the web page visually when fulfilling the request"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["interaction"]}},"options":[{"name":"Click an Element","value":"click","description":"Execute a click on an element given a description","action":"Click an element"},{"name":"Fill Form","value":"fill","description":"Fill a form with the provided information","action":"Fill form"},{"name":"Hover on an Element","value":"hover","description":"Execute a hover action on an element given a description","action":"Hover on an element"},{"name":"Scroll","value":"scroll","description":"Execute a scroll action on the page","action":"Scroll on page"},{"name":"Type","value":"type","description":"Execute a Type action on an element given a description","action":"Type text"}],"default":"click"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the green \"save\" button at the top of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["click"]}}},{"displayName":"Form Data","name":"formData","type":"string","typeOptions":{"rows":4},"required":true,"default":"","displayOptions":{"show":{"resource":["interaction"],"operation":["fill"]}},"description":"The information to fill into the form written in natural language","placeholder":"e.g. \"Name: John Doe, Email: john.doe@example.com\""},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the rounded user profile image at the top right of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["hover"]}}},{"displayName":"Scroll Mode","name":"scrollingMode","type":"options","description":"Choose the mode of scrolling","options":[{"name":"Automatic","value":"automatic","description":"Describe with natural language the element to scroll to"},{"name":"Manual","value":"manual","description":"Define the direction and amount to scroll by"}],"default":"automatic","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"]}}},{"displayName":"Element Description","default":"","description":"A natural language description of the element to scroll to","name":"scrollToElement","type":"string","placeholder":"e.g. the page section titled \"Contact Us\"","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["automatic"]}}},{"displayName":"Scroll To Page Edges","name":"scrollToEdge","type":"fixedCollection","default":{},"placeholder":"Add Edge Direction","description":"The direction to scroll to. When 'Scroll By' is defined, 'Scroll To Edge' action will be executed first, then 'Scroll By' action.","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["manual"]}},"options":[{"displayName":"Page Edges","name":"edgeValues","values":[{"displayName":"Vertically","name":"yAxis","type":"options","default":"","options":[{"name":"Empty","value":""},{"name":"Top","value":"top"},{"name":"Bottom","value":"bottom"}]},{"displayName":"Horizontally","name":"xAxis","type":"options","default":"","options":[{"name":"Empty","value":""},{"name":"Left","value":"left"},{"name":"Right","value":"right"}]}]}]},{"displayName":"Scroll By","name":"scrollBy","type":"fixedCollection","default":{},"description":"The amount to scroll by. When 'Scroll To Edge' is defined, 'Scroll By' action will be executed after 'Scroll To Edge'.","placeholder":"Add Scroll Amount","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["manual"]}},"options":[{"name":"scrollValues","displayName":"Scroll Values","description":"The amount in pixels or percentage to scroll by","values":[{"displayName":"Vertically","name":"yAxis","type":"string","default":"","placeholder":"e.g. 200px, 50%, -100px"},{"displayName":"Horizontally","name":"xAxis","type":"string","default":"","placeholder":"e.g. 50px, 10%, -200px"}]}]},{"displayName":"Scrollable Area","name":"scrollWithin","type":"string","default":"","description":"Scroll within an element on the page","placeholder":"e.g. the left sidebar","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["automatic"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}},"description":"The text to type into the browser window","placeholder":"e.g. email@example.com"},{"displayName":"Press Enter Key","name":"pressEnterKey","type":"boolean","default":false,"description":"Whether to press the Enter key after typing the text","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the search box at the top of the page","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["interaction"],"operation":["click","hover","type","scroll"]}},"options":[{"displayName":"Visual Scope","name":"visualScope","type":"options","default":"auto","description":"Defines the strategy for visual analysis of the current window","options":[{"name":"Auto","description":"Provides the simplest out-of-the-box experience for most web pages","value":"auto"},{"name":"Viewport","description":"For analysis of the current browser view only","value":"viewport"},{"name":"Page","description":"For analysis of the entire page","value":"page"},{"name":"Scan","description":"For a full page analysis on sites that have compatibility issues with 'Page' mode","value":"scan"}]},{"displayName":"Wait Until Event After Navigation","name":"waitForNavigation","type":"options","default":"load","description":"The condition to wait for the navigation to complete after an interaction (click, type or hover). Defaults to 'Fully Loaded'.","options":[{"name":"Fully Loaded (Slower)","value":"load"},{"name":"DOM Only Loaded (Faster)","value":"domcontentloaded"},{"name":"All Network Activity Has Stopped","value":"networkidle0"},{"name":"Most Network Activity Has Stopped","value":"networkidle2"}]}]}],"codex":{"categories":["Productivity","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtop/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtop/airtop.svg"},
|
|
14
14
|
{"displayName":"AI Transform","name":"aiTransform","group":["transform"],"version":1,"description":"Modify data based on instructions written in plain english","defaults":{"name":"AI Transform"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","hints":[{"message":"This node doesn't have access to the contents of binary files. To use those contents here, use the 'Extract from File' node first.","displayCondition":"={{ $input.all().some(i => i.binary) }}","location":"outputPane"}],"properties":[{"displayName":"Instructions","name":"instructions","type":"button","default":"","description":"Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).","placeholder":"Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'","typeOptions":{"buttonConfig":{"label":"Generate code","hasInputField":true,"inputFieldMaxLength":500,"action":{"type":"askAiCodeGeneration","target":"jsCode"}}}},{"displayName":"Code Generated For Prompt","name":"codeGeneratedForPrompt","type":"hidden","default":""},{"displayName":"Generated JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"jsEditor","editorIsReadOnly":true},"default":"","hint":"Read-only. To edit this code, adjust the instructions or copy and paste it into a Code node.","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["code","Javascript","JS","Script","Custom Code","Function","AI","LLM"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aitransform/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AiTransform/aitransform.svg"},
|
|
15
15
|
{"displayName":"AMQP Sender","name":"amqp","group":["transform"],"version":1,"description":"Sends a raw-message via AMQP 1.0, executed once per item","defaults":{"name":"AMQP Sender"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"amqp","required":true,"testedBy":"amqpConnectionTest"}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"e.g. topic://sourcename.something","description":"Name of the queue of topic to publish to"},{"displayName":"Headers","name":"headerParametersJson","type":"json","default":"","description":"Header parameters as JSON (flat object). Sent as application_properties in amqp-message meta info."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Data as Object","name":"dataAsObject","type":"boolean","default":false,"description":"Whether to send the data as an object"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Send Property","name":"sendOnlyProperty","type":"string","default":"","description":"The only property to send. If empty the whole item will be sent."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.amqp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
|
|
16
16
|
{"displayName":"AMQP Trigger","name":"amqpTrigger","group":["trigger"],"version":1,"description":"Listens to AMQP 1.0 Messages","defaults":{"name":"AMQP Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"amqp","required":true}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"topic://sourcename.something","description":"Name of the queue of topic to listen to"},{"displayName":"Clientname","name":"clientname","type":"string","default":"","placeholder":"e.g. n8n","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Subscription","name":"subscription","type":"string","default":"","placeholder":"e.g. order-worker","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Convert Body To String","name":"jsonConvertByteArrayToString","type":"boolean","default":false,"description":"Whether to convert JSON Body content ([\"body\"][\"content\"]) from Byte Array to string. Needed for Azure Service Bus."},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to parse the body to an object"},{"displayName":"Messages per Cicle","name":"pullMessagesNumber","type":"number","default":100,"description":"Number of messages to pull from the bus for every cicle"},{"displayName":"Only Body","name":"onlyBody","type":"boolean","default":false,"description":"Whether to return only the body property"},{"displayName":"Parallel Processing","name":"parallelProcessing","type":"boolean","default":true,"description":"Whether to process messages in parallel"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Sleep Time","name":"sleepTime","type":"number","default":10,"description":"Milliseconds to sleep after every cicle"}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.amqptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
|
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
{"displayName":"Execute Sub-workflow","name":"executeWorkflow","icon":"fa:sign-in-alt","iconColor":"orange-red","group":["transform"],"version":[1,1.1,1.2],"subtitle":"={{\"Workflow: \" + $parameter[\"workflowId\"]}}","description":"Execute another workflow","defaults":{"name":"Execute Workflow","color":"#ff6d5a"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"call_workflow","options":[{"name":"Execute a Sub-Workflow","value":"call_workflow"}]},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Local File","value":"localFile","description":"Load the workflow from a locally saved file"},{"name":"Parameter","value":"parameter","description":"Load the workflow from a parameter"},{"name":"URL","value":"url","description":"Load the workflow from an URL"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Define Below","value":"parameter","description":"Pass the JSON code of a workflow"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Workflow ID","name":"workflowId","type":"string","displayOptions":{"show":{"source":["database"],"@version":[1]}},"default":"","required":true,"hint":"Can be found in the URL of the workflow","description":"Note on using an expression here: if this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>."},{"displayName":"Workflow","name":"workflowId","type":"workflowSelector","displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.1}}]}},"default":"","required":true},{"displayName":"Workflow Path","name":"workflowPath","type":"string","displayOptions":{"show":{"source":["localFile"]}},"default":"","placeholder":"/data/workflow.json","required":true,"description":"The path to local JSON workflow file to execute"},{"displayName":"Workflow JSON","name":"workflowJson","type":"json","typeOptions":{"rows":10},"displayOptions":{"show":{"source":["parameter"]}},"default":"\n\n\n","required":true,"description":"The workflow JSON code to execute"},{"displayName":"Workflow URL","name":"workflowUrl","type":"string","displayOptions":{"show":{"source":["url"]}},"default":"","placeholder":"https://example.com/workflow.json","required":true,"description":"The URL from which to load the workflow from"},{"displayName":"Any data you pass into this node will be output by the Execute Workflow Trigger. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/\" target=\"_blank\">More info</a>","name":"executeWorkflowNotice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Workflow Inputs","name":"workflowInputs","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["workflowId.value"],"resourceMapper":{"localResourceMapperMethod":"loadSubWorkflowInputs","valuesLabel":"Workflow Inputs","mode":"map","fieldWords":{"singular":"input","plural":"inputs"},"addAllFields":true,"multiKeyMatch":false,"supportAutoMap":false,"showTypeConversionOptions":true}},"displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.2}}]},"hide":{"workflowId":[""]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run once with all items","value":"once","description":"Pass all items into a single execution of the sub-workflow"},{"name":"Run once for each item","value":"each","description":"Call the sub-workflow individually for each item"}],"default":"once"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Wait For Sub-Workflow Completion","name":"waitForSubWorkflow","type":"boolean","default":true,"description":"Whether the main workflow should wait for the sub-workflow to complete its execution before proceeding"}]}],"hints":[{"type":"info","message":"Note on using an expression for workflow ID: Since this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.workflowId.startsWith(\"=\") && $parameter.mode === \"once\" && $nodeVersion >= 1.2 }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"alias":["n8n","call","sub","workflow","sub-workflow","subworkflow"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"}]}}},
|
|
113
113
|
{"displayName":"Execute Workflow Trigger","name":"executeWorkflowTrigger","icon":"fa:sign-out-alt","group":["trigger"],"version":[1,1.1],"description":"Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.","eventTriggerDescription":"","maxNodes":1,"defaults":{"name":"When Executed by Another Workflow","color":"#ff6d5a"},"inputs":[],"outputs":["main"],"hints":[{"message":"This workflow isn't set to accept any input data. Fill out the workflow input schema or change the workflow to accept any data passed to it.","displayCondition":"={{$parameter['inputSource'] === 'workflowInputs' && !$parameter['workflowInputs'].keys().length || $parameter['inputSource'] === 'jsonExample' && $parameter['jsonExample'].toString().replaceAll(' ', '').replaceAll('\\n', '') === '{}' }}","whenToDisplay":"always","location":"ndv"}],"properties":[{"displayName":"Events","name":"events","type":"hidden","noDataExpression":true,"options":[{"name":"Workflow Call","value":"worklfow_call","description":"When executed by another workflow using Execute Workflow Trigger","action":"When executed by Another Workflow"}],"default":"worklfow_call"},{"displayName":"When an ‘execute workflow’ node calls this workflow, the execution starts here. Any data passed into the 'execute workflow' node will be output by this node.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}}},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}},"default":""},{"displayName":"Input data mode","name":"inputSource","type":"options","options":[{"name":"Define using fields below","value":"workflowInputs","description":"Provide input fields via UI"},{"name":"Define using JSON example","value":"jsonExample","description":"Generate a schema from an example JSON object"},{"name":"Accept all data","value":"passthrough","description":"Use all incoming data from the parent workflow"}],"default":"workflowInputs","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Provide an example object to infer fields and their types.<br>To allow any type for a given field, set the value to null.","name":"jsonExample_notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"JSON Example","name":"jsonExample","type":"json","default":"{\n \"aField\": \"a string\",\n \"aNumber\": 123,\n \"thisFieldAcceptsAnyType\": null,\n \"anArray\": []\n}","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"Workflow Input Schema","name":"workflowInputs","placeholder":"Add field","type":"fixedCollection","description":"Define expected input fields. If no inputs are provided, all data from the calling workflow will be passed through.","typeOptions":{"multipleValues":true,"sortable":true,"minRequiredFields":1},"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["workflowInputs"]}},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"A unique name for this workflow input, used to reference it from another workflows","required":true,"noDataExpression":true},{"displayName":"Type","name":"type","type":"options","description":"Expected data type for this input value. Determines how this field's values are stored, validated, and displayed.","options":[{"name":"Allow Any Type","value":"any"},{"name":"String","value":"string"},{"name":"Number","value":"number"},{"name":"Boolean","value":"boolean"},{"name":"Array","value":"array"},{"name":"Object","value":"object"}],"required":true,"default":"string","noDataExpression":true}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"}]}}},
|
|
114
114
|
{"displayName":"Execution Data","name":"executionData","icon":"fa:tasks","group":["input"],"iconColor":"light-green","version":1,"description":"Add execution data for search","defaults":{"name":"Execution Data","color":"#29A568"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>","name":"notice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","default":"save","noDataExpression":true,"options":[{"name":"Save Highlight Data (for Search/review)","value":"save","action":"Save Highlight Data (for search/review)"}]},{"displayName":"Data to Save","name":"dataToSave","placeholder":"Add Saved Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Saved Field","multipleValues":true},"displayOptions":{"show":{"operation":["save"]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Key","name":"key","type":"string","default":"","placeholder":"e.g. myKey"},{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"e.g. myValue"}]}]}],"hints":[{"type":"warning","message":"Some keys are longer than 50 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.key.length > 50) }}","whenToDisplay":"beforeExecution","location":"outputPane"},{"type":"warning","message":"Some values are longer than 512 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.value.length > 512) }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Filter","_Set","Data"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executiondata/"}]}}},
|
|
115
|
-
{"displayName":"Evaluation Metrics","name":"evaluationMetrics","icon":"fa:check-double","group":["input"],"iconColor":"light-green","version":1,"description":"Define the metrics returned for workflow evaluation","defaults":{"name":"Evaluation Metrics","color":"#29A568"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Define the evaluation metrics returned in your report. Only numeric values are supported. <a href='https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.evaluationmetric/' target='_blank'>More Info</a>","name":"notice","type":"notice","default":""},{"displayName":"Metrics to Return","name":"metrics","type":"assignmentCollection","default":{"assignments":[{"name":"","value":"","type":"number"}]},"typeOptions":{"assignment":{"disableType":true,"defaultType":"number"}}}],"codex":{"categories":["Evaluation","Core Nodes"],"alias":["Metric"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.evaluationmetrics/"}]}}},
|
|
116
115
|
{"displayName":"Facebook Graph API","name":"facebookGraphApi","group":["transform"],"version":1,"description":"Interacts with Facebook using the Graph API","defaults":{"name":"Facebook Graph API"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"facebookGraphApi","required":true}],"properties":[{"displayName":"Host URL","name":"hostUrl","type":"options","options":[{"name":"Default","value":"graph.facebook.com"},{"name":"Video Uploads","value":"graph-video.facebook.com"}],"default":"graph.facebook.com","description":"The Host URL of the request. Almost all requests are passed to the graph.facebook.com host URL. The single exception is video uploads, which use graph-video.facebook.com.","required":true},{"displayName":"HTTP Request Method","name":"httpRequestMethod","type":"options","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"},{"name":"DELETE","value":"DELETE"}],"default":"GET","description":"The HTTP Method to be used for the request","required":true},{"displayName":"Graph API Version","name":"graphApiVersion","type":"options","options":[{"name":"Default","value":""},{"name":"v22.0","value":"v22.0"},{"name":"v21.0","value":"v21.0"},{"name":"v20.0","value":"v20.0"},{"name":"v19.0","value":"v19.0"},{"name":"v18.0","value":"v18.0"},{"name":"v17.0","value":"v17.0"},{"name":"v16.0","value":"v16.0"},{"name":"v15.0","value":"v15.0"},{"name":"v14.0","value":"v14.0"},{"name":"v13.0","value":"v13.0"},{"name":"v12.0","value":"v12.0"},{"name":"v11.0","value":"v11.0"},{"name":"v10.0","value":"v10.0"},{"name":"v9.0","value":"v9.0"},{"name":"v8.0","value":"v8.0"},{"name":"v7.0","value":"v7.0"},{"name":"v6.0","value":"v6.0"},{"name":"v5.0","value":"v5.0"},{"name":"v4.0","value":"v4.0"},{"name":"v3.3","value":"v3.3"},{"name":"v3.2","value":"v3.2"},{"name":"v3.1","value":"v3.1"},{"name":"v3.0","value":"v3.0"}],"default":"","description":"The version of the Graph API to be used in the request","required":true},{"displayName":"Node","name":"node","type":"string","default":"","description":"The node on which to operate. A node is an individual object with a unique ID. For example, there are many User node objects, each with a unique ID representing a person on Facebook.","placeholder":"me","required":true},{"displayName":"Edge","name":"edge","type":"string","default":"","description":"Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.","placeholder":"videos"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"httpRequestMethod":["POST","PUT"]}},"default":false,"required":true,"description":"Whether binary data should be sent as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"","placeholder":"file:data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"httpRequestMethod":["POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/httpRequestMethod":["GET"]}},"description":"The list of fields to request in the GET request","default":{},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"}]}]},{"displayName":"Query Parameters","name":"queryParameters","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The query parameters to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Query Parameters JSON","name":"queryParametersJson","type":"json","default":"{}","placeholder":"{\"field_name\": \"field_value\"}","description":"The query parameters to send, defined as a JSON object"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/facebookGraph/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
|
|
117
116
|
{"displayName":"Facebook Trigger","name":"facebookTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"appId\"] +\"/\"+ $parameter[\"object\"]}}","description":"Starts the workflow when Facebook events occur","defaults":{"name":"Facebook Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookGraphAppApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"APP ID","name":"appId","type":"string","required":true,"default":"","description":"Facebook APP ID"},{"displayName":"To watch Whatsapp business account events use the Whatsapp trigger node","name":"whatsappBusinessAccountNotice","type":"notice","default":"","displayOptions":{"show":{"object":["whatsappBusinessAccount"]}}},{"displayName":"Object","name":"object","type":"options","options":[{"name":"Ad Account","value":"adAccount","description":"Get updates about Ad Account"},{"name":"Application","value":"application","description":"Get updates about the app"},{"name":"Certificate Transparency","value":"certificateTransparency","description":"Get updates about Certificate Transparency"},{"name":"Group","value":"group","description":"Get updates about activity in groups and events in groups for Workplace"},{"name":"Instagram","value":"instagram","description":"Get updates about comments on your media"},{"name":"Link","value":"link","description":"Get updates about links for rich previews by an external provider"},{"name":"Page","value":"page","description":"Page updates"},{"name":"Permissions","value":"permissions","description":"Updates regarding granting or revoking permissions"},{"name":"User","value":"user","description":"User profile updates"},{"name":"Whatsapp Business Account","value":"whatsappBusinessAccount","description":"Get updates about Whatsapp business account"},{"name":"Workplace Security","value":"workplaceSecurity","description":"Get updates about Workplace Security"}],"required":true,"default":"user","description":"The object to subscribe to"},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]},"default":[],"description":"The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Include Values","name":"includeValues","type":"boolean","default":true,"description":"Whether change notifications should include the new values"}]}],"codex":{"categories":["Marketing"],"alias":["FB"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/facebookapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
|
|
118
117
|
{"displayName":"Facebook Lead Ads Trigger","name":"facebookLeadAdsTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Facebook Lead Ads events via webhooks","defaults":{"name":"Facebook Lead Ads Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookLeadAdsOAuth2Api","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Facebook API limitations, you can use just one Facebook Lead Ads trigger for each Facebook App","name":"facebookLeadAdsNotice","type":"notice","default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"newLead","options":[{"name":"New Lead","value":"newLead"}]},{"displayName":"Page","name":"page","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The page linked to the form for retrieving new leads","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"pageList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Form","name":"form","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The form to monitor for fetching lead details upon submission","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"formList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the webhook event instead of all fields"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebookleadadstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/facebookleadads/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FacebookLeadAds/facebook.svg"},
|
|
@@ -146,7 +145,7 @@
|
|
|
146
145
|
{"displayName":"GitLab Trigger","name":"gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repository"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repository"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gitlab/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
147
146
|
{"displayName":"Gong","name":"gong","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Gong API","defaults":{"name":"Gong"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gongApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gongOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Call","value":"call"},{"name":"User","value":"user"}],"default":"call"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific call","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get call"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of calls","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get many calls"}],"default":"getAll"},{"displayName":"Call to Get","name":"call","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCalls","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong Call ID"}}]},{"displayName":"By URL","name":"url","extractValue":{"type":"regex","regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})"},"placeholder":"e.g. https://subdomain.app.gong.io/call?id=7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})","errorMessage":"Not a valid Gong URL"}}]}],"required":true,"routing":{"send":{"type":"body","property":"filter.callIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"calls"}}]}},"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Action Items","value":"pointsOfInterest","description":"Call points of interest"},{"name":"Audio and Video URLs","value":"media","description":"Audio and video URL of the call. The URLs will be available for 8 hours."},{"name":"Brief","value":"brief","description":"Spotlight call brief","routing":{"send":{"type":"body","property":"contentSelector.exposedFields.content.brief","propertyInDotNotation":true,"value":"={{ $value }}"}}},{"name":"Comments","value":"publicComments","description":"Public comments made for this call"},{"name":"Highlights","value":"highlights","description":"Call highlights"},{"name":"Keypoints","value":"keyPoints","description":"Key points of the call"},{"name":"Outcome","value":"callOutcome","description":"Outcome of the call"},{"name":"Outline","value":"outline","description":"Call outline"},{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Structure","value":"structure","description":"Call agenda"},{"name":"Topics","value":"topics","description":"Duration of call topics"},{"name":"Trackers","value":"trackers","description":"Smart tracker and keyword tracker information for the call"},{"name":"Transcript","value":"transcript","description":"Information about the participants"}],"routing":{"send":{"preSend":[null]},"output":{"postReceive":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["call"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[null,{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"fromDateTime","default":"","description":"Returns calls that started on or after the specified date and time. If not provided, list starts with earliest call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.fromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Before","name":"toDateTime","default":"","description":"Returns calls that started up to but excluding specified date and time. If not provided, list ends with most recent call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.toDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Workspace ID","name":"workspaceId","default":"","description":"Return only the calls belonging to this workspace","placeholder":"e.g. 623457276584334","routing":{"send":{"type":"body","property":"filter.workspaceId","propertyInDotNotation":true,"value":"={{ $value }}"}},"type":"string","validateType":"number"},{"displayName":"Call IDs","name":"callIds","default":"","description":"List of calls IDs to be filtered","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"},{"displayName":"Organizer","name":"primaryUserIds","default":{"mode":"list","value":""},"description":"Return only the calls hosted by the specified user","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.primaryUserIds","propertyInDotNotation":true,"value":"={{ [$value] }}"}},"type":"resourceLocator"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Topics","value":"topics","description":"Information about the topics of the call"}],"routing":{"send":{"preSend":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific user","action":"Get user","routing":{"request":{"method":"POST","url":"/v2/users/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","action":"Get many users","routing":{"request":{"method":"POST","url":"/v2/users/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}],"default":"get"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.userIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}}]}},"type":"resourceLocator"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean","validateType":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}},{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Created After","name":"createdFromDateTime","default":"","description":"An optional user creation time lower limit, if supplied the API will return only the users created at or after this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdFromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Created Before","name":"createdToDateTime","default":"","description":"An optional user creation time upper limit, if supplied the API will return only the users created before this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdToDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"User IDs","name":"userIds","default":"","description":"Set of Gong's unique numeric identifiers for the users (up to 20 digits)","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Developer Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gong/gong.svg"},
|
|
148
147
|
{"displayName":"Google Ads","name":"googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v17/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v17/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
|
|
149
|
-
{"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-05-11T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-05-11T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
148
|
+
{"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-05-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2025-05-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2025-05-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
150
149
|
{"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
151
150
|
{"displayName":"Google BigQuery","name":"googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results Per Page","name":"maxResults","type":"number","default":1000,"description":"Maximum number of results to return per page of results. This is particularly useful when dealing with large datasets. It will not affect the total number of results returned, e.g. rows in a table. You can use LIMIT in your SQL query to limit the number of rows returned."},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"hint":"How long to wait for the query to complete, in milliseconds","description":"Specifies the maximum amount of time, in milliseconds, that the client is willing to wait for the query to complete. Be aware that the call is not guaranteed to wait for the specified timeout; it typically returns after around 200 seconds (200,000 milliseconds), even if the query is not complete."},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."},{"displayName":"Return Integers as Numbers","name":"returnAsNumbers","type":"boolean","default":false,"description":"Whether all integer values will be returned as numbers. If set to false, all integer values will be returned as strings."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
152
151
|
{"displayName":"Google BigQuery","name":"googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to ignore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
@@ -257,9 +256,9 @@
|
|
|
257
256
|
{"displayName":"Mautic","name":"mautic","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mautic API","defaults":{"name":"Mautic"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign Contact","value":"campaignContact","description":"Add/remove contacts to/from a campaign"},{"name":"Company","value":"company","description":"Create or modify a company"},{"name":"Company Contact","value":"companyContact","description":"Add/remove contacts to/from a company"},{"name":"Contact","value":"contact","description":"Create & modify contacts"},{"name":"Contact Segment","value":"contactSegment","description":"Add/remove contacts to/from a segment"},{"name":"Segment Email","value":"segmentEmail","description":"Send an email"}],"default":"contact"},{"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":"Delete","value":"delete","description":"Delete a company","action":"Delete 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"}],"default":"create"},{"displayName":"Company Name","name":"name","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":"","description":"The name of the company to create"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"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":["company"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"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":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"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/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["company"]}},"default":"","description":"The ID of the company to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"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":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Company Name","name":"name","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"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/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise, empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["company"]}},"default":"","description":"The ID of the company to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":30},"default":30,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"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":["company"],"operation":["getAll"]}},"options":[{"displayName":"Order Direction","name":"orderByDir","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"","description":"Sort direction: asc or desc"},{"displayName":"Order By Name or ID","name":"orderBy","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search","name":"search","type":"string","default":"","description":"String or search command to filter entities by"}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["company"]}},"default":"","description":"The ID of the company to delete"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["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":"Edit Contact Points","value":"editContactPoint","description":"Edit contact's points","action":"Edit a contact's points"},{"name":"Edit Do Not Contact List","value":"editDoNotContactList","description":"Add/remove contacts from/to the do not contact list","action":"Add/remove contacts from/to the do not contact list"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get many contacts"},{"name":"Send Email","value":"sendEmail","description":"Send email to contact","action":"Send email to a contact"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"operation":["create"],"resource":["contact"],"jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"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":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"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/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","default":"","description":"Date/time in UTC;"},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"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":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"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/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"Fax","name":"fax","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Date/time in UTC;"},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"LastName"},{"displayName":"Mobile","name":"mobile","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Channel","name":"channel","type":"options","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"name":"Email","value":"email"},{"name":"SMS","value":"sms"}],"default":"email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"displayName":"Reason To Do Not Contact","name":"reason","type":"options","options":[{"name":"Unsubscribed","value":"1"},{"name":"Bounced","value":"2"},{"name":"Manual","value":"3"}],"default":"3"},{"displayName":"Comments","name":"comments","type":"string","default":"","description":"A text describing details of Do Not Contact entry"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Points","name":"points","type":"number","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":0},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"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":30},"default":30,"description":"Max number of results to return"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["contact"]},"hide":{"operation":["sendEmail","editDoNotContactList","editContactPoint"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Search","name":"search","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"String or search command to filter entities by"},{"displayName":"Order By","name":"orderBy","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"Column to sort by. Can use any column listed in the response."},{"displayName":"Order By Dir","name":"orderByDir","type":"options","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"description":"Sort direction: ASC or DESC"},{"displayName":"Published Only","name":"publishedOnly","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return currently published entities"},{"displayName":"Minimal","name":"minimal","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return array of entities without additional lists in it"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":true,"description":"By default only the data of the fields get returned. If this options gets set the RAW response with all data gets returned."}]},{"displayName":"Campaign Email Name or ID","name":"campaignEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"typeOptions":{"loadOptionsMethod":"getCampaignEmails"},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactSegment"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a segment","action":"Add a contact to a segment"},{"name":"Remove","value":"remove","description":"Remove contact from a segment","action":"Remove a contact from a segment"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"default":""},{"displayName":"Segment Name or ID","name":"segmentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getSegments"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaignContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a campaign","action":"Add a campaign contact"},{"name":"Remove","value":"remove","description":"Remove contact from a campaign","action":"Remove a campaign contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"default":""},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["companyContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a company","action":"Add a company contact"},{"name":"Remove","value":"remove","description":"Remove a contact from a company","action":"Remove a company contact"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the contact"},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segmentEmail"]}},"options":[{"name":"Send","value":"send","action":"Send an email to a segment"}],"default":"send"},{"displayName":"Segment Email Name or ID","name":"segmentEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["segmentEmail"],"operation":["send"]}},"typeOptions":{"loadOptionsMethod":"getSegmentEmails"},"default":""}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mautic/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mautic/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
258
257
|
{"displayName":"Mautic Trigger","name":"mauticTrigger","group":["trigger"],"version":1,"description":"Handle Mautic events via webhooks","defaults":{"name":"Mautic Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getEvents"},"default":[]},{"displayName":"Events Order","name":"eventsOrder","type":"options","default":"ASC","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"description":"Order direction for queued events in one webhook. Can be “DESC” or “ASC”."}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mautic/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
259
258
|
{"displayName":"Medium","name":"medium","group":["output"],"version":1,"description":"Consume Medium API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Medium"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mediumApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mediumOAuth2Api","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":"Post","value":"post"},{"name":"Publication","value":"publication"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"}],"default":"create"},{"displayName":"Publication","name":"publication","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":false,"description":"Whether you are posting for a publication"},{"displayName":"Publication Name or ID","name":"publicationId","type":"options","displayOptions":{"show":{"resource":["post"],"operation":["create"],"publication":[true]}},"typeOptions":{"loadOptionsMethod":"getPublications"},"default":"","description":"Publication IDs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My Open Source Contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"Title of the post. Max Length : 100 characters."},{"displayName":"Content Format","name":"contentFormat","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"type":"options","options":[{"name":"HTML","value":"html"},{"name":"Markdown","value":"markdown"}],"description":"The format of the content to be posted"},{"displayName":"Content","name":"content","type":"string","default":"","placeholder":"My open source contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"The body of the post, in a valid semantic HTML fragment, or Markdown"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Canonical Url","name":"canonicalUrl","type":"string","default":"","description":"The original home of this content, if it was originally published elsewhere"},{"displayName":"License","name":"license","type":"options","default":"all-rights-reserved","options":[{"name":"all-rights-reserved","value":"all-rights-reserved"},{"name":"cc-40-by","value":"cc-40-by"},{"name":"cc-40-by-nc","value":"cc-40-by-nc"},{"name":"cc-40-by-nc-nd","value":"cc-40-by-nc-nd"},{"name":"cc-40-by-nc-sa","value":"cc-40-by-nc-sa"},{"name":"cc-40-by-nd","value":"cc-40-by-nd"},{"name":"cc-40-by-sa","value":"cc-40-by-sa"},{"name":"cc-40-zero","value":"cc-40-zero"},{"name":"public-domain","value":"public-domain"}],"description":"License of the post"},{"displayName":"Notify Followers","name":"notifyFollowers","type":"boolean","default":false,"description":"Whether to notify followers that the user has published"},{"displayName":"Publish Status","name":"publishStatus","default":"public","type":"options","options":[{"name":"Public","value":"public"},{"name":"Draft","value":"draft"},{"name":"Unlisted","value":"unlisted"}],"description":"The status of the post"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"open-source,mlh,fellowship","description":"Comma-separated strings to be used as tags for post classification. Max allowed tags: 5. Max tag length: 25 characters."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publication"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many publications","action":"Get many publications"}],"default":"publication"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"]}},"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":["publication"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/medium/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Medium/medium.png"},
|
|
260
|
-
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.1,"version":[3,3.1],"defaults":{"name":"Merge"},"inputs":"={{((parameters) => {\n return Array.from({ length: parameters.numberInputs || 2 }, (_, i) => ({\n type: \"main\",\n displayName: `Input ${(i + 1).toString()}`\n }));\n})($parameter)}}","outputs":["main"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Output items of each input, one after the other"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"SQL Query","value":"combineBySql","description":"Write a query to do the merge"},{"name":"Choose Branch","value":"chooseBranch","description":"Output data from a specific branch, without modifying it"}],"default":"append","description":"How input data should be merged"},{"displayName":"Combine By","name":"combineBy","type":"options","noDataExpression":true,"options":[{"name":"Matching Fields","value":"combineByFields","description":"Combine items with the same field values"},{"name":"Position","value":"combineByPosition","description":"Combine items based on their order"},{"name":"All Possible Combinations","value":"combineAll","description":"Every pairing of every two items (cross join)"}],"default":"combineByFields","description":"How input data should be merged","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["append"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineAll"]}}},{"displayName":"Fields To Match Have Different Names","name":"advanced","type":"boolean","default":false,"description":"Whether name(s) of field to match are different in input 1 and input 2","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"fieldsToMatchString","type":"string","placeholder":"e.g. id, name","default":"","requiresDataPath":"multiple","description":"Specify the fields to use for matching input items","hint":"Drag or type the input field name","displayOptions":{"show":{"advanced":[false],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"description":"Specify the fields to use for matching input items","displayOptions":{"show":{"advanced":[true],"mode":["combine"],"combineBy":["combineByFields"]}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"}]}]},{"displayName":"Output Type","name":"joinMode","type":"options","description":"How to select the items to send to output","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepNonMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Query","name":"query","type":"string","default":"SELECT * FROM input1 LEFT JOIN input2 ON input1.name = input2.id","noDataExpression":true,"description":"Input data available as tables with corresponding number, e.g. input1, input2","hint":"Supports <a href=\"https://github.com/alasql/alasql/wiki/Supported-SQL-statements\" target=\"_blank\">most</a> of the SQL-99 language","required":true,"typeOptions":{"rows":5,"editor":"sqlEditor"},"displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"addSuffix"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"Whether unpaired items should be included in the result when there are differing numbers of items among the inputs"}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for All Inputs to Arrive","value":"waitForAll"}],"default":"waitForAll","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Data of Specified Input","value":"specifiedInput"},{"name":"A Single, Empty Item","value":"empty"}],"default":"specifiedInput","displayOptions":{"show":{"chooseBranchMode":["waitForAll"],"mode":["chooseBranch"]}}},{"displayName":"Use Data of Input","name":"useDataOfInput","type":"options","default":1,"displayOptions":{"show":{"output":["specifiedInput"],"mode":["chooseBranch"]}},"typeOptions":{"minValue":1,"loadOptionsMethod":"getInputs","loadOptionsDependsOn":["numberInputs"]},"description":"The number of the input to use data of","validateType":"number"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
|
|
261
|
-
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.1,"version":[2,2.1],"defaults":{"name":"Merge"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
|
|
262
|
-
{"displayName":"Merge","name":"merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.
|
|
259
|
+
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":[3,3.1,3.2],"defaults":{"name":"Merge"},"inputs":"={{((parameters) => {\n return Array.from({ length: parameters.numberInputs || 2 }, (_, i) => ({\n type: \"main\",\n displayName: `Input ${(i + 1).toString()}`\n }));\n})($parameter)}}","outputs":["main"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Output items of each input, one after the other"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"SQL Query","value":"combineBySql","description":"Write a query to do the merge"},{"name":"Choose Branch","value":"chooseBranch","description":"Output data from a specific branch, without modifying it"}],"default":"append","description":"How input data should be merged"},{"displayName":"Combine By","name":"combineBy","type":"options","noDataExpression":true,"options":[{"name":"Matching Fields","value":"combineByFields","description":"Combine items with the same field values"},{"name":"Position","value":"combineByPosition","description":"Combine items based on their order"},{"name":"All Possible Combinations","value":"combineAll","description":"Every pairing of every two items (cross join)"}],"default":"combineByFields","description":"How input data should be merged","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["append"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineAll"]}}},{"displayName":"Fields To Match Have Different Names","name":"advanced","type":"boolean","default":false,"description":"Whether name(s) of field to match are different in input 1 and input 2","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"fieldsToMatchString","type":"string","placeholder":"e.g. id, name","default":"","requiresDataPath":"multiple","description":"Specify the fields to use for matching input items","hint":"Drag or type the input field name","displayOptions":{"show":{"advanced":[false],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"description":"Specify the fields to use for matching input items","displayOptions":{"show":{"advanced":[true],"mode":["combine"],"combineBy":["combineByFields"]}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"}]}]},{"displayName":"Output Type","name":"joinMode","type":"options","description":"How to select the items to send to output","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepNonMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Query","name":"query","type":"string","default":"SELECT * FROM input1 LEFT JOIN input2 ON input1.name = input2.id","noDataExpression":true,"description":"Input data available as tables with corresponding number, e.g. input1, input2","hint":"Supports <a href=\"https://github.com/alasql/alasql/wiki/Supported-SQL-statements\" target=\"_blank\">most</a> of the SQL-99 language","required":true,"typeOptions":{"rows":5,"editor":"sqlEditor"},"displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Empty Query Result","name":"emptyQueryResult","type":"options","description":"What to return if the query executed successfully but returned no results","options":[{"name":"Success","value":"success"},{"name":"Empty Result","value":"empty"}],"default":"empty"}],"displayOptions":{"show":{"@version":[3.2],"mode":["combineBySql"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"addSuffix"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"Whether unpaired items should be included in the result when there are differing numbers of items among the inputs"}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for All Inputs to Arrive","value":"waitForAll"}],"default":"waitForAll","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Data of Specified Input","value":"specifiedInput"},{"name":"A Single, Empty Item","value":"empty"}],"default":"specifiedInput","displayOptions":{"show":{"chooseBranchMode":["waitForAll"],"mode":["chooseBranch"]}}},{"displayName":"Use Data of Input","name":"useDataOfInput","type":"options","default":1,"displayOptions":{"show":{"output":["specifiedInput"],"mode":["chooseBranch"]}},"typeOptions":{"minValue":1,"loadOptionsMethod":"getInputs","loadOptionsDependsOn":["numberInputs"]},"description":"The number of the input to use data of","validateType":"number"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
|
|
260
|
+
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":[2,2.1],"defaults":{"name":"Merge"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
|
|
261
|
+
{"displayName":"Merge","name":"merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
|
|
263
262
|
{"displayName":"MessageBird","name":"messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/messageBird/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
|
|
264
263
|
{"displayName":"Metabase","name":"metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/metabase/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
|
|
265
264
|
{"displayName":"Azure Cosmos DB","name":"azureCosmosDb","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Azure Cosmos DB API","defaults":{"name":"Azure Cosmos DB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftAzureCosmosDbSharedKeyApi","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.account }}.documents.azure.com/dbs/{{ $credentials.database }}","json":true,"ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Container","value":"container"},{"name":"Item","value":"item"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"method":"POST","url":"/colls"},"output":{"postReceive":[null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve a container","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"method":"GET","url":"/colls"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"DocumentCollections"}},null]}},"action":"Get many containers"}],"default":"getAll"},{"displayName":"ID","name":"containerCreate","default":"","description":"Unique identifier for the new container","placeholder":"e.g. Container1","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Partition Key","name":"partitionKey","default":"{\n\t\"paths\": [\n\t\t\"/id\"\n\t],\n\t\"kind\": \"Hash\",\n\t\"version\": 2\n}","description":"The partition key is used to automatically distribute data across partitions for scalability. Choose a property in your JSON document that has a wide range of values and evenly distributes request volume.","required":true,"routing":{"send":{"preSend":[null]}},"type":"json","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Indexing Policy","name":"indexingPolicy","default":"{\n\t\"indexingMode\": \"consistent\",\n\t\"automatic\": true,\n\t\"includedPaths\": [\n\t\t{\n\t\t\t\"path\": \"/*\"\n\t\t}\n\t],\n\t\"excludedPaths\": []\n}","description":"This value is used to configure indexing policy","routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Max RU/s (for Autoscale)","name":"maxThroughput","default":1000,"description":"The user specified autoscale max RU/s","displayOptions":{"hide":{"/additionalFields.offerThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-cosmos-offer-autopilot-setting":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":1000}},{"displayName":"Manual Throughput RU/s","name":"offerThroughput","default":400,"description":"The user specified manual throughput (RU/s) for the collection expressed in units of 100 request units per second","displayOptions":{"hide":{"/additionalFields.maxThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-offer-throughput":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":400}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to retrieve","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["container"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null]}},"action":"Create item"},{"name":"Delete","value":"delete","description":"Delete an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete item"},{"name":"Get","value":"get","description":"Retrieve an item","routing":{"send":{"preSend":[null]},"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"]}}/docs/{{$parameter[\"item\"]}}","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null,null]}},"action":"Get item"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of items","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}/docs"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Get many items"},{"name":"Execute Query","value":"query","routing":{"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"Content-Type":"application/query+json","x-ms-documentdb-isquery":"True","x-ms-documentdb-query-enablecrosspartition":"True"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Query items"},{"name":"Update","value":"update","description":"Update an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}","headers":{"Content-Type":"application/json-patch+json"}},"output":{"postReceive":[null]}},"action":"Update item"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Item Contents","name":"customProperties","default":"{\n\t\"id\": \"replace_with_new_document_id\"\n}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["create"]}},"hint":"The item requires an ID and partition key value if a custom key is set","required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be deleted"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item you want to retrieve"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"type":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Query","name":"query","default":"","description":"The SQL query to execute. Use $1, $2, $3, etc., to reference the 'Query Parameters' set in the options below.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below.","noDataExpression":true,"placeholder":"e.g. SELECT id, name FROM c WHERE c.name = $1","required":true,"routing":{"send":{"type":"body","property":"query","value":"={{ $value.replace(/\\$(\\d+)/g, '@Param$1') }}"}},"type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL"},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Query Options","name":"queryOptions","values":[{"displayName":"Query Parameters","name":"queryParameters","default":"","description":"Comma-separated list of values used as query parameters. Use $1, $2, $3, etc., in your query.","hint":"Reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","routing":{"send":{"preSend":[null]}},"type":"string"}]}],"placeholder":"Add options","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be updated"},{"displayName":"Item Contents","name":"customProperties","default":"{}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","type":"string","hint":"Only required if a custom partition key is set for the container","default":""}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurecosmosdb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/azurecosmosdb/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg"}},
|
|
@@ -270,10 +269,10 @@
|
|
|
270
269
|
{"displayName":"Microsoft Graph Security","name":"microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
|
|
271
270
|
{"displayName":"Microsoft OneDrive","name":"microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
|
|
272
271
|
{"displayName":"Microsoft OneDrive Trigger","name":"microsoftOneDriveTrigger","group":["trigger"],"version":1,"description":"Trigger for Microsoft OneDrive API.","subtitle":"={{($parameter[\"event\"])}}","defaults":{"name":"Microsoft OneDrive Trigger"},"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a new file is created"},{"name":"File Updated","value":"fileUpdated","description":"When an existing file is modified"},{"name":"Folder Created","value":"folderCreated","description":"When a new folder is created"},{"name":"Folder Updated","value":"folderUpdated","description":"When an existing folder is modified"}]},{"displayName":"Simplify","name":"simple","description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","default":true},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created file in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["fileCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which file to watch","type":"options","default":"anyFile","displayOptions":{"show":{"event":["fileUpdated"]}},"options":[{"name":"Any File","value":"anyFile","description":"Watch for updated files in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated files inside a selected folder"},{"name":"A Selected File","value":"selectedFile","description":"Watch a specific file for updates"}]},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created folder in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["folderCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which folder to watch","type":"options","default":"anyFolder","displayOptions":{"show":{"event":["folderUpdated"]}},"options":[{"name":"Any Folder","value":"anyFolder","description":"Watch for updated folders in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated folders inside a selected folder"},{"name":"A Selected Folder","value":"oneSelectedFolder","description":"Watch a specific folder for updates"}]},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/edit.aspx?resid=170B5C65E30736A3!257&cid=170b5c65e30736a3&CT=1708697995542&OR=ItemsView","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)","errorMessage":"Not a valid Microsoft Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3!257","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive File ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The file to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"event":["fileUpdated"],"watch":["selectedFile"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watch":["selectedFolder","oneSelectedFolder"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watchFolder":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watch":["selectedFolder"]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watchFolder":[true]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
|
|
273
|
-
{"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2025-05-19T12:29:32.669+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-05-19T12:59:32.669+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\":\"Name\",\n \"placeholder\":\"enter you name\",\n \"requiredField\":true\n },\n {\n \"fieldLabel\":\"Age\",\n \"fieldType\":\"number\",\n \"placeholder\":\"enter your age\"\n },\n {\n \"fieldLabel\":\"Email\",\n \"fieldType\":\"email\",\n \"requiredField\":true\n }\n]","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField"]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code><script></code>, <code><style></code> or <code><input></code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
272
|
+
{"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2025-05-26T12:42:58.062+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-05-26T13:12:58.062+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\":\"Name\",\n \"placeholder\":\"enter you name\",\n \"requiredField\":true\n },\n {\n \"fieldLabel\":\"Age\",\n \"fieldType\":\"number\",\n \"placeholder\":\"enter your age\"\n },\n {\n \"fieldLabel\":\"Email\",\n \"fieldType\":\"email\",\n \"requiredField\":true\n }\n]","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown List","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Text","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField"]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code><script></code>, <code><style></code> or <code><input></code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
274
273
|
{"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
275
274
|
{"displayName":"Microsoft Outlook Trigger","name":"microsoftOutlookTrigger","group":["trigger"],"version":1,"description":"Fetches emails from Microsoft Outlook and starts the workflow on specified polling intervals.","subtitle":"={{\"Microsoft Outlook Trigger\"}}","defaults":{"name":"Microsoft Outlook Trigger"},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}]}],"codex":{"categories":["Communication"],"alias":["email"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
|
|
276
|
-
{"displayName":"Microsoft SharePoint","name":"microsoftSharePoint","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Microsoft SharePoint API","defaults":{"name":"Microsoft SharePoint"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftSharePointOAuth2Api","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/","ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Item","value":"item"},{"name":"List","value":"list"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}/content","json":false,"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Download file"},{"name":"Update","value":"update","description":"Update a file","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}"},"output":{"postReceive":[null]}},"action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file","routing":{"request":{"method":"PUT","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"folder\"] }}:/{{ $parameter[\"fileName\"] }}:/content"},"output":{"postReceive":[null]}},"action":"Upload file"}],"default":"download"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to download the file from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to download","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to update the file in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to update","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Name","name":"fileName","default":"","description":"If not specified, the original file name will be used","placeholder":"e.g. My New File","routing":{"send":{"property":"name","type":"body","value":"={{ $value }}"}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","default":false,"description":"Whether to update the file contents","placeholder":"e.g. My New File","required":true,"type":"boolean","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}},"hint":"The name of the input field containing the binary file data to update the file","placeholder":"data","required":true,"routing":{"output":{"postReceive":[null]}},"type":"string"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to upload the file to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","default":"","description":"The name of the file being uploaded","placeholder":"e.g. My New File","required":true,"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to upload the file in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to update the file","placeholder":"data","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create an item in an existing list","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create item in a list"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create or update item (upsert)"},{"name":"Delete","value":"delete","description":"Delete an item from a list","routing":{"request":{"method":"DELETE","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete an item"},{"name":"Get","value":"get","description":"Retrieve an item from a list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get specific items in a list or list many items","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many items"},{"name":"Update","value":"update","description":"Update an item in an existing list","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Update item in a list"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to delete an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to delete","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve an item from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to get","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to search for items in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Filter by Formula","name":"filter","default":"","description":"The formula will be evaluated for each record. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>.","hint":"If empty, all the items will be returned","placeholder":"e.g. fields/Title eq 'item1'","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields you want to include in the output","displayOptions":{"hide":{"/simplify":[true]}},"options":[{"name":"Content Type","value":"contentType"},{"name":"Created At","value":"createdDateTime"},{"name":"Created By","value":"createdBy"},{"name":"Fields","value":"fields"},{"name":"ID","value":"id"},{"name":"Last Modified At","value":"lastModifiedDateTime"},{"name":"Last Modified By","value":"lastModifiedBy"},{"name":"Parent Reference","value":"parentReference"},{"name":"Web URL","value":"webUrl"}],"routing":{"send":{"preSend":[null]}},"type":"multiOptions"}],"placeholder":"Add option","type":"collection","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create or update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Retrieve details of a single list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get list"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many lists"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["list"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg"}},
|
|
275
|
+
{"displayName":"Microsoft SharePoint","name":"microsoftSharePoint","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Microsoft SharePoint API","defaults":{"name":"Microsoft SharePoint"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftSharePointOAuth2Api","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/","ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Item","value":"item"},{"name":"List","value":"list"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}/content","json":false,"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Download file"},{"name":"Update","value":"update","description":"Update a file","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}"},"output":{"postReceive":[null]}},"action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file","routing":{"request":{"method":"PUT","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"folder\"] }}:/{{ $parameter[\"fileName\"] }}:/content"},"output":{"postReceive":[null]}},"action":"Upload file"}],"default":"download"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to download the file from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to download","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to update the file in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to update","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Name","name":"fileName","default":"","description":"If not specified, the original file name will be used","placeholder":"e.g. My New File","routing":{"send":{"property":"name","type":"body","value":"={{ $value }}"}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","default":false,"description":"Whether to update the file contents","placeholder":"e.g. My New File","required":true,"type":"boolean","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to update the file with in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}},"hint":"The name of the input field containing the binary file data to update the file with","placeholder":"data","required":true,"routing":{"output":{"postReceive":[null]}},"type":"string"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to upload the file to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","default":"","description":"The name of the file being uploaded","placeholder":"e.g. My New File","required":true,"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to upload in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to upload","placeholder":"data","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create an item in an existing list","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create item in a list"},{"name":"Create or Update","value":"upsert","description":"Create a new item, or update the current one if it already exists (upsert)","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create or update item (upsert)"},{"name":"Delete","value":"delete","description":"Delete an item from a list","routing":{"request":{"method":"DELETE","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete an item"},{"name":"Get","value":"get","description":"Retrieve an item from a list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get specific items in a list or list many items","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many items"},{"name":"Update","value":"update","description":"Update an item in an existing list","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Update item in a list"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to delete an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to delete","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve an item from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to get","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to search for items in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Filter by Formula","name":"filter","default":"","description":"The formula will be evaluated for each record. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>.","hint":"If empty, all the items will be returned","placeholder":"e.g. fields/Title eq 'item1'","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields you want to include in the output","displayOptions":{"hide":{"/simplify":[true]}},"options":[{"name":"Content Type","value":"contentType"},{"name":"Created At","value":"createdDateTime"},{"name":"Created By","value":"createdBy"},{"name":"Fields","value":"fields"},{"name":"ID","value":"id"},{"name":"Last Modified At","value":"lastModifiedDateTime"},{"name":"Last Modified By","value":"lastModifiedBy"},{"name":"Parent Reference","value":"parentReference"},{"name":"Web URL","value":"webUrl"}],"routing":{"send":{"preSend":[null]}},"type":"multiOptions"}],"placeholder":"Add option","type":"collection","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create or update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Retrieve details of a single list","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get list"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of lists","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many lists"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["list"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg"}},
|
|
277
276
|
{"displayName":"Microsoft SQL","name":"microsoftSql","group":["input"],"version":[1,1.1],"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoftSql/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
|
|
278
277
|
{"displayName":"Azure Storage","name":"azureStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Azure Storage API","defaults":{"name":"Azure Storage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"azureStorageOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"azureStorageSharedKeyApi","required":true,"displayOptions":{"show":{"authentication":["sharedKey"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"Shared Key","value":"sharedKey"}],"default":"sharedKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Blob","value":"blob"},{"name":"Container","value":"container"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["blob"]}},"options":[{"name":"Create","value":"create","description":"Create a new blob or replace an existing one","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blobCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create blob"},{"name":"Delete","value":"delete","description":"Delete a blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete blob"},{"name":"Get","value":"get","description":"Retrieve data for a specific blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"},"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Get blob"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of blobs","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container","comp":"list"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many blobs"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to create or replace a blob in","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob Name","name":"blobCreate","default":"","description":"The name of the new or existing blob","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"placeholder":"e.g. myblob","required":true,"type":"string","validateType":"string"},{"displayName":"From","name":"from","default":"binary","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"name":"Binary","value":"binary"},{"name":"URL","value":"url"}],"required":true,"type":"options"},{"displayName":"Binary Contents","name":"binaryPropertyName","default":"data","description":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["binary"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"string"},{"displayName":"URL","name":"url","default":"","description":"URL where to read of the blob contents from","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["url"]}},"required":true,"routing":{"send":{"preSend":[null]}},"placeholder":"e.g. https://example.com/image.jpg","type":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"displayName":"Access Tier","name":"accessTier","description":"The tier to be set on the blob. For detailed information about block blob tiering, see <a href=\"https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview\">Hot, cool, and archive storage tiers</a>.","default":"Hot","options":[{"name":"Archive","value":"Archive"},{"name":"Cold","value":"Cold"},{"name":"Cool","value":"Cool"},{"name":"Hot","value":"Hot"}],"routing":{"request":{"headers":{"x-ms-access-tier":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Blob Type","name":"blobType","description":"Specifies the type of blob to create: block, page, or append blob","default":"BlockBlob","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-blob-type":"={{ $value || undefined }}"}}},"type":"options","options":[{"name":"Block Blob","value":"BlockBlob"},{"name":"Page Blob","value":"PageBlob"},{"name":"Append Blob","value":"AppendBlob"}],"validateType":"string"},{"displayName":"Cache Control","name":"cacheControl","description":"Sets the blob's cache control value","default":"","routing":{"request":{"headers":{"x-ms-blob-cache-control":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content CRC64","name":"contentCrc64","description":"CRC64 hash of the blob content to verify its integrity during transport","default":"","routing":{"request":{"headers":{"x-ms-content-crc64":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Encoding","name":"contentEncoding","description":"Sets the blob's content encoding","default":"","routing":{"request":{"headers":{"x-ms-blob-content-encoding":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Language","name":"contentLanguage","description":"Sets the blob's content language","default":"","routing":{"request":{"headers":{"x-ms-blob-content-language":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content MD5","name":"contentMd5","description":"Sets the blob's MD5 hash for integrity verification","default":"","routing":{"request":{"headers":{"x-ms-blob-content-md5":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Type","name":"contentType","description":"Sets the blob's content type","default":"","routing":{"request":{"headers":{"x-ms-blob-content-type":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Context","name":"encryptionContext","description":"If the value is set it will set blob system metadata. Max length-1024. Valid only when Hierarchical Namespace is enabled for the account.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-encryption-context":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Scope","name":"encryptionScope","description":"Indicates the encryption scope for encrypting the request contents","default":"","routing":{"request":{"headers":{"x-ms-encryption-scope":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Expiry Option","name":"expiryOption","description":"Specifies the expiration date option for the request. This header is valid for accounts with hierarchical namespace enabled.","default":"Absolute","options":[{"name":"Expire","value":"Absolute","description":"Expiry Time must be specified"},{"name":"Never Expire","value":"NeverExpire","description":"Sets the blob to never expire or removes the current expiration date"}],"routing":{"request":{"headers":{"x-ms-expiry-option":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Expiry Time","name":"expiryTime","description":"Specifies the time when the blob is set to expire as an absolute time","default":"","displayOptions":{"hide":{"/options.expiryOption":["NeverExpire"]}},"routing":{"request":{"headers":{"x-ms-expiry-time":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Filename","name":"filename","default":"","routing":{"request":{"headers":{"x-ms-blob-content-disposition":"={{ $value ? 'attachment; filename=\"' + $value + '\"' : undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Immutability Policy Date","name":"immutabilityPolicyUntilDate","description":"Specifies the retention-until date to be set on the blob. This is the date until which the blob can be protected from being modified or deleted.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-immutability-policy-until-date":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Immutability Policy Mode","name":"immutabilityPolicyMode","description":"Specifies the immutability policy mode to be set on the blob","default":"unlocked","displayOptions":{"show":{"/from":["binary"]}},"options":[{"name":"Locked","value":"locked","description":"Users are prohibited from modifying the policy"},{"name":"Unlocked","value":"unlocked","description":"Users can change the policy by increasing or decreasing the retention-until date"}],"routing":{"request":{"headers":{"x-ms-immutability-policy-mode":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Legal Hold","name":"legalHold","description":"Whether to set a legal hold on the blob","default":false,"displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-legal-hold":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the blob as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response. For more information, see <a href=\"https://learn.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services\">CORS support for the Azure Storage services</a>.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Tags","name":"tags","description":"Sets the given tags on the blob","default":[],"options":[{"name":"tagValues","displayName":"Tag","values":[{"displayName":"Tag Name","name":"tagName","default":"","type":"string"},{"displayName":"Tag Value","name":"tagValue","default":"","type":"string"}]}],"placeholder":"Add tag","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to delete a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to be deleted","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to get","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"If this header is specified, the operation is performed only if both of the following conditions are met: <ul><li>The blob's lease is currently active.</li><li>The lease ID that's specified in the request matches the lease ID of the blob.</li></ul>","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get blobs from","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Copy","value":"copy","description":"Specifies that metadata related to any current or previous Copy Blob operation should be included in the response"},{"name":"Deleted","value":"deleted","description":"Specifies that soft-deleted blobs should be included in the response"},{"name":"Deleted with Versions","value":"deletedwithversions","description":"Specifies that deleted blobs with any versions (active or deleted) should be included in the response. Items permanently deleted appear until processed by garbage collection."},{"name":"Immutability Policy","value":"immutabilitypolicy","description":"Specifies that the enumeration should include the immutability policy until date, and the immutability policy mode of the blobs"},{"name":"Legal Hold","value":"legalhold","description":"Specifies that the enumeration should include the legal hold of blobs"},{"name":"Metadata","value":"metadata","description":"Specifies that blob metadata be returned in the response"},{"name":"Permissions","value":"permissions","description":"Includes the owner, group, permissions, and access control list for the listed blobs or directories. Supported only for accounts with a hierarchical namespace enabled."},{"name":"Snapshots","value":"snapshots","description":"Specifies that snapshots should be included in the enumeration. Snapshots are listed from oldest to newest in the response."},{"name":"Tags","value":"tags","description":"Specifies that user-defined, blob index tags should be included in the response"},{"name":"Uncommitted Blobs","value":"uncommittedblobs","description":"Specifies that blobs for which blocks have been uploaded, but which haven't been committed"},{"name":"Versions","value":"versions","description":"Specifies that versions of blobs should be included in the enumeration"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":[],"description":"The type of datasets to be returned","options":[{"name":"Deleted","value":"deleted","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains soft-deleted blobs. POSIX ACL authorization fallback is not supported for listing soft-deleted blobs."},{"name":"Files","value":"files","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains files."},{"name":"Directories","value":"directories","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains directories."}],"routing":{"send":{"property":"showonly","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","qs":{"restype":"container"},"url":"=/{{ $parameter[\"containerCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve data for a specific container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"comp":"list"},"url":"/","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many container"}],"default":"getAll"},{"displayName":"Container Name","name":"containerCreate","default":"","description":"The name of the new container","displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"placeholder":"e.g. mycontainer","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"options":[{"displayName":"Access Level","name":"accessLevel","default":"","options":[{"name":"Blob","value":"blob","description":"Specifies public read access for blobs. Blob data within this container can be read via anonymous request, but container data isn't available. Clients can't enumerate blobs within the container via anonymous request."},{"name":"Container","value":"container","description":"Specifies full public read access for container and blob data. Clients can enumerate blobs within the container via anonymous request, but they can't enumerate containers within the storage account."},{"name":"Private","value":"","description":"Container data is private to the account owner"}],"routing":{"request":{"headers":{"x-ms-blob-public-access":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the container as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to get","displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"placeholder":"Add option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["container"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Metadata","value":"metadata"},{"name":"Deleted","value":"deleted"},{"name":"System","value":"system"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":"","description":"Filters the results to return only containers with a name that begins with the specified prefix","placeholder":"e.g. mycontainer","routing":{"send":{"property":"prefix","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"}],"placeholder":"Add option","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurestorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.dark.svg"}},
|
|
279
278
|
{"displayName":"Microsoft Teams","name":"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/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":""},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"The type of the channel"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message in a channel"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many messages in a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Make Reply","name":"makeReply","type":"string","default":"","description":"An optional ID of the message you want to reply to"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a chat message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many chat messages"}],"default":"create"},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["create","get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}]},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Group Source","name":"groupSource","required":true,"type":"options","default":"all","displayOptions":{"show":{"operation":["getAll","create","update"],"resource":["task"]}},"options":[{"name":"All Groups","value":"all","description":"From all groups"},{"name":"My Groups","value":"mine","description":"Only load groups that account is member of"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["planId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"Title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."}]},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Member Name or ID","name":"memberId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["member"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["plan"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":"","description":"The ID of the Task"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["updateFields.planId"]},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"default":""},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["updateFields.planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan Name or ID","name":"planId","type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
@@ -284,7 +283,7 @@
|
|
|
284
283
|
{"displayName":"MISP","name":"misp","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the MISP API","defaults":{"name":"MISP"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mispApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attribute","value":"attribute"},{"name":"Event","value":"event"},{"name":"Event Tag","value":"eventTag"},{"name":"Feed","value":"feed"},{"name":"Galaxy","value":"galaxy"},{"name":"Noticelist","value":"noticelist"},{"name":"Object","value":"object"},{"name":"Organisation","value":"organisation"},{"name":"Tag","value":"tag"},{"name":"User","value":"user"},{"name":"Warninglist","value":"warninglist"}],"default":"attribute"},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["attribute"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an attribute"},{"name":"Delete","value":"delete","action":"Delete an attribute"},{"name":"Get","value":"get","action":"Get an attribute"},{"name":"Get Many","value":"getAll","action":"Get many attributes"},{"name":"Search","value":"search","action":"Get a filtered list of attributes"},{"name":"Update","value":"update","action":"Update an attribute"}],"default":"create"},{"displayName":"Event UUID","name":"eventId","description":"UUID of the event to attach the attribute to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"URL","value":"url"},{"name":"Comment","value":"comment"}],"required":true,"default":"text","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}}]},{"displayName":"Attribute ID","name":"attributeId","description":"UUID or numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}}},{"displayName":"Attribute ID","name":"attributeId","description":"UUID or numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"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":["attribute"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["attribute"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n \"value\": \"search value\",\n \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["attribute"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["attribute"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["attribute"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Attribute ID","name":"attributeId","description":"ID of the attribute to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["event"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an event"},{"name":"Delete","value":"delete","action":"Delete an event"},{"name":"Get","value":"get","action":"Get an event"},{"name":"Get Many","value":"getAll","action":"Get many events"},{"name":"Publish","value":"publish","action":"Publish an event"},{"name":"Search","value":"search","action":"Get a filtered list of events"},{"name":"Unpublish","value":"unpublish","action":"Unpublish an event"},{"name":"Update","value":"update","action":"Update an event"}],"default":"create"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrgs"},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Information","name":"information","type":"string","default":"","required":true,"description":"Information on the event - max 65535 characters","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"options":[{"displayName":"Analysis","name":"analysis","type":"options","default":0,"description":"Analysis maturity level of the event","options":[{"name":"Initial","value":0},{"name":"Ongoing","value":1},{"name":"Complete","value":2}]},{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}},{"displayName":"Threat Level ID","name":"threat_level_id","type":"options","default":1,"options":[{"name":"High","value":1},{"name":"Medium","value":2},{"name":"Low","value":3},{"name":"Undefined","value":4}]}]},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"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":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["event"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["publish"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["unpublish"]}}},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["event"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n \"value\": \"search value\",\n \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["event"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["event"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["event"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["update"]}},"options":[{"displayName":"Analysis","name":"analysis","type":"options","default":0,"description":"Analysis maturity level of the event","options":[{"name":"Initial","value":0},{"name":"Ongoing","value":1},{"name":"Complete","value":2}]},{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Information","name":"information","type":"string","default":"","description":"Information on the event - max 65535 characters"},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}},{"displayName":"Threat Level ID","name":"threat_level_id","type":"options","default":1,"options":[{"name":"High","value":1},{"name":"Medium","value":2},{"name":"Low","value":3},{"name":"Undefined","value":4}]}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["eventTag"]}},"noDataExpression":true,"options":[{"name":"Add","value":"add","action":"Add a tag to an event"},{"name":"Remove","value":"remove","action":"Remove a tag from an event"}],"default":"add"},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["eventTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tagId","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["eventTag"],"operation":["add"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["eventTag"],"operation":["remove"]}}},{"displayName":"Tag Name or ID","name":"tagId","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["eventTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["feed"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a feed"},{"name":"Disable","value":"disable","action":"Disable a feed"},{"name":"Enable","value":"enable","action":"Enable a feed"},{"name":"Get","value":"get","action":"Get a feed"},{"name":"Get Many","value":"getAll","action":"Get many feeds"},{"name":"Update","value":"update","action":"Update a feed"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"Provider","name":"provider","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://example.com","required":true,"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Rules","name":"json","type":"string","default":"","description":"Filter rules for the feed"}]},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["disable"]}}},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["enable"]}}},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"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":["feed"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["feed"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Feed ID","name":"feedId","description":"ID of the feed to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["feed"],"operation":["update"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Provider","name":"provider","type":"string","default":""},{"displayName":"Rules","name":"rules","type":"json","default":"","description":"Filter rules for the feed"},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["galaxy"]}},"noDataExpression":true,"options":[{"name":"Delete","value":"delete","action":"Delete a galaxy"},{"name":"Get","value":"get","action":"Get a galaxy"},{"name":"Get Many","value":"getAll","action":"Get many galaxies"}],"default":"get"},{"displayName":"Galaxy ID","name":"galaxyId","description":"UUID or numeric ID of the galaxy","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["galaxy"],"operation":["delete"]}}},{"displayName":"Galaxy ID","name":"galaxyId","description":"UUID or numeric ID of the galaxy","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["galaxy"],"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":["galaxy"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["galaxy"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["noticelist"]}},"noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get a noticelist"},{"name":"Get Many","value":"getAll","action":"Get many noticelists"}],"default":"get"},{"displayName":"Noticelist ID","name":"noticelistId","description":"Numeric ID of the noticelist","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["noticelist"],"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":["noticelist"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["noticelist"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["object"]}},"noDataExpression":true,"options":[{"name":"Search","value":"search","action":"Get a filtered list of objects"}],"default":"search"},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["object"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n \"value\": \"search value\",\n \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["object"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["object"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["object"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["organisation"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an organization"},{"name":"Delete","value":"delete","action":"Delete an organization"},{"name":"Get","value":"get","action":"Get an organization"},{"name":"Get Many","value":"getAll","action":"Get many organizations"},{"name":"Update","value":"update","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organisation"],"operation":["create"]}},"options":[{"displayName":"Created by Email","name":"created_by_email","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Nationality","name":"nationality","type":"string","default":""},{"displayName":"Sector","name":"sector","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"User Count","name":"usercount","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Organisation ID","name":"organisationId","description":"UUID or numeric ID of the organisation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["delete"]}}},{"displayName":"Organisation ID","name":"organisationId","description":"UUID or numeric ID of the organisation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"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":["organisation"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organisation"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Organisation ID","name":"organisationId","description":"ID of the organisation to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organisation"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Nationality","name":"nationality","type":"string","default":""},{"displayName":"Sector","name":"sector","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["tag"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a tag"},{"name":"Delete","value":"delete","action":"Delete a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"},{"name":"Update","value":"update","action":"Update a tag"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["create"]}},"options":[{"displayName":"Color","description":"Hex color code for the tag","name":"colour","type":"color","default":""}]},{"displayName":"Tag ID","name":"tagId","description":"Numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}}},{"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":["tag"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["update"]}},"options":[{"displayName":"Color","description":"Hex color code for the tag","name":"colour","type":"color","default":""},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["user"]}},"noDataExpression":true,"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":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Role ID","name":"role_id","type":"string","description":"Role IDs are available in the MISP dashboard at /roles/index","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"GPG Key","name":"gpgkey","type":"string","default":""},{"displayName":"Inviter Email or ID","name":"invited_by","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Organization Name or ID","name":"org_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getOrgs"}}]},{"displayName":"User ID","name":"userId","description":"Numeric ID of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"userId","description":"Numeric ID of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"GPG Key","name":"gpgkey","type":"string","default":""},{"displayName":"Inviter Name or ID","name":"invited_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Organization Name or ID","name":"org_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getOrgs"}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["warninglist"]}},"noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get a warninglist"},{"name":"Get Many","value":"getAll","action":"Get many warninglists"}],"default":"get"},{"displayName":"Warninglist ID","name":"warninglistId","description":"Numeric ID of the warninglist","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["warninglist"],"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":["warninglist"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["warninglist"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.misp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/misp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Misp/misp.svg"},
|
|
285
284
|
{"displayName":"Mocean","name":"mocean","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["transform"],"version":1,"description":"Send SMS and voice messages via Mocean","defaults":{"name":"Mocean"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"moceanApi","required":true,"testedBy":"moceanApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Voice","value":"voice"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms","voice"]}},"options":[{"name":"Send","value":"send","description":"Send SMS/Voice message","action":"Send an SMS"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"Sender Number","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Number to which to send the message"},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"Receipient number","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Number from which to send the message"},{"displayName":"Language","name":"language","type":"options","options":[{"name":"Chinese Mandarin (China)","value":"cmn-CN"},{"name":"English (United Kingdom)","value":"en-GB"},{"name":"English (United States)","value":"en-US"},{"name":"Japanese (Japan)","value":"ja-JP"},{"name":"Korean (Korea)","value":"ko-KR"}],"displayOptions":{"show":{"operation":["send"],"resource":["voice"]}},"default":"en-US"},{"displayName":"Message","name":"message","type":"string","default":"","placeholder":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Message to send"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"default":{},"options":[{"displayName":"Delivery Report URL","name":"dlrUrl","type":"string","default":"","placeholder":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mocean/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mocean/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Mocean/mocean.svg","dark":"icons/n8n-nodes-base/dist/nodes/Mocean/mocean.dark.svg"}},
|
|
286
285
|
{"displayName":"Monday.com","name":"mondayCom","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Monday.com API","defaults":{"name":"Monday.com"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mondayComApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mondayComOAuth2Api","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":"Board","value":"board"},{"name":"Board Column","value":"boardColumn"},{"name":"Board Group","value":"boardGroup"},{"name":"Board Item","value":"boardItem"}],"default":"board"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["board"]}},"options":[{"name":"Archive","value":"archive","description":"Archive a board","action":"Archive a board"},{"name":"Create","value":"create","description":"Create a new board","action":"Create a board"},{"name":"Get","value":"get","description":"Get a board","action":"Get a board"},{"name":"Get Many","value":"getAll","description":"Get many boards","action":"Get many boards"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["board"],"operation":["archive"]}},"description":"Board unique identifiers. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":"","description":"The board's name"},{"displayName":"Kind","name":"kind","type":"options","options":[{"name":"Share","value":"share"},{"name":"Public","value":"public"},{"name":"Private","value":"private"}],"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":"","description":"The board's kind (public / private / share)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":{},"options":[{"displayName":"Template ID","name":"templateId","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Optional board template ID"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["board"],"operation":["get"]}},"description":"Board unique identifiers. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["board"],"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":["board"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardColumn"]}},"options":[{"name":"Create","value":"create","description":"Create a new column","action":"Create a board column"},{"name":"Get Many","value":"getAll","description":"Get many columns","action":"Get many board columns"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Column Type","name":"columnType","type":"options","default":"","options":[{"name":"Checkbox","value":"checkbox"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"Hour","value":"hour"},{"name":"Link","value":"Link"},{"name":"Long Text","value":"longText"},{"name":"Numbers","value":"numbers"},{"name":"People","value":"people"},{"name":"Person","value":"person"},{"name":"Phone","value":"phone"},{"name":"Rating","value":"rating"},{"name":"Status","value":"status"},{"name":"Tags","value":"tags"},{"name":"Team","value":"team"},{"name":"Text","value":"text"},{"name":"Timeline","value":"timeline"},{"name":"Timezone","value":"timezone"},{"name":"Week","value":"week"},{"name":"World Clock","value":"worldClock"}],"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}},"default":{},"options":[{"displayName":"Defauls","name":"defaults","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The new column's defaults"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardGroup"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a group in a board","action":"Delete a board group"},{"name":"Create","value":"create","description":"Create a group in a board","action":"Create a board group"},{"name":"Get Many","value":"getAll","description":"Get list of groups in a board","action":"Get many board groups"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["boardGroup"]}},"default":"","description":"The group name"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["delete"]}}},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["delete"]}}},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardItem"]}},"options":[{"name":"Add Update","value":"addUpdate","description":"Add an update to an item","action":"Add an update to an item"},{"name":"Change Column Value","value":"changeColumnValue","description":"Change a column value for a board item","action":"Change a column value for a board item"},{"name":"Change Multiple Column Values","value":"changeMultipleColumnValues","description":"Change multiple column values for a board item","action":"Change multiple column values for a board item"},{"name":"Create","value":"create","description":"Create an item in a board's group","action":"Create an item in a board's group"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get By Column Value","value":"getByColumnValue","description":"Get items by column value","action":"Get items item by column value"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"},{"name":"Move","value":"move","description":"Move item to group","action":"Move an item to a group"}],"default":"create"},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["addUpdate"]}},"description":"The unique identifier of the item to add update to"},{"displayName":"Update Text","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["addUpdate"]}},"description":"The update text to add"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The unique identifier of the item to change column of"},{"displayName":"Column Name or ID","name":"columnId","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The column's unique identifier. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"json","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The column value in JSON format. Documentation can be found <a href=\"https://monday.com/developers/v2#mutations-section-columns-change-column-value\">here</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"Item's ID"},{"displayName":"Column Values","name":"columnValues","type":"json","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"The column fields and values in JSON format. Documentation can be found <a href=\"https://monday.com/developers/v2#mutations-section-columns-change-multiple-column-values\">here</a>.","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["boardItem"]}},"default":"","description":"The new item's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["boardItem"]}},"default":{},"options":[{"displayName":"Column Values","name":"columnValues","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The column values of the new item"}]},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["delete"]}},"description":"Item's ID"},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["get"]}},"description":"Item's ID (Multiple can be added separated by comma)"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getAll"]}}},{"displayName":"Group Name or ID","name":"groupId","default":"","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["boardItem"],"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":["boardItem"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column Name or ID","name":"columnId","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The column's unique identifier. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column Value","name":"columnValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The column value to search items by"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["move"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["boardItem"]}},"default":"","description":"The item's ID"},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["move"]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mondaycom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mondayCom/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MondayCom/mondayCom.svg"},
|
|
287
|
-
{"displayName":"MongoDB","name":"mongoDb","group":["input"],"version":[1,1.1],"description":"Find, insert and update documents in MongoDB","defaults":{"name":"MongoDB"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"mongoDb","required":true,"testedBy":"mongoDbCredentialTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Aggregate","value":"aggregate","description":"Aggregate documents","action":"Aggregate documents"},{"name":"Delete","value":"delete","description":"Delete documents","action":"Delete documents"},{"name":"Find","value":"find","description":"Find documents","action":"Find documents"},{"name":"Find And Replace","value":"findOneAndReplace","description":"Find and replace documents","action":"Find and replace documents"},{"name":"Find And Update","value":"findOneAndUpdate","description":"Find and update documents","action":"Find and update documents"},{"name":"Insert","value":"insert","description":"Insert documents","action":"Insert documents"},{"name":"Update","value":"update","description":"Update documents","action":"Update documents"}],"default":"find"},{"displayName":"Collection","name":"collection","type":"string","required":true,"default":"","description":"MongoDB Collection"},{"displayName":"Query","name":"query","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"operation":["aggregate"]}},"default":"","placeholder":"[{ \"$match\": { \"$gt\": \"1950-01-01\" }, ... }]","hint":"Learn more about aggregation pipeline <a href=\"https://docs.mongodb.com/manual/core/aggregation-pipeline/\">here</a>","required":true,"description":"MongoDB aggregation pipeline query in JSON format"},{"displayName":"Delete Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["delete"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Delete query"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["find"]}},"default":{},"placeholder":"Add option","description":"Add query options","options":[{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":0,"description":"Use limit to specify the maximum number of documents or 0 for unlimited documents"},{"displayName":"Skip","name":"skip","type":"number","default":0,"description":"The number of documents to skip in the results set"},{"displayName":"Sort (JSON Format)","name":"sort","type":"json","typeOptions":{"rows":2},"default":"{}","placeholder":"{ \"field\": -1 }","description":"A JSON that defines the sort order of the result set"},{"displayName":"Projection (JSON Format)","name":"projection","type":"json","typeOptions":{"rows":4},"default":"{}","placeholder":"{ \"_id\": 0, \"field\": 1 }","description":"A JSON that defines a selection of fields to retrieve or exclude from the result set"}]},{"displayName":"Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["find"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Find query"},{"displayName":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"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":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Upsert","name":"upsert","type":"boolean","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"default":false,"description":"Whether to perform an insert if no documents match the update key"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["update","insert","findOneAndReplace","findOneAndUpdate"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Date Fields","name":"dateFields","type":"string","default":"","description":"Comma-separated list of fields that will be parsed as Mongo Date type"},{"displayName":"Use Dot Notation","name":"useDotNotation","type":"boolean","default":false,"description":"Whether to use dot notation to access date fields"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mongodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mongoDb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MongoDb/mongodb.svg"},
|
|
286
|
+
{"displayName":"MongoDB","name":"mongoDb","group":["input"],"version":[1,1.1,1.2],"description":"Find, insert and update documents in MongoDB","defaults":{"name":"MongoDB"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"mongoDb","required":true,"testedBy":"mongoDbCredentialTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Aggregate","value":"aggregate","description":"Aggregate documents","action":"Aggregate documents"},{"name":"Delete","value":"delete","description":"Delete documents","action":"Delete documents"},{"name":"Find","value":"find","description":"Find documents","action":"Find documents"},{"name":"Find And Replace","value":"findOneAndReplace","description":"Find and replace documents","action":"Find and replace documents"},{"name":"Find And Update","value":"findOneAndUpdate","description":"Find and update documents","action":"Find and update documents"},{"name":"Insert","value":"insert","description":"Insert documents","action":"Insert documents"},{"name":"Update","value":"update","description":"Update documents","action":"Update documents"}],"default":"find"},{"displayName":"Collection","name":"collection","type":"string","required":true,"default":"","description":"MongoDB Collection"},{"displayName":"Query","name":"query","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"operation":["aggregate"]}},"default":"","placeholder":"[{ \"$match\": { \"$gt\": \"1950-01-01\" }, ... }]","hint":"Learn more about aggregation pipeline <a href=\"https://docs.mongodb.com/manual/core/aggregation-pipeline/\">here</a>","required":true,"description":"MongoDB aggregation pipeline query in JSON format"},{"displayName":"Delete Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["delete"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Delete query"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["find"]}},"default":{},"placeholder":"Add option","description":"Add query options","options":[{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":0,"description":"Use limit to specify the maximum number of documents or 0 for unlimited documents"},{"displayName":"Skip","name":"skip","type":"number","default":0,"description":"The number of documents to skip in the results set"},{"displayName":"Sort (JSON Format)","name":"sort","type":"json","typeOptions":{"rows":2},"default":"{}","placeholder":"{ \"field\": -1 }","description":"A JSON that defines the sort order of the result set"},{"displayName":"Projection (JSON Format)","name":"projection","type":"json","typeOptions":{"rows":4},"default":"{}","placeholder":"{ \"_id\": 0, \"field\": 1 }","description":"A JSON that defines a selection of fields to retrieve or exclude from the result set"}]},{"displayName":"Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["find"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Find query"},{"displayName":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"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":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Upsert","name":"upsert","type":"boolean","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"]}},"default":false,"description":"Whether to perform an insert if no documents match the update key"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["update","insert","findOneAndReplace","findOneAndUpdate"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Date Fields","name":"dateFields","type":"string","default":"","description":"Comma-separated list of fields that will be parsed as Mongo Date type"},{"displayName":"Use Dot Notation","name":"useDotNotation","type":"boolean","default":false,"description":"Whether to use dot notation to access date fields"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mongodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mongoDb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MongoDb/mongodb.svg"},
|
|
288
287
|
{"displayName":"Monica CRM","name":"monicaCrm","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Monica CRM API","defaults":{"name":"Monica CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"monicaCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Call","value":"call"},{"name":"Contact","value":"contact"},{"name":"Contact Field","value":"contactField"},{"name":"Contact Tag","value":"contactTag"},{"name":"Conversation","value":"conversation"},{"name":"Conversation Message","value":"conversationMessage"},{"name":"Journal Entry","value":"journalEntry"},{"name":"Note","value":"note"},{"name":"Reminder","value":"reminder"},{"name":"Tag","value":"tag"},{"name":"Task","value":"task"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create an activity","action":"Create an activity"},{"name":"Delete","value":"delete","description":"Delete an activity","action":"Delete an activity"},{"name":"Get","value":"get","description":"Retrieve an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Retrieve many activities","action":"Get many activities"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"displayName":"Activity Type Name or ID","name":"activityTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Contacts","name":"contacts","description":"Comma-separated list of IDs of the contacts to associate the activity with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the activity happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","description":"Brief description of the activity - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the activity - max 100,000 characters"}]},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["delete"]}}},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"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":["activity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"options":[{"displayName":"Activity Type Name or ID","name":"activity_type_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getActivityTypes"}},{"displayName":"Contacts","name":"contacts","description":"IDs of the contacts to associate the activity with","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description to add more details on the activity - max 100,000 characters"},{"displayName":"Happened At","name":"happened_at","description":"Date when the activity happened","type":"dateTime","default":""},{"displayName":"Summary","name":"summary","description":"Brief description of the activity - max 255 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Create","value":"create","description":"Create a call","action":"Create a call"},{"name":"Delete","value":"delete","description":"Delete a call","action":"Delete a call"},{"name":"Get","value":"get","description":"Retrieve a call","action":"Get a call"},{"name":"Get Many","value":"getAll","description":"Retrieve many calls","action":"Get many calls"},{"name":"Update","value":"update","description":"Update a call","action":"Update a call"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the call with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Called At","name":"calledAt","description":"Date when the call happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Description","name":"content","description":"Description of the call - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["delete"]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"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":["call"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["update"]}},"options":[{"displayName":"Called At","name":"calledAt","description":"Date when the call happened","type":"dateTime","default":""},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the call with","type":"string","default":""},{"displayName":"Description","name":"content","description":"Description of the call - max 100,000 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Gender Name or ID","name":"genderId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getGenders"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Birthdate","name":"birthdate","type":"dateTime","default":""},{"displayName":"Deceased Date","name":"deceasedDate","type":"dateTime","default":""},{"displayName":"Is Deceased","name":"isDeceased","description":"Whether the contact has passed away","type":"boolean","default":false},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Nickname","name":"nickname","type":"string","default":""},{"displayName":"Type","name":"is_partial","type":"options","default":false,"options":[{"name":"Real","value":false,"description":"Contact with their own contact sheet"},{"name":"Partial","value":true,"description":"Contact without their own contact sheet"}]}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"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":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Search Term","name":"query","type":"string","default":"","description":"Search term to filter results by"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Ascended Created At","value":"created_at"},{"name":"Descended Created At","value":"-created_at"},{"name":"Ascended Updated At","value":"updated_at"},{"name":"Descended Updated At","value":"-updated_at"}],"default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Birthdate","name":"birthdate","type":"dateTime","default":""},{"displayName":"Deceased Date","name":"deceased_date","type":"dateTime","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Gender Name or ID","name":"gender_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGenders"}},{"displayName":"Is Deceased","name":"is_deceased","description":"Whether the contact has passed away","type":"boolean","default":false},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Nickname","name":"nickname","type":"string","default":""},{"displayName":"Type","name":"is_partial","type":"options","default":false,"options":[{"name":"Real","value":false,"description":"Contact with their own contact sheet"},{"name":"Partial","value":true,"description":"Contact without their own contact sheet"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactField"]}},"options":[{"name":"Create","value":"create","description":"Create a contact field","action":"Create a contact field"},{"name":"Delete","value":"delete","description":"Delete a contact field","action":"Delete a contact field"},{"name":"Get","value":"get","description":"Retrieve a contact field","action":"Get a contact field"},{"name":"Update","value":"update","description":"Update a contact field","action":"Update a contact field"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the contact field with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Content","name":"data","description":"Content of the contact field - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contactField to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["delete"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contact field to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["get"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact whose fields to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"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":["contactField"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contactField"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the contact field with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contact field to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Content","name":"data","description":"Content of the contact field - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactTag"]}},"options":[{"name":"Add","value":"add","action":"Add a tag to a contact"},{"name":"Remove","value":"remove","action":"Remove a tag from a contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to add a tag to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactTag"],"operation":["add"]}}},{"displayName":"Tag Names or IDs","name":"tagsToAdd","description":"Tags to add to the contact. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTagsToAdd"},"required":true,"default":[],"displayOptions":{"show":{"resource":["contactTag"],"operation":["add"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to remove the tag from","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactTag"],"operation":["remove"]}}},{"displayName":"Tag Names or IDs","name":"tagsToRemove","description":"Tags to remove from the contact. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","required":true,"typeOptions":{"loadOptionsMethod":"getTagsToRemove"},"default":[],"displayOptions":{"show":{"resource":["contactTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["conversation"]}},"options":[{"name":"Create","value":"create","description":"Create a conversation","action":"Create a conversation"},{"name":"Delete","value":"delete","description":"Delete a conversation","action":"Delete a conversation"},{"name":"Get","value":"get","description":"Retrieve a conversation","action":"Get a conversation"},{"name":"Update","value":"update","description":"Update a conversation","action":"Update a conversation"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the conversation with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the conversation happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["delete"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["get"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the conversation happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["conversationMessage"]}},"options":[{"name":"Add","value":"add","description":"Add a message to a conversation","action":"Add a message to a conversation"},{"name":"Update","value":"update","description":"Update a message in a conversation","action":"Update a message in a conversation"}],"default":"add"},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the contact whose conversation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Content","name":"content","description":"Content of the message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Written At","name":"writtenAt","description":"Date when the message was written","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Written By","name":"writtenByMe","description":"Author of the message","type":"options","required":true,"default":true,"options":[{"name":"User","value":true},{"name":"Contact","value":false}],"displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Message ID","name":"messageId","description":"ID of the message to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation whose message to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contact_id","description":"ID of the contact to associate the conversationMessage with","type":"string","default":""},{"displayName":"Content","name":"content","description":"Content of the message","type":"string","default":""},{"displayName":"Written At","name":"written_at","description":"Date when the message was written","type":"dateTime","default":""},{"displayName":"Written By","name":"written_by_me","description":"Author of the message","type":"options","default":true,"options":[{"name":"User","value":true},{"name":"Contact","value":false}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["journalEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a journal entry","action":"Create a journal entry"},{"name":"Delete","value":"delete","description":"Delete a journal entry","action":"Delete a journal entry"},{"name":"Get","value":"get","description":"Retrieve a journal entry","action":"Get a journal entry"},{"name":"Get Many","value":"getAll","description":"Retrieve many journal entries","action":"Get many journal entries"},{"name":"Update","value":"update","description":"Update a journal entry","action":"Update a journal entry"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the journal entry - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["create"]}}},{"displayName":"Content","name":"post","description":"Content of the journal entry - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["create"]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["delete"]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"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":["journalEntry"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["journalEntry"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["journalEntry"],"operation":["update"]}},"options":[{"displayName":"Content","name":"post","description":"Content of the journal entry - max 100,000 characters","type":"string","default":""},{"displayName":"Title","name":"title","description":"Title of the journal entry - max 250 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Get","value":"get","description":"Retrieve a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Retrieve many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the note with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Body","name":"body","description":"Body of the note - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["create"]}},"options":[{"displayName":"Is Favorited","name":"isFavorited","description":"Whether the note has been favorited","type":"boolean","default":false}]},{"displayName":"Note ID","name":"noteId","description":"ID of the note to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["delete"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"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":["note"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["note"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["update"]}},"options":[{"displayName":"Body","name":"body","description":"Body of the note - max 100,000 characters","type":"string","default":""},{"displayName":"Contact ID","name":"contact_id","description":"ID of the contact to associate the note with","type":"string","default":""},{"displayName":"Is Favorited","name":"is_favorited","description":"Whether the note has been favorited","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reminder"]}},"options":[{"name":"Create","value":"create","description":"Create a reminder","action":"Create a reminder"},{"name":"Delete","value":"delete","description":"Delete a reminder","action":"Delete a reminder"},{"name":"Get","value":"get","description":"Retrieve a reminder","action":"Get a reminder"},{"name":"Get Many","value":"getAll","description":"Retrieve many reminders","action":"Get many reminders"},{"name":"Update","value":"update","description":"Update a reminder","action":"Update a reminder"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the contact to associate the reminder with","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Frequency Type","name":"frequencyType","description":"Type of frequency of the reminder","type":"options","required":true,"default":"one_time","options":[{"name":"Once","value":"one_time"},{"name":"Weekly","value":"week"},{"name":"Monthly","value":"month"},{"name":"Yearly","value":"year"}],"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Recurring Interval","name":"frequencyNumber","type":"number","default":0,"description":"Interval for the reminder","displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"frequencyType":["week","month","year"]}}},{"displayName":"Initial Date","name":"initialDate","description":"Date of the reminder","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the reminder - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description about the reminder - Max 100,000 characters"}]},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["delete"]}}},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"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":["reminder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["reminder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contact_id","type":"string","default":"","description":"ID of the contact to associate the reminder with"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description about the reminder - Max 100,000 characters"},{"displayName":"Frequency Type","name":"frequency_type","description":"Frequency of the reminder","type":"options","default":"one_time","options":[{"name":"One Time","value":"one_time"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Year","value":"year"}]},{"displayName":"Initial Date","name":"initial_data","description":"Date of the reminder","type":"dateTime","default":""},{"displayName":"Recurring Interval","name":"frequency_number","type":"number","default":0,"description":"Interval for the reminder","displayOptions":{"show":{"frequency_type":["week","month","year"]}}},{"displayName":"Title","name":"title","description":"Title of the reminder - max 100,000 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Delete","value":"delete","description":"Delete a tag","action":"Delete a tag"},{"name":"Get","value":"get","description":"Retrieve a tag","action":"Get a tag"},{"name":"Get Many","value":"getAll","description":"Retrieve many tags","action":"Get many tags"},{"name":"Update","value":"update","description":"Update a tag","action":"Update a tag"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the tag - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"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":["tag"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Name","name":"name","description":"Name of the tag - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the task with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the task entry - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the task - max 100,000 characters"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the task with","type":"string","default":""},{"displayName":"Completed","name":"completed","description":"Whether the task has been completed","type":"boolean","default":false},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the task - max 100,000 characters"},{"displayName":"Title","name":"title","description":"Title of the task entry - max 250 characters","type":"string","default":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.monicacrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/monicaCrm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MonicaCrm/monicaCrm.png"},
|
|
289
288
|
{"hidden":true,"displayName":"Convert to/from binary data","name":"moveBinaryData","icon":"fa:exchange-alt","group":["transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"mode\"]===\"binaryToJson\" ? \"Binary to JSON\" : \"JSON to Binary\"}}","description":"Move data between binary and JSON properties","defaults":{"name":"Convert to/from binary data","color":"#7722CC"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Binary to JSON","value":"binaryToJson","description":"Move data from Binary to JSON"},{"name":"JSON to Binary","value":"jsonToBinary","description":"Move data from JSON to Binary"}],"default":"binaryToJson","description":"From and to where data should be moved"},{"displayName":"Set All Data","name":"setAllData","type":"boolean","displayOptions":{"show":{"mode":["binaryToJson"]}},"default":true,"description":"Whether all JSON data should be replaced with the data retrieved from binary key. Else the data will be written to a single key."},{"displayName":"Source Key","name":"sourceKey","type":"string","displayOptions":{"show":{"mode":["binaryToJson"]}},"default":"data","required":true,"placeholder":"data","description":"The name of the binary key to get data from. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"Destination Key","name":"destinationKey","type":"string","displayOptions":{"show":{"mode":["binaryToJson"],"setAllData":[false]}},"default":"data","required":true,"placeholder":"","description":"The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."},{"displayName":"Convert All Data","name":"convertAllData","type":"boolean","displayOptions":{"show":{"mode":["jsonToBinary"]}},"default":true,"description":"Whether all JSON data should be converted to binary. Else only the data of one key will be converted."},{"displayName":"Source Key","name":"sourceKey","type":"string","displayOptions":{"show":{"convertAllData":[false],"mode":["jsonToBinary"]}},"default":"data","required":true,"placeholder":"data","description":"The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"Destination Key","name":"destinationKey","type":"string","displayOptions":{"show":{"mode":["jsonToBinary"]}},"default":"data","required":true,"placeholder":"data","description":"The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","name":"addBOM","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":{"/mode":["jsonToBinary"],"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Data Is Base64","name":"dataIsBase64","type":"boolean","displayOptions":{"hide":{"useRawData":[true]},"show":{"/mode":["jsonToBinary"],"/convertAllData":[false]}},"default":false,"description":"Whether to keep the binary data as base64 string"},{"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"}],"displayOptions":{"show":{"/mode":["binaryToJson","jsonToBinary"]}},"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"Strip BOM","name":"stripBOM","displayOptions":{"show":{"/mode":["binaryToJson"],"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":true},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"/mode":["jsonToBinary"]}},"default":"","placeholder":"example.json","description":"The file name to set"},{"displayName":"JSON Parse","name":"jsonParse","type":"boolean","displayOptions":{"hide":{"keepAsBase64":[true]},"show":{"/mode":["binaryToJson"],"/setAllData":[false]}},"default":false,"description":"Whether to run JSON parse on the data to get proper object data"},{"displayName":"Keep Source","name":"keepSource","type":"boolean","default":false,"description":"Whether the source key should be kept. By default it will be deleted."},{"displayName":"Keep As Base64","name":"keepAsBase64","type":"boolean","displayOptions":{"hide":{"jsonParse":[true]},"show":{"/mode":["binaryToJson"],"/setAllData":[false]}},"default":false,"description":"Whether to keep the binary data as base64 string"},{"displayName":"MIME Type","name":"mimeType","type":"string","displayOptions":{"show":{"/mode":["jsonToBinary"]}},"default":"application/json","placeholder":"application/json","description":"The mime-type to set. By default will the mime-type for JSON be set."},{"displayName":"Use Raw Data","name":"useRawData","type":"boolean","displayOptions":{"hide":{"dataIsBase64":[true]},"show":{"/mode":["jsonToBinary"]}},"default":false,"description":"Whether to use data as is and do not JSON.stringify it"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Move Binary Data"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
|
|
290
289
|
{"displayName":"MQTT","name":"mqtt","group":["input"],"version":1,"description":"Push messages to MQTT","defaults":{"name":"MQTT"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mqtt","required":true,"testedBy":"mqttConnectionTest"}],"properties":[{"displayName":"Topic","name":"topic","type":"string","required":true,"default":"","description":"The topic to publish to"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","required":true,"displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to publish"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"QoS","name":"qos","type":"options","options":[{"name":"Received at Most Once","value":0},{"name":"Received at Least Once","value":1},{"name":"Exactly Once","value":2}],"default":0,"description":"QoS subscription level"},{"displayName":"Retain","name":"retain","type":"boolean","default":false,"description":"Normally if a publisher publishes a message to a topic, and no one is subscribed to that topic the message is simply discarded by the broker. However the publisher can tell the broker to keep the last message on that topic by setting the retain flag to true."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mqtt/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mqtt/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MQTT/mqtt.svg"},
|