n8n-nodes-base 1.100.0 → 1.101.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/nodes/EmailReadImap/EmailReadImap.node.d.ts.map +1 -1
- package/dist/nodes/EmailReadImap/EmailReadImap.node.js +2 -1
- package/dist/nodes/EmailReadImap/EmailReadImap.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.d.ts.map +1 -1
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +39 -15
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/utils.d.ts +10 -3
- package/dist/nodes/EmailReadImap/v2/utils.d.ts.map +1 -1
- package/dist/nodes/EmailReadImap/v2/utils.js +120 -99
- package/dist/nodes/EmailReadImap/v2/utils.js.map +1 -1
- package/dist/nodes/Evaluation/Evaluation/CannedMetricPrompts.ee.d.ts +5 -0
- package/dist/nodes/Evaluation/Evaluation/CannedMetricPrompts.ee.d.ts.map +1 -0
- package/dist/nodes/Evaluation/Evaluation/CannedMetricPrompts.ee.js +155 -0
- package/dist/nodes/Evaluation/Evaluation/CannedMetricPrompts.ee.js.map +1 -0
- package/dist/nodes/Evaluation/Evaluation/Description.node.d.ts.map +1 -1
- package/dist/nodes/Evaluation/Evaluation/Description.node.js +253 -1
- package/dist/nodes/Evaluation/Evaluation/Description.node.js.map +1 -1
- package/dist/nodes/Evaluation/Evaluation/Evaluation.node.ee.d.ts.map +1 -1
- package/dist/nodes/Evaluation/Evaluation/Evaluation.node.ee.js +2 -3
- package/dist/nodes/Evaluation/Evaluation/Evaluation.node.ee.js.map +1 -1
- package/dist/nodes/Evaluation/utils/evaluationUtils.d.ts +9 -0
- package/dist/nodes/Evaluation/utils/evaluationUtils.d.ts.map +1 -1
- package/dist/nodes/Evaluation/utils/evaluationUtils.js +17 -16
- package/dist/nodes/Evaluation/utils/evaluationUtils.js.map +1 -1
- package/dist/nodes/Evaluation/utils/metricHandlers.d.ts +10 -0
- package/dist/nodes/Evaluation/utils/metricHandlers.d.ts.map +1 -0
- package/dist/nodes/Evaluation/utils/metricHandlers.js +255 -0
- package/dist/nodes/Evaluation/utils/metricHandlers.js.map +1 -0
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.d.ts.map +1 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.js +11 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
- package/dist/nodes/Form/Form.node.js +1 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Github/Github.node.d.ts.map +1 -1
- package/dist/nodes/Github/Github.node.js +3 -2
- package/dist/nodes/Github/Github.node.js.map +1 -1
- package/dist/nodes/Github/SearchFunctions.d.ts.map +1 -1
- package/dist/nodes/Github/SearchFunctions.js +10 -1
- package/dist/nodes/Github/SearchFunctions.js.map +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
- package/dist/nodes/Google/Gmail/v2/utils/draft.d.ts.map +1 -1
- package/dist/nodes/Google/Gmail/v2/utils/draft.js +14 -6
- package/dist/nodes/Google/Gmail/v2/utils/draft.js.map +1 -1
- package/dist/nodes/Linear/IssueDescription.d.ts.map +1 -1
- package/dist/nodes/Linear/IssueDescription.js +89 -0
- package/dist/nodes/Linear/IssueDescription.js.map +1 -1
- package/dist/nodes/Linear/Linear.node.js +1 -1
- package/dist/nodes/Linear/Linear.node.js.map +1 -1
- package/dist/nodes/Perplexity/descriptions/chat/complete.operation.js +2 -2
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +68 -17
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts +6 -0
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts.map +1 -0
- package/dist/nodes/RespondToWebhook/utils/binary.js +38 -0
- package/dist/nodes/RespondToWebhook/utils/binary.js.map +1 -0
- package/dist/nodes/RespondToWebhook/{utils.d.ts → utils/outputs.d.ts} +1 -1
- package/dist/nodes/RespondToWebhook/utils/outputs.d.ts.map +1 -0
- package/dist/nodes/RespondToWebhook/{utils.js → utils/outputs.js} +1 -1
- package/dist/nodes/RespondToWebhook/utils/outputs.js.map +1 -0
- package/dist/nodes/Webhook/utils.js +1 -1
- package/dist/nodes/Webhook/utils.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +10 -10
- package/dist/utils/sendAndWait/interfaces.d.ts +1 -0
- package/dist/utils/sendAndWait/interfaces.d.ts.map +1 -1
- package/dist/utils/workflow-backtracking.d.ts +8 -0
- package/dist/utils/workflow-backtracking.d.ts.map +1 -0
- package/dist/utils/workflow-backtracking.js +86 -0
- package/dist/utils/workflow-backtracking.js.map +1 -0
- package/package.json +8 -7
- package/dist/nodes/RespondToWebhook/utils.d.ts.map +0 -1
- package/dist/nodes/RespondToWebhook/utils.js.map +0 -1
package/dist/types/nodes.json
CHANGED
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
{"displayName":"E-goi","name":"egoi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume E-goi API","defaults":{"name":"E-goi"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"egoiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Create","value":"create","description":"Create a member","action":"Create a member"},{"name":"Get","value":"get","description":"Get a member","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members","action":"Get many members"},{"name":"Update","value":"update","description":"Update a member","action":"Update a member"}],"default":"create"},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"operation":["getAll","create","update","get"]}},"default":"","description":"ID of list to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["create"]}},"default":"","description":"Email address for a subscriber"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"operation":["create","update"]}},"default":true,"description":"By default the response just includes the contact ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of a subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of a subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"]}},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":"id","description":"Search by"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["id"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["email"]}},"default":"","description":"Email address for subscriber"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get","getAll"],"resource":["contact"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.egoi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/egoi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Egoi/egoi.svg"},
|
|
98
98
|
{"displayName":"Elasticsearch","name":"elasticsearch","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elasticsearch API","defaults":{"name":"Elasticsearch"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticsearchApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"},{"name":"Index","value":"index"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Get a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Get many documents","action":"Get many documents"},{"name":"Update","value":"update","description":"Update a document","action":"Update a document"}],"default":"get"},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"options":[{"displayName":"Bulk Delete","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to delete the document/s"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"options":[{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the documents to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"By default, you cannot page through more than 10,000 hits. To page through more hits, add \"Sort\" from options.","name":"paginateNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[true]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Allow Partial Search Results","name":"allow_partial_search_results","description":"<p>If true, return partial results if there are shard request timeouts or shard failures.</p><p>If false, returns an error with no partial results. Defaults to true.</p>.","type":"boolean","default":true},{"displayName":"Batched Reduce Size","name":"batched_reduce_size","description":"Number of shard results that should be reduced at once on the coordinating node. Defaults to 512.","type":"number","typeOptions":{"minValue":2},"default":512},{"displayName":"CCS Minimize Roundtrips","name":"ccs_minimize_roundtrips","description":"Whether network round-trips between the coordinating node and the remote clusters are minimized when executing cross-cluster search (CCS) requests. Defaults to true.","type":"boolean","default":true},{"displayName":"Doc Value Fields","name":"docvalue_fields","description":"Comma-separated list of fields to return as the docvalue representation of a field for each hit","type":"string","default":""},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"open"},{"displayName":"Explain","name":"explain","description":"Whether to return detailed information about score computation as part of a hit. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Throttled","name":"ignore_throttled","description":"Whether concrete, expanded or aliased indices are ignored when frozen. Defaults to true.","type":"boolean","default":true},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether missing or closed indices are not included in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Max Concurrent Shard Requests","name":"max_concurrent_shard_requests","description":"Define the number of shard requests per node this search executes concurrently. Defaults to 5.","type":"number","default":5},{"displayName":"Pre-Filter Shard Size","name":"pre_filter_shard_size","description":"Define a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting. Only used if the number of shards the search request expands to exceeds the threshold.","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Query","name":"query","description":"Query in the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">Elasticsearch Query DSL</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"query\": {\n \"term\": {\n \"user.id\": \"john\"\n }\n }\n}"},{"displayName":"Request Cache","name":"request_cache","description":"Whether the caching of search results is enabled for requests where size is 0. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/shard-request-cache.html\">Elasticsearch shard request cache settings</a>.","type":"boolean","default":false},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Search Type","name":"search_type","description":"How distributed term frequencies are calculated for relevance scoring. Defaults to Query then Fetch.","type":"options","options":[{"name":"DFS Query Then Fetch","value":"dfs_query_then_fetch"},{"name":"Query Then Fetch","value":"query_then_fetch"}],"default":"query_then_fetch"},{"displayName":"Sequence Number and Primary Term","name":"seq_no_primary_term","description":"Whether to return the sequence number and primary term of the last modification of each hit. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html\">Optimistic concurrency control</a>.","type":"boolean","default":false},{"displayName":"Sort","name":"sort","description":"Comma-separated list of <code>field:direction</code> pairs","type":"string","default":""},{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stats","name":"stats","description":"Tag of the request for logging and statistical purposes","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false},{"displayName":"Terminate After","name":"terminate_after","description":"Max number of documents to collect for each shard","type":"number","default":0},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Track Scores","name":"track_scores","description":"Whether to calculate and return document scores, even if the scores are not used for sorting. Defaults to false.","type":"boolean","default":false},{"displayName":"Track Total Hits","name":"track_total_hits","description":"Number of hits matching the query to count accurately. Defaults to 10000.","type":"number","default":10000},{"displayName":"Version","name":"version","description":"Whether to return document version as part of a hit. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to add the document to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["create"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["create"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["create"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Document ID","name":"documentId","description":"ID of the document to create and add to the index","type":"string","default":""},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Bulk Create","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to create the document/s"},{"displayName":"Pipeline ID","name":"pipeline","description":"ID of the pipeline to use to preprocess incoming documents","type":"string","default":""},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Index ID","name":"indexId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"options":[{"displayName":"Bulk Update","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to update the document/s"},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["index"]}},"options":[{"name":"Create","value":"create","action":"Create an index"},{"name":"Delete","value":"delete","action":"Delete an index"},{"name":"Get","value":"get","action":"Get an index"},{"name":"Get Many","value":"getAll","action":"Get many indices"}],"default":"create"},{"displayName":"Index ID","name":"indexId","description":"ID of the index to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["create"]}},"options":[{"displayName":"Aliases","name":"aliases","description":"Index aliases which include the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html\">alias object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": { \"user.id\": \"kimchy\" }\n },\n \"routing\": \"shard-1\"\n }\n }\n}"},{"displayName":"Include Type Name","name":"include_type_name","description":"Whether a mapping type is expected in the body of mappings. Defaults to false.","type":"boolean","default":false},{"displayName":"Mappings","name":"mappings","description":"Mapping for fields in the index, as <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html\">mapping object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}"},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Settings","name":"settings","description":"Configuration options for the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings\">index settings object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n \"settings\": {\n \"index\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n }\n}"},{"displayName":"Timeout","name":"timeout","description":"Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>30s</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"30s"},{"displayName":"Wait for Active Shards","name":"wait_for_active_shards","description":"The number of shard copies that must be active before proceeding with the operation. Set to <code>all</code> or any positive integer up to the total number of shards in the index. Default: 1, the primary shard","type":"string","default":"1"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["delete"]}}},{"displayName":"Index ID","name":"indexId","description":"ID of the index to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["get"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"all"},{"displayName":"Flat Settings","name":"flat_settings","description":"Whether to return settings in flat format. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether to request that target a missing index return an error. Defaults to false.","type":"boolean","default":false},{"displayName":"Include Defaults","name":"include_defaults","description":"Whether to return all default settings in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Local","name":"local","description":"Whether to retrieve information from the local node only. Defaults to false.","type":"boolean","default":false},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["index"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["index"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsearch/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticsearch/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
|
|
99
99
|
{"displayName":"Elastic Security","name":"elasticSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elastic Security API","defaults":{"name":"Elastic Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticSecurityApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Case","value":"case"},{"name":"Case Comment","value":"caseComment"},{"name":"Case Tag","value":"caseTag"},{"name":"Connector","value":"connector"}],"default":"case"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["case"]}},"options":[{"name":"Create","value":"create","description":"Create a case","action":"Create a case"},{"name":"Delete","value":"delete","description":"Delete a case","action":"Delete a case"},{"name":"Get","value":"get","description":"Get a case","action":"Get a case"},{"name":"Get Many","value":"getAll","description":"Retrieve many cases","action":"Get many cases"},{"name":"Get Status","value":"getStatus","description":"Retrieve a summary of all case activity","action":"Get the status of a case"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Name or ID","name":"connectorId","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getConnectors"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","description":"Type of the Jira issue to create for this case","type":"string","placeholder":"Task","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Priority","name":"priority","description":"Priority of the Jira issue to create for this case","type":"string","placeholder":"High","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Urgency","name":"urgency","description":"Urgency of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Severity","name":"severity","description":"Severity of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Impact","name":"impact","description":"Impact of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Category","name":"category","type":"string","description":"Category of the ServiceNow ITSM issue to create for this case","required":true,"default":"","placeholder":"Helpdesk","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Issue Types","name":"issueTypes","description":"Comma-separated list of numerical types of the IBM Resilient issue to create for this case","type":"string","placeholder":"123,456","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Severity Code","name":"severityCode","description":"Severity code of the IBM Resilient issue to create for this case","type":"number","typeOptions":{"minValue":0},"required":true,"default":1,"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"},{"name":"Closed","value":"closed"}],"default":"open"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTags"}}]},{"displayName":"Sort","name":"sortOptions","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Sort Options","name":"sortOptionsProperties","values":[{"displayName":"Sort Key","name":"sortField","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Updated At","value":"updatedAt"}],"default":"createdAt"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"open","options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"}]},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["caseComment"]}},"options":[{"name":"Add","value":"add","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Get","value":"get","description":"Get a case comment","action":"Get a case comment"},{"name":"Get Many","value":"getAll","description":"Retrieve many case comments","action":"Get many case comments"},{"name":"Remove","value":"remove","description":"Remove a comment from a case","action":"Remove a comment from a case"},{"name":"Update","value":"update","description":"Update a comment in a case","action":"Update a comment from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}},"options":[{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""}]},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Comment ID","name":"commentId","description":"ID of the case comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to remove","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","description":"Text to replace current comment message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["caseTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a case","action":"Add a tag to a case"},{"name":"Remove","value":"remove","description":"Remove a tag from a case","action":"Remove a tag from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Tag to attach to the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["connector"]}},"options":[{"name":"Create","value":"create","description":"Create a connector","action":"Create a connector"}],"default":"create"},{"displayName":"Connector Name","name":"name","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient)","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"API URL","name":"apiUrl","type":"string","description":"URL of the third-party instance","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Email","name":"email","description":"Jira-registered email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"API Token","name":"apiToken","description":"Jira API token","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Project Key","name":"projectKey","description":"Jira Project Key","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Username","name":"username","description":"ServiceNow ITSM username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Password","name":"password","description":"ServiceNow ITSM password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"API Key ID","name":"apiKeyId","description":"IBM Resilient API key ID","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"API Key Secret","name":"apiKeySecret","description":"IBM Resilient API key secret","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Organization ID","name":"orgId","description":"IBM Resilient organization ID","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticSecurity/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/ElasticSecurity/elasticSecurity.svg"},
|
|
100
|
-
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2,"iconColor":"green","version":2,"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, <a data-key='activate'>activate</a> it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, <a data-key='activate'>activate</a> it to have it also listen continuously (you just won’t see those executions here)."},"usableAsTool":true,"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Force Reconnect Every Minutes","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
|
|
101
|
-
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2,"version":1,"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, <a data-key='activate'>activate</a> it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, <a data-key='activate'>activate</a> it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Force Reconnect","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
|
|
100
|
+
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.1,"iconColor":"green","version":[2,2.1],"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, <a data-key='activate'>activate</a> it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, <a data-key='activate'>activate</a> it to have it also listen continuously (you just won’t see those executions here)."},"usableAsTool":true,"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Force Reconnect Every Minutes","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
|
|
101
|
+
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.1,"version":1,"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, <a data-key='activate'>activate</a> it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, <a data-key='activate'>activate</a> it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Force Reconnect","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
|
|
102
102
|
{"displayName":"Send Email","name":"emailSend","icon":"fa:envelope","group":["output"],"defaultVersion":2.1,"description":"Sends an email using SMTP protocol","version":[2,2.1],"defaults":{"name":"Send Email","color":"#00bb88"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"smtp","required":true,"testedBy":"smtpConnectionTest"}],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"default":"email","options":[{"name":"Email","value":"email"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"send","options":[{"name":"Send","value":"send","action":"Send an Email"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"}]},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe <nate@n8n.io>.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe <nate@n8n.io>.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text","description":"Send email as plain text"},{"name":"HTML","value":"html","description":"Send email as HTML"},{"name":"Both","value":"both","description":"Send both formats, recipient's client selects version to display"}],"default":"html","displayOptions":{"hide":{"@version":[2]},"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"},{"name":"Both","value":"both"}],"default":"text","displayOptions":{"show":{"@version":[2],"resource":["email"],"operation":["send"]}}},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email","displayOptions":{"show":{"emailFormat":["text","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email","displayOptions":{"show":{"emailFormat":["html","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase “This email was sent automatically with n8n” to the end of the email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma-separated. Reference embedded images or other content within the body of an email message, e.g. <img src=\"cid:image_1\">"},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}],"displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe <nate@n8n.io>.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe <nate@n8n.io>.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n {\n \"fieldLabel\":\"Name\",\n \"placeholder\":\"enter 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":["email"],"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":["email"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether 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":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether 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":["email"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/sendemail/"}]}}},
|
|
103
103
|
{"displayName":"Send Email","name":"emailSend","icon":"fa:envelope","group":["output"],"defaultVersion":2.1,"description":"Sends an Email","version":1,"defaults":{"name":"Send Email","color":"#00bb88"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"smtp","required":true}],"properties":[{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender optional with name"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient"},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email"},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma-separated."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}]}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/sendemail/"}]}}},
|
|
104
104
|
{"displayName":"Emelia","name":"emelia","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Emelia API","defaults":{"name":"Emelia"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"emeliaApi","required":true,"testedBy":"emeliaApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"},{"name":"Contact List","value":"contactList"}],"default":"campaign","required":true},{"displayName":"Operation","name":"operation","type":"options","default":"get","noDataExpression":true,"options":[{"name":"Add Contact","value":"addContact","action":"Add a contact to a campaign"},{"name":"Create","value":"create","action":"Create a campaign"},{"name":"Duplicate","value":"duplicate","action":"Duplicate a campaign"},{"name":"Get","value":"get","action":"Get a campaign"},{"name":"Get Many","value":"getAll","action":"Get many campaigns"},{"name":"Pause","value":"pause","action":"Pause a campaign"},{"name":"Start","value":"start","action":"Start a campaign"}],"displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":[],"required":true,"description":"The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}}},{"displayName":"Contact Email","name":"contactEmail","type":"string","required":true,"default":"","description":"The email of the contact to add to the campaign","displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"The name of the field to add custom field to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact to add"},{"displayName":"Last Contacted","name":"lastContacted","type":"dateTime","default":"","description":"Last contacted date of the contact to add"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact to add"},{"displayName":"Last Open","name":"lastOpen","type":"dateTime","default":"","description":"Last opened date of the contact to add"},{"displayName":"Last Replied","name":"lastReplied","type":"dateTime","default":"","description":"Last replied date of the contact to add"},{"displayName":"Mails Sent","name":"mailsSent","type":"number","default":0,"description":"Number of emails sent to the contact to add"},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"Phone number of the contact to add"}]},{"displayName":"Campaign Name","name":"campaignName","type":"string","required":true,"default":"","description":"The name of the campaign to create","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to retrieve","displayOptions":{"show":{"resource":["campaign"],"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":["campaign"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to pause. The campaign must be in RUNNING mode.","displayOptions":{"show":{"resource":["campaign"],"operation":["pause"]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to start. Email provider and contacts must be set.","displayOptions":{"show":{"resource":["campaign"],"operation":["start"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","default":"","required":true,"description":"The ID of the campaign to duplicate. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCampaigns"},"displayOptions":{"show":{"resource":["campaign"],"operation":["duplicate"]}}},{"displayName":"New Campaign Name","name":"campaignName","type":"string","required":true,"default":"","description":"The name of the new campaign to create","displayOptions":{"show":{"resource":["campaign"],"operation":["duplicate"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["duplicate"],"resource":["campaign"]}},"options":[{"displayName":"Copy Contacts","name":"copyContacts","type":"boolean","default":false,"description":"Whether to copy all the contacts from the original campaign"},{"displayName":"Copy Email Provider","name":"copyProvider","type":"boolean","default":true,"description":"Whether to set the same email provider than the original campaign"},{"displayName":"Copy Email Sequence","name":"copyMails","type":"boolean","default":true,"description":"Whether to copy all the steps of the email sequence from the original campaign"},{"displayName":"Copy Global Settings","name":"copySettings","type":"boolean","default":true,"description":"Whether to copy all the general settings from the original campaign"}]},{"displayName":"Operation","name":"operation","type":"options","default":"getAll","noDataExpression":true,"options":[{"name":"Add","value":"add","action":"Add a contact list"},{"name":"Get Many","value":"getAll","action":"Get many contact lists"}],"displayOptions":{"show":{"resource":["contactList"]}}},{"displayName":"Contact List Name or ID","name":"contactListId","type":"options","typeOptions":{"loadOptionsMethod":"getContactLists"},"default":[],"required":true,"description":"The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}}},{"displayName":"Contact Email","name":"contactEmail","type":"string","required":true,"default":"","description":"The email of the contact to add to the contact list","displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"The name of the field to add custom field to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact to add"},{"displayName":"Last Contacted","name":"lastContacted","type":"dateTime","default":"","description":"Last contacted date of the contact to add"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact to add"},{"displayName":"Last Open","name":"lastOpen","type":"dateTime","default":"","description":"Last opened date of the contact to add"},{"displayName":"Last Replied","name":"lastReplied","type":"dateTime","default":"","description":"Last replied date of the contact to add"},{"displayName":"Mails Sent","name":"mailsSent","type":"number","default":0,"description":"Number of emails sent to the contact to add"},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"Phone number of the contact to add"}]},{"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":["contactList"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["contactList"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.emelia/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/emelia/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Emelia/emelia.svg"},
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{"displayName":"ERPNext","name":"erpNext","group":["output"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume ERPNext API","defaults":{"name":"ERPNext"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"erpNextApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Retrieve a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Retrieve many documents","action":"Get many documents"},{"name":"Update","value":"update","description":"Update a document","action":"Update a document"}],"default":"create"},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"DocType whose documents to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"Customer","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDocFilters","loadOptionsDependsOn":["docType"]},"default":[],"description":"Comma-separated list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"name,country"},{"displayName":"Filters","name":"filters","type":"fixedCollection","default":{},"placeholder":"Add Filter","description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Field Name or ID","name":"field","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":"getDocFields","loadOptionsDependsOn":["docType"]},"default":""},{"displayName":"Operator","name":"operator","type":"options","default":"is","options":[{"name":"EQUALS, or GREATER","value":"equalsGreater"},{"name":"EQUALS, or LESS","value":"equalsLess"},{"name":"IS","value":"is"},{"name":"IS GREATER","value":"greater"},{"name":"IS LESS","value":"less"},{"name":"IS NOT","value":"isNot"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the operator condition"}]}]}]},{"displayName":"DocType Name or ID","name":"docType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDocTypes"},"required":true,"description":"DocType you would like to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"Customer","displayOptions":{"show":{"resource":["document"],"operation":["create"]}}},{"displayName":"Properties","name":"properties","type":"fixedCollection","placeholder":"Add Property","required":true,"default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Property","name":"customProperty","placeholder":"Add Property","values":[{"displayName":"Field Name or ID","name":"field","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":"getDocFields","loadOptionsDependsOn":["docType"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"required":true},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"required":true},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"required":true},{"displayName":"Properties","name":"properties","type":"fixedCollection","placeholder":"Add Property","description":"Properties of request body","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Field Name or ID","name":"field","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":"getDocFields","loadOptionsDependsOn":["docType"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}],"codex":{"categories":["Finance & Accounting","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.erpnext/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/erpnext/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ERPNext/erpnext.svg"},
|
|
107
107
|
{"displayName":"Error Trigger","name":"errorTrigger","icon":"fa:bug","iconColor":"blue","group":["trigger"],"version":1,"description":"Triggers the workflow when another workflow has an error","eventTriggerDescription":"","mockManualExecution":true,"maxNodes":1,"defaults":{"name":"Error Trigger","color":"#0000FF"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This node will trigger when there is an error in another workflow, as long as that workflow is set up to do so. <a href=\"https://docs.n8n.io/integrations/core-nodes/n8n-nodes-base.errortrigger\" target=\"_blank\">More info<a>","name":"notice","type":"notice","default":""}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.errortrigger/"}]}}},
|
|
108
108
|
{"displayName":"Evaluation Trigger","icon":"fa:check-double","name":"evaluationTrigger","group":["trigger"],"version":4.6,"description":"Run a test dataset through your workflow to check performance","eventTriggerDescription":"","defaults":{"name":"When fetching a dataset row","color":"#c3c9d5"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"Pulls a test dataset from a Google Sheet. The workflow will run once for each row, in sequence. Tips for wiring this node up <a href=\"https://docs.n8n.io/advanced-ai/evaluations/tips-and-common-issues/#combining-multiple-triggers\">here</a>.","name":"notice","type":"notice","default":""},{"displayName":"Credentials","name":"credentials","type":"credentials","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"hint":"Example dataset format <a href=\"https://docs.google.com/spreadsheets/d/1vD_IdeFUg7sHsK9okL6Doy1rGOkWTnPJV3Dro4FBUsY/edit?gid=0#gid=0\">here</a>"},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}]},{"displayName":"Limit Rows","name":"limitRows","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to limit number of rows to process"},{"displayName":"Max Rows to Process","name":"maxRows","type":"number","default":10,"description":"Maximum number of rows to process","noDataExpression":false,"displayOptions":{"show":{"limitRows":[true]}}},{"displayName":"Filters","name":"filtersUI","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Filter","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Column","name":"lookupColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowWithGeneratedColumnNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"lookupValue","type":"string","default":"","hint":"The column must have this value to be matched"}]}]}],"codex":{"alias":["Test","Metrics","Evals","Set Output","Set Metrics"]},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}]},
|
|
109
|
-
{"displayName":"Evaluation","icon":"fa:check-double","name":"evaluation","group":["transform"],"version":4.6,"description":"Runs an evaluation","eventTriggerDescription":"","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Evaluation","color":"#c3c9d5"},"inputs":["main"],"outputs":"={{(function setOutputs(parameters) {\n if (parameters.operation === 'checkIfEvaluating') {\n return [\n { type: 'main', displayName: 'Evaluation' },\n { type: 'main', displayName: 'Normal' },\n ];\n }\n return [{ type: 'main' }];\n})($parameter)}}","codex":{"alias":["Test","Metrics","Evals","Set Output","Set Metrics"]},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"],"operation":["setOutputs"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"],"operation":["setOutputs"]}}}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Set Outputs","value":"setOutputs"},{"name":"Set Metrics","value":"setMetrics"},{"name":"Check If Evaluating","value":"checkIfEvaluating"}],"default":"setOutputs"},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Credentials","name":"credentials","type":"credentials","default":""},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Outputs","name":"outputs","placeholder":"Add Output","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Output","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"outputName","type":"string","default":""},{"displayName":"Value","name":"outputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Calculate the score(s) for the evaluation, then map them into this node. They will be displayed in the ‘evaluations’ tab, not the Google Sheet. <a href='https://docs.n8n.io/advanced-ai/evaluations/metric-based-evaluations/#2-calculate-metrics' target='_blank'>View metric examples</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"]}}},{"displayName":"Metrics to Return","name":"metrics","type":"assignmentCollection","default":{"assignments":[{"name":"","value":"","type":"number"}]},"typeOptions":{"assignment":{"disableType":true,"defaultType":"number"}},"displayOptions":{"show":{"operation":["setMetrics"]}}},{"displayName":"Routes to the ‘evaluation’ branch if the execution started from an evaluation trigger. Otherwise routes to the ‘normal’ branch.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["checkIfEvaluating"]}}}]},
|
|
109
|
+
{"displayName":"Evaluation","icon":"fa:check-double","name":"evaluation","group":["transform"],"version":[4.6,4.7],"description":"Runs an evaluation","eventTriggerDescription":"","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Evaluation","color":"#c3c9d5"},"inputs":"={{(function setInputs(parameters) {\n if (parameters.operation === 'setMetrics' &&\n ['correctness', 'helpfulness'].includes(parameters.metric)) {\n return [\n { type: 'main' },\n { type: 'ai_languageModel', displayName: 'Model', maxConnections: 1 },\n ];\n }\n return [{ type: 'main' }];\n})($parameter)}}","outputs":"={{(function setOutputs(parameters) {\n if (parameters.operation === 'checkIfEvaluating') {\n return [\n { type: 'main', displayName: 'Evaluation' },\n { type: 'main', displayName: 'Normal' },\n ];\n }\n return [{ type: 'main' }];\n})($parameter)}}","codex":{"alias":["Test","Metrics","Evals","Set Output","Set Metrics"]},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"],"operation":["setOutputs"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"],"operation":["setOutputs"]}}}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Set Outputs","value":"setOutputs"},{"name":"Set Metrics","value":"setMetrics"},{"name":"Check If Evaluating","value":"checkIfEvaluating"}],"default":"setOutputs"},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Credentials","name":"credentials","type":"credentials","default":""},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Outputs","name":"outputs","placeholder":"Add Output","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Output","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"outputName","type":"string","default":""},{"displayName":"Value","name":"outputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Metrics measure the quality of an execution. They will be displayed in the ‘evaluations’ tab, not the Google Sheet.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"]}}},{"displayName":"Metric","name":"metric","type":"hidden","default":"customMetrics","displayOptions":{"show":{"operation":["setMetrics"],"@version":[4.6]}}},{"displayName":"Metric","name":"metric","type":"options","noDataExpression":true,"options":[{"name":"Correctness (AI-based)","value":"correctness","description":"Whether the answer’s meaning is consistent with a reference answer. Uses a scale of 1 (worst) to 5 (best)."},{"name":"Helpfulness (AI-based)","value":"helpfulness","description":"Whether the response addresses the query. Uses a scale of 1 (worst) to 5 (best)."},{"name":"String Similarity","value":"stringSimilarity","description":"How close the answer is to a reference answer, measured character-by-character (edit distance). Returns a score between 0 and 1."},{"name":"Categorization","value":"categorization","description":"Whether the answer exactly matches the reference answer. Returns 1 if so and 0 otherwise."},{"name":"Tools Used","value":"toolsUsed","description":"Whether tool(s) were used or not. Returns a score between 0 and 1."},{"name":"Custom Metrics","value":"customMetrics","description":"Define your own metric(s)"}],"default":"correctness","displayOptions":{"show":{"operation":["setMetrics"],"@version":[{"_cnd":{"gte":4.7}}]}}},{"displayName":"Expected Answer","name":"expectedAnswer","type":"string","default":"","description":"The expected output defined in your evaluation dataset, used as ground truth","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"Actual Answer","name":"actualAnswer","type":"string","default":"","description":"The real response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"User Query","name":"userQuery","type":"string","default":"","description":"The original input or question submitted by the user","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Response","name":"actualAnswer","type":"string","default":"","description":"The response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Expected Tools","name":"expectedTools","type":"string","default":"","description":"Enter the name(s) of the tool(s) you expect the AI to call (separated by commas)","placeholder":"Get Events, Send Email, Search Database","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Intermediate Steps (of Agent)","name":"intermediateSteps","type":"string","default":"","hint":"The output field of the agent containing the tools called. To see it, enable returning intermediate steps in the agent’s options","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert factual evaluator assessing the accuracy of answers compared to established ground truths.\n\nEvaluate the factual correctness of a given output compared to the provided ground truth on a scale from 1 to 5. Use detailed reasoning to thoroughly analyze all claims before determining the final score.\n\n# Scoring Criteria\n\n- 5: Highly similar - The output and ground truth are nearly identical, with only minor, insignificant differences.\n- 4: Somewhat similar - The output is largely similar to the ground truth but has few noticeable differences.\n- 3: Moderately similar - There are some evident differences, but the core essence is captured in the output.\n- 2: Slightly similar - The output only captures a few elements of the ground truth and contains several differences.\n- 1: Not similar - The output is significantly different from the ground truth, with few or no matching elements.\n\n# Evaluation Steps\n\n1. Identify and list the key elements present in both the output and the ground truth.\n2. Compare these key elements to evaluate their similarities and differences, considering both content and structure.\n3. Analyze the semantic meaning conveyed by both the output and the ground truth, noting any significant deviations.\n4. Consider factual accuracy of specific details, including names, dates, numbers, and relationships.\n5. Assess whether the output maintains the factual integrity of the ground truth, even if phrased differently.\n6. Determine the overall level of similarity and accuracy according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the comparison (extended reasoning)\n- A one-sentence summary highlighting key differences (not similarities)\n- The final similarity score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n \"extended_reasoning\": \"<detailed step-by-step analysis of factual accuracy and similarity>\",\n \"reasoning_summary\": \"<one sentence summary focusing on key differences>\",\n \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Output: \"The cat sat on the mat.\"\n- Ground Truth: \"The feline is sitting on the rug.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"I need to compare 'The cat sat on the mat' with 'The feline is sitting on the rug.' First, let me identify the key elements: both describe an animal ('cat' vs 'feline') in a position ('sat' vs 'sitting') on a surface ('mat' vs 'rug'). The subject is semantically identical - 'cat' and 'feline' refer to the same animal. The action is also semantically equivalent - 'sat' and 'sitting' both describe the same position, though one is past tense and one is present continuous. The location differs in specific wording ('mat' vs 'rug') but both refer to floor coverings that serve the same function. The basic structure and meaning of both sentences are preserved, though they use different vocabulary and slightly different tense. The core information being conveyed is the same, but there are noticeable wording differences.\",\n \"reasoning_summary\": \"The sentences differ in vocabulary choice ('cat' vs 'feline', 'mat' vs 'rug') and verb tense ('sat' vs 'is sitting').\",\n \"score\": 3\n}\n\n**Example 2:**\n\nInput:\n- Output: \"The quick brown fox jumps over the lazy dog.\"\n- Ground Truth: \"A fast brown animal leaps over a sleeping canine.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"I need to compare 'The quick brown fox jumps over the lazy dog' with 'A fast brown animal leaps over a sleeping canine.' Starting with the subjects: 'quick brown fox' vs 'fast brown animal'. Both describe the same entity (a fox is a type of animal) with the same attributes (quick/fast and brown). The action is described as 'jumps' vs 'leaps', which are synonymous verbs describing the same motion. The object in both sentences is a dog, described as 'lazy' in one and 'sleeping' in the other, which are related concepts (a sleeping dog could be perceived as lazy). The structure follows the same pattern: subject + action + over + object. The sentences convey the same scene with slightly different word choices that maintain the core meaning. The level of specificity differs slightly ('fox' vs 'animal', 'dog' vs 'canine'), but the underlying information and imagery remain very similar.\",\n \"reasoning_summary\": \"The sentences use different but synonymous terminology ('quick' vs 'fast', 'jumps' vs 'leaps', 'lazy' vs 'sleeping') and varying levels of specificity ('fox' vs 'animal', 'dog' vs 'canine').\",\n \"score\": 4\n}\n\n# Notes\n\n- Focus primarily on factual accuracy and semantic similarity, not writing style or phrasing differences.\n- Identify specific differences rather than making general assessments.\n- Pay special attention to dates, numbers, names, locations, and causal relationships when present.\n- Consider the significance of each difference in the context of the overall information.\n- Be consistent in your scoring approach across different evaluations.","description":"Instruction used to guide the model in scoring the actual answer’s correctness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert evaluator assessing the helpfulness of responses to user queries.\n\nEvaluate how helpful and useful a given response is to the user's question or request on a scale from 1 to 5. Consider whether the response addresses the user's needs, provides actionable information, and is relevant to their query.\n\n# Scoring Criteria\n\n- 5: Extremely helpful - The response fully addresses the user's needs, provides comprehensive and actionable information, and goes above and beyond to be useful.\n- 4: Very helpful - The response addresses most of the user's needs, provides useful information, and is highly relevant.\n- 3: Moderately helpful - The response addresses some of the user's needs, provides some useful information, but may lack completeness or depth.\n- 2: Slightly helpful - The response provides minimal useful information and only partially addresses the user's needs.\n- 1: Not helpful - The response fails to address the user's needs, provides no useful information, or is irrelevant.\n\n# Evaluation Steps\n\n1. Analyze the user's question or request to understand what they're looking for.\n2. Evaluate how well the response addresses the specific needs expressed in the query.\n3. Assess the completeness and quality of the information provided.\n4. Consider the relevance and applicability of the response to the user's situation.\n5. Evaluate whether the response provides actionable insights or next steps.\n6. Determine the overall helpfulness according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the response's helpfulness (extended reasoning)\n- A one-sentence summary highlighting the key strengths or weaknesses\n- The final helpfulness score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n \"extended_reasoning\": \"<detailed step-by-step analysis of the response's helpfulness>\",\n \"reasoning_summary\": \"<one sentence summary of the response's helpfulness>\",\n \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Query: \"How do I fix a leaky faucet?\"\n- Response: \"A leaky faucet is usually caused by a worn washer or O-ring. Turn off the water supply, remove the handle, replace the washer or O-ring, and reassemble. If the leak persists, you may need to replace the entire cartridge.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"The user asked for help fixing a leaky faucet, which is a practical home maintenance question. The response directly addresses the query by identifying the most common cause (worn washer or O-ring) and provides a clear step-by-step solution. It includes important safety information (turning off water supply) and offers a backup solution if the initial fix doesn't work. The response is concise, actionable, and comprehensive for this common problem.\",\n \"reasoning_summary\": \"The response provides a complete, actionable solution with clear steps and troubleshooting advice.\",\n \"score\": 5\n}\n\n**Example 2:**\n\nInput:\n- Query: \"What's the weather like?\"\n- Response: \"Weather can be sunny, rainy, cloudy, or snowy depending on various atmospheric conditions.\"\n\nExpected Output:\n{\n \"extended_reasoning\": \"The user asked about the weather, which typically implies they want current weather conditions for their location or a specific place. However, the response provides only generic information about weather types without addressing the specific query. It doesn't provide current conditions, forecasts, or ask for location clarification. The response is factually correct but completely unhelpful for the user's actual need.\",\n \"reasoning_summary\": \"The response provides generic weather information instead of addressing the user's likely need for current conditions.\",\n \"score\": 1\n}\n\n# Notes\n\n- Focus on practical utility and how well the response serves the user's actual needs\n- Consider completeness, accuracy, and actionability of the information\n- Pay attention to whether the response asks for clarification when needed\n- Evaluate whether the response is appropriately detailed for the query complexity","description":"Instruction used to guide the model in scoring the actual answer’s helpfulness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Calculate the custom metrics before this node, then map them below. <a href='https://docs.n8n.io/advanced-ai/evaluations/metric-based-evaluations/#2-calculate-metrics' target='_blank'>View metric examples</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Metrics to Return","name":"metrics","type":"assignmentCollection","default":{"assignments":[{"name":"","value":"","type":"number"}]},"typeOptions":{"assignment":{"disableType":true,"defaultType":"number"}},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Correctness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Output: {actual_answer}\n\nGround truth: {expected_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{actual_answer}</code> and <code>{expected_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Helpfulness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Query: {user_query}\n\nResponse: {actual_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{user_query}</code> and <code>{actual_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Categorization"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["categorization"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"String similarity"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["stringSimilarity"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Tools Used"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Routes to the ‘evaluation’ branch if the execution started from an evaluation trigger. Otherwise routes to the ‘normal’ branch.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["checkIfEvaluating"]}}}]},
|
|
110
110
|
{"displayName":"Eventbrite Trigger","name":"eventbriteTrigger","group":["trigger"],"version":1,"description":"Handle Eventbrite events via webhooks","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Eventbrite Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"eventbriteApi","required":true,"displayOptions":{"show":{"authentication":["privateKey"]}}},{"name":"eventbriteOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Private Key","value":"privateKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"privateKey"},{"displayName":"Organization Name or ID","name":"organization","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","description":"The Eventbrite Organization to work on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event Name or ID","name":"event","type":"options","required":true,"typeOptions":{"loadOptionsDependsOn":["organization"],"loadOptionsMethod":"getEvents"},"default":"","description":"Limit the triggers to this event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Actions","name":"actions","type":"multiOptions","options":[{"name":"attendee.checked_in","value":"attendee.checked_in"},{"name":"attendee.checked_out","value":"attendee.checked_out"},{"name":"attendee.updated","value":"attendee.updated"},{"name":"event.created","value":"event.created"},{"name":"event.published","value":"event.published"},{"name":"event.unpublished","value":"event.unpublished"},{"name":"event.updated","value":"event.updated"},{"name":"order.placed","value":"order.placed"},{"name":"order.refunded","value":"order.refunded"},{"name":"order.updated","value":"order.updated"},{"name":"organizer.updated","value":"organizer.updated"},{"name":"ticket_class.created","value":"ticket_class.created"},{"name":"ticket_class.deleted","value":"ticket_class.deleted"},{"name":"ticket_class.updated","value":"ticket_class.updated"},{"name":"venue.updated","value":"venue.updated"}],"required":true,"default":[],"description":"One or more action to subscribe to"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data only contain the URL to receive the object data manually. If this option gets activated, it will resolve the data automatically."}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.eventbritetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/eventbrite/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Eventbrite/eventbrite.png"},
|
|
111
111
|
{"displayName":"Execute Command","name":"executeCommand","icon":"fa:terminal","iconColor":"crimson","group":["transform"],"version":1,"description":"Executes a command on the host","defaults":{"name":"Execute Command","color":"#886644"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Execute Once","name":"executeOnce","type":"boolean","default":true,"description":"Whether to execute only once instead of once for each entry"},{"displayName":"Command","name":"command","typeOptions":{"rows":5},"type":"string","default":"","placeholder":"echo \"test\"","description":"The command to execute","required":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Shell","Command","OS","Bash"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/"}]}}},
|
|
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/"}]}}},
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
{"displayName":"Filter","name":"filter","icon":"fa:filter","iconColor":"light-blue","group":["transform"],"description":"Remove items matching a condition","defaultVersion":2.2,"version":1,"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The type of values to compare","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Value 1","name":"value1","type":"boolean","default":false,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"}]},{"name":"dateTime","displayName":"Date & Time","values":[{"displayName":"Value 1","name":"value1","type":"dateTime","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":"","description":"The value to compare with the first one"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Value 1","name":"value1","type":"number","default":0,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller or Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger or Equal","value":"largerEqual"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty"]}},"default":0,"description":"The value to compare with the first one"}]},{"name":"string","displayName":"String","values":[{"displayName":"Value 1","name":"value1","type":"string","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty","regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"}]}]},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","options":[{"name":"AND","description":"Items are passed to the next node only if they meet all the conditions","value":"AND"},{"name":"OR","description":"Items are passed to the next node if they meet at least one condition","value":"OR"}],"default":"AND","description":"How to combine the conditions: AND requires all conditions to be true, OR requires at least one condition to be true"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]}}},
|
|
125
125
|
{"displayName":"Flow","name":"flow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Flow API","defaults":{"name":"Flow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task","description":"Tasks are units of work that can be private or assigned to a list. Through this endpoint, you can manipulate your tasks in Flow, including creating new ones."}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Create resources under the given workspace"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"The title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"Create resources under the given workspace"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The title of the task"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether to complete the task"},{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"Text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"Text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]},{"displayName":"Order","name":"order","type":"options","default":"created_at","options":[{"name":"Account ID","value":"account_id"},{"name":"Completed At","value":"completed_at"},{"name":"Created At","value":"created_at"},{"name":"Due On","value":"due_on"},{"name":"List ID","value":"list_id"},{"name":"Name","value":"name"},{"name":"Owner ID","value":"owner_id"},{"name":"Position","value":"position"},{"name":"Section ID","value":"section_id"},{"name":"Starts On","value":"starts_on"},{"name":"Updated At","value":"updated_at"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","description":"Create resources under the given workspace"},{"displayName":"Created Before","name":"createdBefore","type":"dateTime","default":"","description":"Select resources created before a certain time"},{"displayName":"Created After","name":"createdAfter","type":"dateTime","default":"","description":"Select resources created after a certain time"},{"displayName":"Update Before","name":"updateBefore","type":"dateTime","default":"","description":"Select resources updated before a certain time"},{"displayName":"Update After","name":"updateAfter","type":"dateTime","default":"","description":"Select resources updated after a certain time"},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether to select deleted resources"},{"displayName":"Cleared","name":"cleared","type":"boolean","default":false,"description":"Whether to select cleared resources"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.flow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/flow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.svg"},
|
|
126
126
|
{"displayName":"Flow Trigger","name":"flowTrigger","group":["trigger"],"version":1,"description":"Handle Flow events via webhooks","defaults":{"name":"Flow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"","options":[{"name":"Project","value":"list"},{"name":"Task","value":"task"}],"description":"Resource that triggers the webhook"},{"displayName":"Project ID","name":"listIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"]},"hide":{"resource":["task"]}},"description":"Lists IDs, perhaps known better as \"Projects\" separated by a comma (,)"},{"displayName":"Task ID","name":"taskIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"]},"hide":{"resource":["list"]}},"description":"Task IDs separated by a comma (,)"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.flowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/flow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.svg"},
|
|
127
|
-
{"displayName":"n8n Form","name":"form","group":["input"],"version":1,"description":"Generate webforms in n8n and pass their responses to the workflow","defaults":{"name":"Form"},"inputs":["main"],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"responseNode","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"}],"properties":[{"displayName":"An n8n Form Trigger node must be set up before this node","name":"triggerNotice","type":"notice","default":""},{"displayName":"Page Type","name":"operation","type":"options","default":"page","noDataExpression":true,"options":[{"name":"Next Form Page","value":"page"},{"name":"Form Ending","value":"completion"}]},{"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":{"operation":["page"]}}},{"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"],"operation":["page"]}}},{"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"],"operation":["page"]}}},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["page"]}}},{"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"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["page"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"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"],"limitWaitTime":[true],"operation":["page"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML.","typeOptions":{"rows":2}},{"displayName":"Button Label","name":"buttonLabel","type":"string","default":"Submit"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"operation":["page"]}}},{"displayName":"On n8n Form Submission","name":"respondWith","type":"options","default":"text","options":[{"name":"Show Completion Screen","value":"text","description":"Show a response text to the user"},{"name":"Redirect to URL","value":"redirect","description":"Redirect the user to a URL"},{"name":"Show Text","value":"showText","description":"Display simple text or HTML"},{"name":"Return Binary File","value":"returnBinary","description":"Return incoming binary file"}],"displayOptions":{"show":{"operation":["completion"]}}},{"displayName":"URL","name":"redirectUrl","validateType":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["redirect"],"operation":["completion"]}}},{"displayName":"Completion Title","name":"completionTitle","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Completion Message","name":"completionMessage","type":"string","default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Text","name":"responseText","type":"string","displayOptions":{"show":{"respondWith":["showText"],"operation":["completion"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Thanks for filling the form","description":"The text to display on the page. Use HTML to show a customized web page."},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"respondWith":["returnBinary"],"operation":["completion"]}},"default":"data","placeholder":"e.g. data","description":"Find the name of input field containing the binary data to return in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to be returned"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["completion"]}}},{"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"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["completion"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"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"],"limitWaitTime":[true],"operation":["completion"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Completion Page Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["_Form","form","table","submit","post","page","step","stage","multi"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg"},
|
|
127
|
+
{"displayName":"n8n Form","name":"form","group":["input"],"version":1,"description":"Generate webforms in n8n and pass their responses to the workflow","defaults":{"name":"Form"},"inputs":["main"],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"responseNode","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"}],"properties":[{"displayName":"An n8n Form Trigger node must be set up before this node","name":"triggerNotice","type":"notice","default":""},{"displayName":"Page Type","name":"operation","type":"options","default":"page","noDataExpression":true,"options":[{"name":"Next Form Page","value":"page"},{"name":"Form Ending","value":"completion"}]},{"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":{"operation":["page"]}}},{"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"],"operation":["page"]}}},{"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"],"operation":["page"]}}},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["page"]}}},{"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"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["page"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"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"],"limitWaitTime":[true],"operation":["page"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML.","typeOptions":{"rows":2}},{"displayName":"Button Label","name":"buttonLabel","type":"string","default":"Submit"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"operation":["page"]}}},{"displayName":"On n8n Form Submission","name":"respondWith","type":"options","default":"text","options":[{"name":"Show Completion Screen","value":"text","description":"Show a response text to the user"},{"name":"Redirect to URL","value":"redirect","description":"Redirect the user to a URL"},{"name":"Show Text","value":"showText","description":"Display simple text or HTML"},{"name":"Return Binary File","value":"returnBinary","description":"Return incoming binary file"}],"displayOptions":{"show":{"operation":["completion"]}}},{"displayName":"URL","name":"redirectUrl","validateType":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["redirect"],"operation":["completion"]}}},{"displayName":"Completion Title","name":"completionTitle","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Completion Message","name":"completionMessage","type":"string","default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Text","name":"responseText","type":"string","displayOptions":{"show":{"respondWith":["showText"],"operation":["completion"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Thanks for filling the form","description":"The text to display on the page. Use HTML to show a customized web page."},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"respondWith":["returnBinary"],"operation":["completion"]}},"default":"data","placeholder":"e.g. data","description":"Find the name of input field containing the binary data to return in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to be returned"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["completion"]}}},{"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"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["completion"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"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"],"limitWaitTime":[true],"operation":["completion"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Completion Page Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"respondWith":["text","returnBinary","redirect"],"operation":["completion"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["_Form","form","table","submit","post","page","step","stage","multi"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg"},
|
|
128
128
|
{"displayName":"n8n Form Trigger","name":"formTrigger","group":["trigger"],"description":"Generate webforms in n8n and pass their responses to the workflow","defaultVersion":2.2,"version":[2,2.1,2.2],"defaults":{"name":"On form submission"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{ $parameter[\"path\"] || $parameter[\"options\"]?.path || $webhookId }}","ndvHideUrl":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{ $parameter[\"path\"] || $parameter[\"options\"]?.path || $webhookId }}","ndvHideMethod":true,"nodeType":"form"}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"<a data-key=\"activate\">Activate</a> this workflow to have it also run automatically for new form submissions created via the Production URL."}},"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"None","value":"none"}],"default":"none"},{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production","displayOptions":{"show":{"@version":[{"_cnd":{"lte":2.1}}]}}},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML.","typeOptions":{"rows":2}},{"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"]}}}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"@version":[{"_cnd":{"lte":2.1}}]}}},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"In the 'Respond to Webhook' node, select 'Respond With JSON' and set the <strong>formSubmittedText</strong> key to display a custom response in the form, or the <strong>redirectURL</strong> key to redirect users to a URL","name":"formNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Build multi-step forms by adding a form page later in your workflow","name":"addFormPage","type":"notice","default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the link “Form automated with n8n” at the bottom of the form"},{"displayName":"Button Label","description":"The label of the submit button in the form","name":"buttonLabel","type":"string","default":"Submit"},{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":false,"description":"The final segment of the form's URL, both for test and production","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}],"displayOptions":{"hide":{"/responseMode":["responseNode"]}}},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":false,"description":"Whether to use the workflow timezone in 'submittedAt' field or UTC","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":true,"description":"Whether to use the workflow timezone in 'submittedAt' field or UTC","displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}}},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"alias":["table","submit","post"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]}}},
|
|
129
129
|
{"displayName":"n8n Form Trigger","name":"formTrigger","group":["trigger"],"description":"Generate webforms in n8n and pass their responses to the workflow","defaultVersion":2.2,"version":1,"defaults":{"name":"n8n Form Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideUrl":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideMethod":true}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"<a data-key=\"activate\">Activate</a> this workflow to have it also run automatically for new form submissions created via the Production URL."}},"properties":[{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production"},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML.","typeOptions":{"rows":2}},{"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"]}}}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Form Submitted Text","name":"formSubmittedText","description":"The text displayed to users after they filled the form","type":"string","default":"Your response has been recorded"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"alias":["table","submit","post"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]}}},
|
|
130
130
|
{"displayName":"Form.io Trigger","name":"formIoTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle form.io events via webhooks","defaults":{"name":"Form.io Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formIoApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getForms"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Trigger Events","name":"events","type":"multiOptions","options":[{"name":"Submission Created","value":"create"},{"name":"Submission Updated","value":"update"}],"required":true,"default":[]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formiotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/formIoTrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FormIo/formio.svg"},
|
|
@@ -139,13 +139,13 @@
|
|
|
139
139
|
{"displayName":"GetResponse Trigger","name":"getResponseTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when GetResponse events occur","defaults":{"name":"GetResponse Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"getResponseApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"getResponseOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Customer Subscribed","value":"subscribe","description":"Receive notifications when a customer is subscribed to a list"},{"name":"Customer Unsubscribed","value":"unsubscribe","description":"Receive notifications when a customer is unsubscribed from a list"},{"name":"Email Clicked","value":"click","description":"Receive notifications when a email is clicked"},{"name":"Email Opened","value":"open","description":"Receive notifications when a email is opened"},{"name":"Survey Submitted","value":"survey","description":"Receive notifications when a survey is submitted"}],"default":[],"required":true},{"displayName":"List Names or IDs","name":"listIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLists"},"default":[]},{"displayName":"Options","name":"options","placeholder":"Add option","type":"collection","default":{},"options":[{"displayName":"Delete Current Subscription","name":"delete","type":"boolean","default":false,"description":"Whether to delete the current subscription"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.getresponsetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/getResponse/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GetResponse/getResponse.png"},
|
|
140
140
|
{"displayName":"Ghost","name":"ghost","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Ghost API","defaults":{"name":"Ghost"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ghostAdminApi","required":true,"displayOptions":{"show":{"source":["adminApi"]}}},{"name":"ghostContentApi","required":true,"displayOptions":{"show":{"source":["contentApi"]}}}],"properties":[{"displayName":"Source","name":"source","type":"options","description":"Pick where your data comes from, Content or Admin API","options":[{"name":"Admin API","value":"adminApi"},{"name":"Content API","value":"contentApi"}],"default":"contentApi"},{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Post","value":"post"}],"noDataExpression":true,"default":"post"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["contentApi"],"resource":["post"]}},"options":[{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"}],"default":"get"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post","action":"Delete a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"get"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"description":"Post's title"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"},{"name":"Lexical","value":"lexical"}],"default":"html","description":"The format of the post"},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["html"]}},"default":"","description":"The content of the post to create"},{"displayName":"Content (JSON)","name":"content","type":"json","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info</a>."},{"displayName":"Content (JSON)","name":"content","type":"json","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["lexical"]}},"default":"","description":"Lexical is the JSON format returned by the Ghost Default editor"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"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":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["delete"]}},"description":"The ID of the post to delete"},{"displayName":"By","name":"by","type":"options","default":"id","required":true,"options":[{"name":"ID","value":"id"},{"name":"Slug","value":"slug"}],"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"Get the post either by slug or ID"},{"displayName":"Identifier","name":"identifier","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"The ID or slug of the post to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"},{"name":"Lexical","value":"lexical"}],"default":["mobiledoc"]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["contentApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"}],"default":["html"]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"source":["adminApi","contentApi"],"resource":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["contentApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"},{"name":"Lexical","value":"lexical"}],"default":["html"],"description":"By default, only html is returned, however each post and page in Ghost has 2 available formats: html and plaintext"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"},{"name":"Lexical","value":"lexical"}],"default":["mobiledoc"]}]},{"displayName":"Post ID","name":"postId","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"default":"","description":"The ID of the post to update"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"},{"name":"Lexical","value":"lexical"}],"default":"html","description":"The format of the post"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":""},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"/contentFormat":["html"]}},"default":""},{"displayName":"Content (JSON)","name":"contentJson","type":"json","displayOptions":{"show":{"/contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info.</a>."},{"displayName":"Content (JSON)","name":"contentJson","type":"json","displayOptions":{"show":{"/contentFormat":["lexical"]}},"default":"","description":"Lexical is the JSON format returned by the Ghost Default editor"},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"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":"Title","name":"title","type":"string","default":"","description":"Post's title"},{"displayName":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ghost/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ghost/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg"},
|
|
141
141
|
{"displayName":"Git","name":"git","group":["transform"],"version":1,"description":"Control git.","defaults":{"name":"Git"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitPassword","required":true,"displayOptions":{"show":{"authentication":["gitPassword"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Authenticate","value":"gitPassword"},{"name":"None","value":"none"}],"displayOptions":{"show":{"operation":["clone","push"]}},"default":"none","description":"The way to authenticate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"log","options":[{"name":"Add","value":"add","description":"Add a file or folder to commit","action":"Add a file or folder to commit"},{"name":"Add Config","value":"addConfig","description":"Add configuration property","action":"Add configuration property"},{"name":"Clone","value":"clone","description":"Clone a repository","action":"Clone a repository"},{"name":"Commit","value":"commit","description":"Commit files or folders to git","action":"Commit files or folders to git"},{"name":"Fetch","value":"fetch","description":"Fetch from remote repository","action":"Fetch from remote repository"},{"name":"List Config","value":"listConfig","description":"Return current configuration","action":"Return current configuration"},{"name":"Log","value":"log","description":"Return git commit history","action":"Return git commit history"},{"name":"Pull","value":"pull","description":"Pull from remote repository","action":"Pull from remote repository"},{"name":"Push","value":"push","description":"Push to remote repository","action":"Push to remote repository"},{"name":"Push Tags","value":"pushTags","description":"Push Tags to remote repository","action":"Push tags to remote repository"},{"name":"Status","value":"status","description":"Return status of current repository","action":"Return status of current repository"},{"name":"Tag","value":"tag","description":"Create a new tag","action":"Create a new tag"},{"name":"User Setup","value":"userSetup","description":"Set the user","action":"Set up a user"}]},{"displayName":"Repository Path","name":"repositoryPath","type":"string","displayOptions":{"hide":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path of the git repository to operate on"},{"displayName":"New Repository Path","name":"repositoryPath","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path to which the git repository should be cloned into"},{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","displayOptions":{"show":{"operation":["add"]}},"default":"","placeholder":"README.md","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to add","required":true},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["addConfig"]}},"default":"","placeholder":"user.email","description":"Name of the key to set","required":true},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["addConfig"]}},"default":"","placeholder":"name@example.com","description":"Value of the key to set","required":true},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["addConfig"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append"},{"name":"Set","value":"set"}],"default":"set","description":"Append setting rather than set it in the local config"}]},{"displayName":"Source Repository","name":"sourceRepository","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to clone","required":true},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["commit"]}},"default":"","description":"The commit message to use"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["commit"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","default":"","placeholder":"/data/file1.json","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to commit. If not set will all \"added\" files and folders be committed."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["log"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["log"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["log"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"File","name":"file","type":"string","default":"README.md","description":"The path (absolute or relative to Repository Path) of file or folder to get the history of"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["push"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Target Repository","name":"targetRepository","type":"string","default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to push to"}]},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["tag"]}},"default":"","description":"The name of the tag to create","required":true}],"codex":{"categories":["Core Nodes","Development"],"subcategories":["Helpers"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.git/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/git/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Git/git.svg"},
|
|
142
|
-
{"displayName":"GitHub","name":"github","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","isFullPath":true,"responseCode":"={{((parameters) => {\n if (parameters.responseCode) {\n return parameters.responseCode;\n }\n const responseCodeOptions = parameters.options;\n if (responseCodeOptions?.responseCode?.values) {\n const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n if (customCode) {\n return customCode;\n }\n return responseCode;\n }\n return 200;\n})($parameter)}}","responseMode":"onReceived","responseData":"={{((parameters) => {\n const { responseData, responseMode, options } = parameters;\n if (responseData)\n return responseData;\n if (responseMode === 'onReceived') {\n const data = options?.responseData;\n if (data)\n return data;\n }\n if (options?.noResponseBody)\n return 'noData';\n return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"","restartWebhook":true}],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Organization","value":"organization"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"Review","value":"review"},{"name":"User","value":"user"},{"name":"Workflow","value":"workflow"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns all repositories of an organization","action":"Get repositories for an organization"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"},{"name":"Get License","value":"getLicense","description":"Returns the contents of the repository's license file, if one is detected","action":"Get the license of a repository"},{"name":"Get Profile","value":"getProfile","description":"Get the community profile of a repository with metrics, health score, description, license, etc","action":"Get the profile of a repository"},{"name":"Get Pull Requests","value":"getPullRequests","description":"Returns pull requests of a repository","action":"Get pull requests of a repository"},{"name":"List Popular Paths","value":"listPopularPaths","description":"Get the top 10 popular content paths over the last 14 days","action":"List popular paths in a repository"},{"name":"List Referrers","value":"listReferrers","description":"Get the top 10 referrering domains over the last 14 days","action":"List the top referrers of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"},{"name":"Invite","value":"invite","description":"Invites a user to an organization","action":"Invite a user"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Creates a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many repository releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["review"]}},"options":[{"name":"Create","value":"create","description":"Creates a new review","action":"Create a review"},{"name":"Get","value":"get","description":"Get a review for a pull request","action":"Get a review"},{"name":"Get Many","value":"getAll","description":"Get many reviews for a pull request","action":"Get many reviews"},{"name":"Update","value":"update","description":"Update a review","action":"Update a review"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workflow"]}},"options":[{"name":"Disable","value":"disable","description":"Disable a workflow","action":"Disable a workflow"},{"name":"Dispatch","value":"dispatch","description":"Dispatch a workflow event","action":"Dispatch a workflow event"},{"name":"Dispatch and Wait for Completion","value":"dispatchAndWait","description":"Dispatch a workflow event and wait for a webhook to be called before proceeding","action":"Dispatch a workflow event and wait for completion"},{"name":"Enable","value":"enable","description":"Enable a workflow","action":"Enable a workflow"},{"name":"Get","value":"get","description":"Get a workflow","action":"Get a workflow"},{"name":"Get Usage","value":"getUsage","description":"Get the usage of a workflow","action":"Get the usage of a workflow"},{"name":"List","value":"list","description":"List workflows","action":"List workflows"}],"default":"dispatch"},{"displayName":"Your execution will pause until a webhook is called. This URL will be generated at runtime and passed to your Github workflow as a resumeUrl input.","name":"webhookNotice","type":"notice","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatchAndWait"]}},"default":""},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}],"displayOptions":{"hide":{"operation":["invite"]}}},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}],"displayOptions":{"hide":{"resource":["user","organization"],"operation":["getRepositories"]}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Workflow","name":"list","type":"list","placeholder":"Select a workflow...","typeOptions":{"searchListMethod":"getWorkflows","searchable":true}},{"displayName":"By File Name","name":"filename","type":"string","placeholder":"e.g. main.yaml or main.yml","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9_-]+.(yaml|yml)","errorMessage":"Not a valid Github Workflow File Name"}}]},{"displayName":"By ID","name":"name","type":"string","placeholder":"e.g. 12345678","validation":[{"type":"regex","properties":{"regex":"\\d+","errorMessage":"Not a valid Github Workflow ID"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["disable","dispatch","dispatchAndWait","get","getUsage","enable"]}},"description":"The workflow to dispatch"},{"displayName":"Ref","name":"ref","type":"string","default":"main","required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"lte":1}}]}},"description":"The git reference for the workflow dispatch (branch or tag name)"},{"displayName":"Ref","name":"ref","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a branch, tag, or commit...","typeOptions":{"searchListMethod":"getRefs","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. main","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9/._-]+$","errorMessage":"Not a valid branch, tag"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"gte":1.1}}]}},"description":"The git reference for the workflow dispatch (branch, tag, or commit SHA)"},{"displayName":"Inputs","name":"inputs","type":"json","default":"{}","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"]}},"description":"JSON object with input parameters for the workflow"},{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"branch","displayName":"Branch","values":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The branch to commit to. If not set the repository’s default branch (usually master) is used."}]},{"name":"committer","displayName":"Committer","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the committer of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the committer of the commit"}]}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"master","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually master)."}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue to"}]},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"State Reason","name":"state_reason","type":"options","options":[{"name":"Completed","value":"completed","description":"Issue is completed"},{"name":"Not Planned","value":"not_planned","description":"Issue is not planned"},{"name":"Reopened","value":"reopened","description":"Issue is reopened"}],"default":"completed","description":"The reason for the state change"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The issue number to get data for"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The issue number to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason for locking the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Release ID","name":"release_id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["release"],"operation":["get","delete","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","description":"The name of the tag"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release"],"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":["release"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"creator","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Mentioned","name":"mentioned","type":"string","default":"","description":"Return only issues in which a specific user was mentioned"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple labels can be separated by comma."},{"displayName":"Updated Since","name":"since","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"open","description":"Return issues with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Comments","value":"comments","description":"Sort by comments"}],"default":"created","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getRepositoryPullRequestsFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getPullRequests"],"resource":["repository"]}},"default":{},"options":[{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns pull requests with any state"},{"name":"Closed","value":"closed","description":"Return pull requests with \"closed\" state"},{"name":"Open","value":"open","description":"Return pull requests with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Popularity","value":"popularity","description":"Sort by number of comments"},{"name":"Long-Running","value":"long-running","description":"Sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month"}],"default":"created","description":"The order the pull requests should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Review ID","name":"reviewId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"ID of the review"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["review"],"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":["review"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"description":"The number of the pull request to review"},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"name":"Approve","value":"approve","description":"Approve the pull request"},{"name":"Request Change","value":"requestChanges","description":"Request code changes"},{"name":"Comment","value":"comment","description":"Add a comment without approval or change requests"},{"name":"Pending","value":"pending","description":"You will need to submit the pull request review when you are ready"}],"default":"approve","description":"The review action you want to perform"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["review"],"event":["requestChanges","comment"]}},"default":"","description":"The body of the review (required for events Request Changes or Comment)"},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"displayName":"Commit ID","name":"commitId","type":"string","default":"","description":"The SHA of the commit that needs a review, if different from the latest"}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["review"]}},"default":"","description":"The body of the review"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Organization","name":"organization","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The GitHub organization that the user is being invited to"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The email address of the invited user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.github/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/github/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
142
|
+
{"displayName":"GitHub","name":"github","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","isFullPath":true,"responseCode":"={{((parameters) => {\n if (parameters.responseCode) {\n return parameters.responseCode;\n }\n const responseCodeOptions = parameters.options;\n if (responseCodeOptions?.responseCode?.values) {\n const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n if (customCode) {\n return customCode;\n }\n return responseCode;\n }\n return 200;\n})($parameter)}}","responseMode":"onReceived","responseData":"={{((parameters) => {\n const { responseData, responseMode, options } = parameters;\n if (responseData)\n return responseData;\n if (responseMode === 'onReceived') {\n const data = options?.responseData;\n if (data)\n return data;\n }\n if (options?.noResponseBody)\n return 'noData';\n return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"","restartWebhook":true}],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Organization","value":"organization"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"Review","value":"review"},{"name":"User","value":"user"},{"name":"Workflow","value":"workflow"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns all repositories of an organization","action":"Get repositories for an organization"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"},{"name":"Get License","value":"getLicense","description":"Returns the contents of the repository's license file, if one is detected","action":"Get the license of a repository"},{"name":"Get Profile","value":"getProfile","description":"Get the community profile of a repository with metrics, health score, description, license, etc","action":"Get the profile of a repository"},{"name":"Get Pull Requests","value":"getPullRequests","description":"Returns pull requests of a repository","action":"Get pull requests of a repository"},{"name":"List Popular Paths","value":"listPopularPaths","description":"Get the top 10 popular content paths over the last 14 days","action":"List popular paths in a repository"},{"name":"List Referrers","value":"listReferrers","description":"Get the top 10 referrering domains over the last 14 days","action":"List the top referrers of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"},{"name":"Invite","value":"invite","description":"Invites a user to an organization","action":"Invite a user"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Creates a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many repository releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["review"]}},"options":[{"name":"Create","value":"create","description":"Creates a new review","action":"Create a review"},{"name":"Get","value":"get","description":"Get a review for a pull request","action":"Get a review"},{"name":"Get Many","value":"getAll","description":"Get many reviews for a pull request","action":"Get many reviews"},{"name":"Update","value":"update","description":"Update a review","action":"Update a review"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workflow"]}},"options":[{"name":"Disable","value":"disable","description":"Disable a workflow","action":"Disable a workflow"},{"name":"Dispatch","value":"dispatch","description":"Dispatch a workflow event","action":"Dispatch a workflow event"},{"name":"Dispatch and Wait for Completion","value":"dispatchAndWait","description":"Dispatch a workflow event and wait for a webhook to be called before proceeding","action":"Dispatch a workflow event and wait for completion"},{"name":"Enable","value":"enable","description":"Enable a workflow","action":"Enable a workflow"},{"name":"Get","value":"get","description":"Get a workflow","action":"Get a workflow"},{"name":"Get Usage","value":"getUsage","description":"Get the usage of a workflow","action":"Get the usage of a workflow"},{"name":"List","value":"list","description":"List workflows","action":"List workflows"}],"default":"dispatch"},{"displayName":"Your execution will pause until a webhook is called. This URL will be generated at runtime and passed to your Github workflow as a resumeUrl input.","name":"webhookNotice","type":"notice","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatchAndWait"]}},"default":""},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":false}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}],"displayOptions":{"hide":{"operation":["invite"]}}},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}],"displayOptions":{"hide":{"resource":["user","organization"],"operation":["getRepositories"]}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Workflow","name":"list","type":"list","placeholder":"Select a workflow...","typeOptions":{"searchListMethod":"getWorkflows","searchable":true}},{"displayName":"By File Name","name":"filename","type":"string","placeholder":"e.g. main.yaml or main.yml","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9_-]+.(yaml|yml)","errorMessage":"Not a valid Github Workflow File Name"}}]},{"displayName":"By ID","name":"name","type":"string","placeholder":"e.g. 12345678","validation":[{"type":"regex","properties":{"regex":"\\d+","errorMessage":"Not a valid Github Workflow ID"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["disable","dispatch","dispatchAndWait","get","getUsage","enable"]}},"description":"The workflow to dispatch"},{"displayName":"Ref","name":"ref","type":"string","default":"main","required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"lte":1}}]}},"description":"The git reference for the workflow dispatch (branch or tag name)"},{"displayName":"Ref","name":"ref","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a branch, tag, or commit...","typeOptions":{"searchListMethod":"getRefs","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. main","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9/._-]+$","errorMessage":"Not a valid branch, tag"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"gte":1.1}}]}},"description":"The git reference for the workflow dispatch (branch, tag, or commit SHA)"},{"displayName":"Inputs","name":"inputs","type":"json","default":"{}","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"]}},"description":"JSON object with input parameters for the workflow"},{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"branch","displayName":"Branch","values":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The branch to commit to. If not set the repository’s default branch (usually master) is used."}]},{"name":"committer","displayName":"Committer","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the committer of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the committer of the commit"}]}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"master","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually master)."}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue to"}]},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"State Reason","name":"state_reason","type":"options","options":[{"name":"Completed","value":"completed","description":"Issue is completed"},{"name":"Not Planned","value":"not_planned","description":"Issue is not planned"},{"name":"Reopened","value":"reopened","description":"Issue is reopened"}],"default":"completed","description":"The reason for the state change"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The issue number to get data for"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The issue number to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason for locking the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Release ID","name":"release_id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["release"],"operation":["get","delete","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","description":"The name of the tag"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release"],"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":["release"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"creator","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Mentioned","name":"mentioned","type":"string","default":"","description":"Return only issues in which a specific user was mentioned"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple labels can be separated by comma."},{"displayName":"Updated Since","name":"since","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"open","description":"Return issues with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Comments","value":"comments","description":"Sort by comments"}],"default":"created","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return. Maximum value is <a href=\"https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests\">100</a>."},{"displayName":"Filters","name":"getRepositoryPullRequestsFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getPullRequests"],"resource":["repository"]}},"default":{},"options":[{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns pull requests with any state"},{"name":"Closed","value":"closed","description":"Return pull requests with \"closed\" state"},{"name":"Open","value":"open","description":"Return pull requests with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Popularity","value":"popularity","description":"Sort by number of comments"},{"name":"Long-Running","value":"long-running","description":"Sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month"}],"default":"created","description":"The order the pull requests should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Review ID","name":"reviewId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"ID of the review"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["review"],"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":["review"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"description":"The number of the pull request to review"},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"name":"Approve","value":"approve","description":"Approve the pull request"},{"name":"Request Change","value":"requestChanges","description":"Request code changes"},{"name":"Comment","value":"comment","description":"Add a comment without approval or change requests"},{"name":"Pending","value":"pending","description":"You will need to submit the pull request review when you are ready"}],"default":"approve","description":"The review action you want to perform"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["review"],"event":["requestChanges","comment"]}},"default":"","description":"The body of the review (required for events Request Changes or Comment)"},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"displayName":"Commit ID","name":"commitId","type":"string","default":"","description":"The SHA of the commit that needs a review, if different from the latest"}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["review"]}},"default":"","description":"The body of the review"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Organization","name":"organization","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The GitHub organization that the user is being invited to"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The email address of the invited user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.github/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/github/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
143
143
|
{"displayName":"Github Trigger","name":"githubTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Github events occur","defaults":{"name":"Github Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Only members with owner privileges for an organization or admin privileges for a repository can set up the webhooks this node requires.","name":"notice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}]},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}]},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Check Run","value":"check_run","description":"Triggered when a check run is created, rerequested, completed, or has a requested_action"},{"name":"Check Suite","value":"check_suite","description":"Triggered when a check suite is completed, requested, or rerequested"},{"name":"Commit Comment","value":"commit_comment","description":"Triggered when a commit comment is created"},{"name":"Create","value":"create","description":"Represents a created repository, branch, or tag"},{"name":"Delete","value":"delete","description":"Represents a deleted branch or tag"},{"name":"Deploy Key","value":"deploy_key","description":"Triggered when a deploy key is added or removed from a repository"},{"name":"Deployment","value":"deployment","description":"Represents a deployment"},{"name":"Deployment Status","value":"deployment_status","description":"Represents a deployment status"},{"name":"Fork","value":"fork","description":"Triggered when a user forks a repository"},{"name":"Github App Authorization","value":"github_app_authorization","description":"Triggered when someone revokes their authorization of a GitHub App"},{"name":"Gollum","value":"gollum","description":"Triggered when a Wiki page is created or updated"},{"name":"Installation","value":"installation","description":"Triggered when someone installs (created), uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request."},{"name":"Installation Repositories","value":"installation_repositories","description":"Triggered when a repository is added or removed from an installation"},{"name":"Issue Comment","value":"issue_comment","description":"Triggered when an issue comment is created, edited, or deleted"},{"name":"Issues","value":"issues","description":"Triggered when an issue is opened, edited, deleted, transferred, pinned, unpinned, closed, reopened, assigned, unassigned, labeled, unlabeled, locked, unlocked, milestoned, or demilestoned"},{"name":"Label","value":"label","description":"Triggered when a repository's label is created, edited, or deleted"},{"name":"Marketplace Purchase","value":"marketplace_purchase","description":"Triggered when someone purchases a GitHub Marketplace plan, cancels their plan, upgrades their plan (effective immediately), downgrades a plan that remains pending until the end of the billing cycle, or cancels a pending plan change"},{"name":"Member","value":"member","description":"Triggered when a user accepts an invitation or is removed as a collaborator to a repository, or has their permissions changed"},{"name":"Membership","value":"membership","description":"Triggered when a user is added or removed from a team. Organization hooks only."},{"name":"Meta","value":"meta","description":"Triggered when the webhook that this event is configured on is deleted"},{"name":"Milestone","value":"milestone","description":"Triggered when a milestone is created, closed, opened, edited, or deleted"},{"name":"Org Block","value":"org_block","description":"Triggered when an organization blocks or unblocks a user. Organization hooks only."},{"name":"Organization","value":"organization","description":"Triggered when an organization is deleted and renamed, and when a user is added, removed, or invited to an organization. Organization hooks only."},{"name":"Page Build","value":"page_build","description":"Triggered on push to a GitHub Pages enabled branch (gh-pages for project pages, master for user and organization pages)"},{"name":"Project","value":"project","description":"Triggered when a project is created, updated, closed, reopened, or deleted"},{"name":"Project Card","value":"project_card","description":"Triggered when a project card is created, edited, moved, converted to an issue, or deleted"},{"name":"Project Column","value":"project_column","description":"Triggered when a project column is created, updated, moved, or deleted"},{"name":"Public","value":"public","description":"Triggered when a private repository is open sourced"},{"name":"Pull Request","value":"pull_request","description":"Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, ready_for_review, locked, unlocked, a pull request review is requested, or a review request is removed"},{"name":"Pull Request Review","value":"pull_request_review","description":"Triggered when a pull request review is submitted into a non-pending state, the body is edited, or the review is dismissed"},{"name":"Pull Request Review Comment","value":"pull_request_review_comment","description":"Triggered when a comment on a pull request's unified diff is created, edited, or deleted (in the Files Changed tab)"},{"name":"Push","value":"push","description":"Triggered on a push to a repository branch. Branch pushes and repository tag pushes also trigger webhook push events. This is the default event."},{"name":"Release","value":"release","description":"Triggered when a release is published, unpublished, created, edited, deleted, or prereleased"},{"name":"Repository","value":"repository","description":"Triggered when a repository is created, archived, unarchived, renamed, edited, transferred, made public, or made private. Organization hooks are also triggered when a repository is deleted."},{"name":"Repository Import","value":"repository_import","description":"Triggered when a successful, cancelled, or failed repository import finishes for a GitHub organization or a personal repository"},{"name":"Repository Vulnerability Alert","value":"repository_vulnerability_alert","description":"Triggered when a security alert is created, dismissed, or resolved"},{"name":"Security Advisory","value":"security_advisory","description":"Triggered when a new security advisory is published, updated, or withdrawn"},{"name":"Star","value":"star","description":"Triggered when a star is added or removed from a repository"},{"name":"Status","value":"status","description":"Triggered when the status of a Git commit changes"},{"name":"Team","value":"team","description":"Triggered when an organization's team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only."},{"name":"Team Add","value":"team_add","description":"Triggered when a repository is added to a team"},{"name":"Watch","value":"watch","description":"Triggered when someone stars a repository"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Insecure SSL","name":"insecureSSL","type":"boolean","default":false,"description":"Whether the SSL certificate of the n8n host be verified by GitHub when delivering payloads"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.githubtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/github/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
144
144
|
{"displayName":"GitLab","name":"gitlab","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from GitLab API","defaults":{"name":"GitLab"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Project Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"User, group or namespace of the project"},{"displayName":"Project Name","name":"repository","type":"string","default":"","required":true,"displayOptions":{"hide":{"resource":["user"],"operation":["getRepositories"]}},"placeholder":"n8n","description":"The name of the project"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Due Date","name":"due_date","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":"","description":"Due Date for issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"number","default":0,"description":"User ID to assign issue to"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date for issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The number of the issue get data of"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The number of the issue to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason to lock the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The description of the release"},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"If Tag doesn’t exist, the release will be created from Ref. It can be a commit SHA, another tag name, or a branch name."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":{},"options":[{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Released At","value":"released_at"}],"default":"released_at","description":"The field to use as order"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"The direction of the order. ."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The release name"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the release. You can use Markdown."},{"displayName":"Milestones","name":"milestones","type":"string","default":"","description":"The title of each milestone to associate with the release (provide a titles list spearated with comma)"},{"displayName":"Released At","name":"released_at","type":"dateTime","default":"","description":"The date when the release is/was ready"}]},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee_username","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"author_username","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Search issues against their title and description"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated After","name":"updated_after","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"opened","description":"Return issues with \"open\" state"}],"default":"opened","description":"The state to filter by"},{"displayName":"Sort","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at","description":"Sort by created date"},{"name":"Updated At","value":"updated_at","description":"Sort by updated date"},{"name":"Priority","value":"priority","description":"Sort by priority"}],"default":"created_at","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"sort","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"File Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path or leave it empty for root folder."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1,"description":"Page of results to display"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"options":[{"displayName":"Reference","name":"ref","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether or not to get a recursive file tree. Default is false."}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Branch","name":"branch","type":"string","default":"","description":"Name of the new branch to create. The commit is added to this branch.","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"displayName":"Start Branch","name":"branchStart","values":[{"displayName":"Start Branch","name":"branchStart","type":"string","default":"","description":"Name of the base branch to create the new branch from"}]},{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"encoding","displayName":"Encoding","values":[{"displayName":"Encoding","name":"encoding","type":"string","default":"text","description":"Change encoding to base64. Default is text."}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gitlab/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
145
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"},
|
|
146
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"},
|
|
147
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":"/v20/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":"={{\"/v20/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":"={{\"/v20/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"},
|
|
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-06-29T00: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-07-06T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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-06-29T00: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-07-06T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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-07-06T00: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-07-13T00: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-07-06T00: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-07-13T00: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/"}]}}},
|
|
149
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/"}]}}},
|
|
150
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/"}]}}},
|
|
151
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/"}]}}},
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
{"displayName":"Lemlist","name":"lemlist","group":["transform"],"defaultVersion":2,"description":"Consume the Lemlist API","version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Lemlist"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lemlistApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Campaign","value":"campaign"},{"name":"Lead","value":"lead"},{"name":"Team","value":"team"},{"name":"Unsubscribe","value":"unsubscribe"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many activities"}],"displayOptions":{"show":{"resource":["activity"]}}},{"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":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","default":"emailsOpened","description":"Type of activity to retrieve","options":[{"name":"Emails Bounced","value":"emailsBounced"},{"name":"Emails Clicked","value":"emailsClicked"},{"name":"Emails Opened","value":"emailsOpened"},{"name":"Emails Replied","value":"emailsReplied"},{"name":"Emails Send Failed","value":"emailsSendFailed"},{"name":"Emails Sent","value":"emailsSent"},{"name":"Emails Unsubscribed","value":"emailsUnsubscribed"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many campaigns"}],"displayOptions":{"show":{"resource":["campaign"]}}},{"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":["campaign"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","action":"Create a lead"},{"name":"Delete","value":"delete","action":"Delete a lead"},{"name":"Get","value":"get","action":"Get a lead"},{"name":"Unsubscribe","value":"unsubscribe","action":"Unsubscribe a lead"}],"displayOptions":{"show":{"resource":["lead"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to create the lead under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to create","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"Company name of the lead to create"},{"displayName":"Deduplicate","name":"deduplicate","type":"boolean","default":false,"description":"Whether to do not insert if this email is already present in another campaign"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the lead to create"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the lead to create"},{"displayName":"Icebreaker","name":"icebreaker","type":"string","default":"","description":"Icebreaker of the lead to create"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the lead to create"},{"displayName":"Picture URL","name":"picture","type":"string","default":"","description":"Picture URL of the lead to create"},{"displayName":"LinkedIn URL","name":"linkedinUrl","type":"string","default":"","description":"LinkedIn URL of the lead to create"}]},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to delete","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to retrieve","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to unsubscribe","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a team"}],"displayOptions":{"show":{"resource":["team"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"add","options":[{"name":"Add","value":"add","action":"Add an email to an unsubscribe list"},{"name":"Delete","value":"delete","action":"Delete an email from an unsubscribe list"},{"name":"Get Many","value":"getAll","action":"Get many unsubscribed emails"}],"displayOptions":{"show":{"resource":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to add to the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"operation":["add"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to delete from the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"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":["unsubscribe"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["unsubscribe"],"operation":["getAll"],"returnAll":[false]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Lemlist/lemlist.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lemlist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lemlist/"}]}}},
|
|
230
230
|
{"displayName":"Lemlist Trigger","name":"lemlistTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Lemlist events via webhooks","defaults":{"name":"Lemlist Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"lemlistApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"*","value":"*"},{"name":"Contacted","value":"contacted"},{"name":"Hooked","value":"hooked"},{"name":"Attracted","value":"attracted"},{"name":"Warmed","value":"warmed"},{"name":"Interested","value":"interested"},{"name":"Skipped","value":"skipped"},{"name":"Not Interested","value":"notInterested"},{"name":"Emails Sent","value":"emailsSent"},{"name":"Emails Opened","value":"emailsOpened"},{"name":"Emails Clicked","value":"emailsClicked"},{"name":"Emails Replied","value":"emailsReplied"},{"name":"Emails Bounced","value":"emailsBounced"},{"name":"Emails Send Failed","value":"emailsSendFailed"},{"name":"Emails Failed","value":"emailsFailed"},{"name":"Emails Unsubscribed","value":"emailsUnsubscribed"},{"name":"Emails Interested","value":"emailsInterested"},{"name":"Emails Not Interested","value":"emailsNotInterested"},{"name":"Opportunities Done","value":"opportunitiesDone"},{"name":"Aircall Created","value":"aircallCreated"},{"name":"Aircall Ended","value":"aircallEnded"},{"name":"Aircall Done","value":"aircallDone"},{"name":"Aircall Interested","value":"aircallInterested"},{"name":"Aircall Not Interested","value":"aircallNotInterested"},{"name":"Api Done","value":"apiDone"},{"name":"Api Interested","value":"apiInterested"},{"name":"Api Not Interested","value":"apiNotInterested"},{"name":"Api Failed","value":"apiFailed"},{"name":"LinkedIn Visit Done","value":"linkedinVisitDone"},{"name":"LinkedIn Visit Failed","value":"linkedinVisitFailed"},{"name":"LinkedIn Invite Done","value":"linkedinInviteDone"},{"name":"LinkedIn Invite Failed","value":"linkedinInviteFailed"},{"name":"LinkedIn Invite Accepted","value":"linkedinInviteAccepted"},{"name":"LinkedIn Replied","value":"linkedinReplied"},{"name":"LinkedIn Sent","value":"linkedinSent"},{"name":"LinkedIn Voice Note Done","value":"linkedinVoiceNoteDone"},{"name":"LinkedIn Voice Note Failed","value":"linkedinVoiceNoteFailed"},{"name":"LinkedIn Interested","value":"linkedinInterested"},{"name":"LinkedIn Not Interested","value":"linkedinNotInterested"},{"name":"LinkedIn Send Failed","value":"linkedinSendFailed"},{"name":"Manual Interested","value":"manualInterested"},{"name":"Manual Not Interested","value":"manualNotInterested"},{"name":"Paused","value":"paused"},{"name":"Resumed","value":"resumed"},{"name":"Custom Domain Errors","value":"customDomainErrors"},{"name":"Connection Issue","value":"connectionIssue"},{"name":"Send Limit Reached","value":"sendLimitReached"},{"name":"Lemwarm Paused","value":"lemwarmPaused"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"We'll call this hook only for this campaignId. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is First","name":"isFirst","type":"boolean","default":false,"description":"Whether to call this hook only the first time this activity happened"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.lemlisttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lemlist/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Lemlist/lemlist.svg"},
|
|
231
231
|
{"displayName":"Line","name":"line","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Line API","defaults":{"name":"Line"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lineNotifyOAuth2Api","required":true,"displayOptions":{"show":{"resource":["notification"]}}}],"properties":[{"displayName":"End of service: LINE Notify will be discontinued from April 1st 2025, You can find more information <a href=\"https://notify-bot.line.me/closing-announce\" target=\"_blank\">here</a>","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Notification","value":"notification"}],"default":"notification"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["notification"]}},"options":[{"name":"Send","value":"send","description":"Sends notifications to users or groups","action":"Send a notification"}],"default":"send"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["send"],"resource":["notification"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["notification"]}},"options":[{"displayName":"Image","name":"imageUi","placeholder":"Add Image","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"imageValue","displayName":"Image","values":[{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false},{"displayName":"Image Full Size","name":"imageFullsize","type":"string","default":"","displayOptions":{"show":{"binaryData":[false]}},"description":"HTTP/HTTPS URL. Maximum size of 2048×2048px JPEG."},{"displayName":"Image Thumbnail","name":"imageThumbnail","type":"string","displayOptions":{"show":{"binaryData":[false]}},"default":"","description":"HTTP/HTTPS URL. Maximum size of 240×240px JPEG."},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","displayOptions":{"show":{"binaryData":[true]}},"default":"data","hint":"The name of the input binary field containing the file to be written"}]}]},{"displayName":"Notification Disabled","name":"notificationDisabled","type":"boolean","default":false,"description":"<p>true: The user doesn't receive a push notification when the message is sent.</p><p>false: The user receives a push notification when the message is sent</p>"},{"displayName":"Sticker","name":"stickerUi","placeholder":"Add Sticker","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"stickerValue","displayName":"Sticker","values":[{"displayName":"Sticker ID","name":"stickerId","type":"number","default":""},{"displayName":"Sticker Package ID","name":"stickerPackageId","type":"number","default":"","description":"Package ID"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.line/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/line/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Line/line.png"},
|
|
232
|
-
{"displayName":"Linear","name":"linear","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Linear API","defaults":{"name":"Linear"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linearApi","required":true,"testedBy":"linearApiTest","displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"linearOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Comment","value":"comment"},{"name":"Issue","value":"issue"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to an issue","action":"Add a comment to an issue"}],"default":"addComment"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Comment","name":"comment","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"options":[{"displayName":"Parent Comment ID","name":"parentId","type":"string","description":"ID of the parent comment if this is a reply","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Add Link","value":"addLink","description":"Add a link to an issue","action":"Add a link to an issue"},{"name":"Create","value":"create","description":"Create an issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","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":["issue"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","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":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Normal","value":3},{"name":"Low","value":4},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","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":"getStates"},"default":""}]},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink","get","delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","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":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority Name/ID","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Medium","value":3},{"name":"Low","value":3},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","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":"getStates"},"default":""},{"displayName":"Team Name or ID","name":"teamId","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"},"default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Link","name":"link","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink"]}},"default":""}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linear/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Linear/linear.svg"},
|
|
232
|
+
{"displayName":"Linear","name":"linear","group":["output"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Linear API","defaults":{"name":"Linear"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linearApi","required":true,"testedBy":"linearApiTest","displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"linearOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Comment","value":"comment"},{"name":"Issue","value":"issue"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to an issue","action":"Add a comment to an issue"}],"default":"addComment"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Comment","name":"comment","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"options":[{"displayName":"Parent Comment ID","name":"parentId","type":"string","description":"ID of the parent comment if this is a reply","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Add Link","value":"addLink","description":"Add a link to an issue","action":"Add a link to an issue"},{"name":"Create","value":"create","description":"Create an issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","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":["issue"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","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":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Normal","value":3},{"name":"Low","value":4},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","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":"getStates"},"default":""}]},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink","get","delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"],"@version":[1]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","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":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority Name/ID","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Medium","value":3},{"name":"Low","value":3},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","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":"getStates"},"default":""},{"displayName":"Team Name or ID","name":"teamId","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"},"default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]},"hide":{"@version":[1]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","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":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority Name/ID","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Medium","value":3},{"name":"Low","value":4},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","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":"getStates"},"default":""},{"displayName":"Team Name or ID","name":"teamId","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"},"default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Link","name":"link","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink"]}},"default":""}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linear/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Linear/linear.svg"},
|
|
233
233
|
{"displayName":"Linear Trigger","name":"linearTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Linear events occur","defaults":{"name":"Linear Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"linearApi","required":true,"testedBy":"linearApiTest","displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"linearOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Make sure your credential has the \"Admin\" scope to create webhooks.","name":"notice","type":"notice","default":""},{"displayName":"Team Name or ID","name":"teamId","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"},"default":""},{"displayName":"Listen to Resources","name":"resources","type":"multiOptions","options":[{"name":"Comment Reaction","value":"reaction"},{"name":"Cycle","value":"cycle"},{"name":"Issue","value":"issue"},{"name":"Issue Comment","value":"comment"},{"name":"Issue Label","value":"issueLabel"},{"name":"Project","value":"project"}],"default":[],"required":true}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Linear/linear.svg"},
|
|
234
234
|
{"displayName":"LingvaNex","name":"lingvaNex","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume LingvaNex API","defaults":{"name":"LingvaNex"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lingvaNexApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Translate","value":"translate","description":"Translate data","action":"Translate data"}],"default":"translate"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The input text to translate","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Translate To","name":"translateTo","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language to use for translation of the input text, set to one of the language codes listed in <a href=\"https://cloud.google.com/translate/docs/languages\">Language Support</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Additional Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["translate"]}},"options":[{"displayName":"From","name":"from","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language code in the format “language code_code of the country”. If this parameter is not present, the auto-detect language mode is enabled. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Platform","name":"platform","type":"string","default":"api"},{"displayName":"Translate Mode","name":"translateMode","type":"string","default":"","description":"Describe the input text format. Possible value is \"html\" for translating and preserving html structure. If value is not specified or is other than \"html\" than plain text is translating."}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lingvaNex/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LingvaNex/lingvanex.png"},
|
|
235
235
|
{"displayName":"LinkedIn","name":"linkedIn","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume LinkedIn API","defaults":{"name":"LinkedIn"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linkedInOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["standard"]}}},{"name":"linkedInCommunityManagementOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["communityManagement"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Standard","value":"standard"},{"name":"Community Management","value":"communityManagement"}],"default":"standard"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a new post","action":"Create a post"}],"default":"create"},{"displayName":"Post As","name":"postAs","type":"options","default":"person","description":"If to post on behalf of a user or an organization","options":[{"name":"Person","value":"person"},{"name":"Organization","value":"organization"}]},{"displayName":"Person Name or ID","name":"person","type":"options","typeOptions":{"loadOptionsMethod":"getPersonUrn"},"default":"","required":true,"description":"Person as which the post should be posted as. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"operation":["create"],"postAs":["person"],"resource":["post"]}}},{"displayName":"Organization URN","name":"organization","type":"string","default":"","placeholder":"1234567","description":"URN of Organization as which the post should be posted as","displayOptions":{"show":{"operation":["create"],"postAs":["organization"],"resource":["post"]}}},{"displayName":"Text","name":"text","type":"string","default":"","description":"The primary content of the post","displayOptions":{"show":{"operation":["create"],"resource":["post"]}}},{"displayName":"Media Category","name":"shareMediaCategory","type":"options","default":"NONE","options":[{"name":"None","value":"NONE","description":"The post does not contain any media, and will only consist of text"},{"name":"Article","value":"ARTICLE","description":"The post contains an article URL"},{"name":"Image","value":"IMAGE","description":"The post contains an image"}],"displayOptions":{"show":{"operation":["create"],"resource":["post"]}}},{"displayName":"Input Binary Field","displayOptions":{"show":{"operation":["create"],"resource":["post"],"shareMediaCategory":["IMAGE"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Provide a short description for your image or article","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE"]}}},{"displayName":"Original URL","name":"originalUrl","type":"string","default":"","description":"Provide the URL of the article you would like to share here","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE"]}}},{"displayName":"Input Binary Field","name":"thumbnailBinaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file for the article thumbnail","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"Customize the title of your image or article","displayOptions":{"show":{"/shareMediaCategory":["ARTICLE","IMAGE"]}}},{"displayName":"Visibility","name":"visibility","type":"options","default":"PUBLIC","description":"Dictate if post will be seen by the public or only connections","displayOptions":{"show":{"/postAs":["person"]}},"options":[{"name":"Connections","value":"CONNECTIONS"},{"name":"Public","value":"PUBLIC"}]}]}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linkedin/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linkedIn/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LinkedIn/linkedin.svg"},
|
|
@@ -269,7 +269,7 @@
|
|
|
269
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"},
|
|
270
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"},
|
|
271
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"},
|
|
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-07-07T15:17:00.463+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-07-07T15:47:00.463+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":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
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-07-14T12:31:16.426+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2025-07-14T13:01:16.426+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":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether the workflow will automatically resume execution after the specified limit type","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
|
|
273
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/"}]}}},
|
|
274
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"},
|
|
275
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/"},"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"}},
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
{"displayName":"PayPal","name":"payPal","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PayPal API","defaults":{"name":"PayPal"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true,"testedBy":"payPalApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Payout","value":"payout"},{"name":"Payout Item","value":"payoutItem"}],"default":"payout"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payout"]}},"options":[{"name":"Create","value":"create","description":"Create a batch payout","action":"Create a payout"},{"name":"Get","value":"get","description":"Show batch payout details","action":"Get a payout"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payoutItem"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancels an unclaimed payout item","action":"Cancel a payout item"},{"name":"Get","value":"get","description":"Show payout item details","action":"Get a payout item"}],"default":"get"},{"displayName":"Sender Batch ID","name":"senderBatchId","type":"string","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"default":"","description":"A sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}}},{"displayName":"Items","name":"itemsUi","placeholder":"Add Item","type":"fixedCollection","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"itemsValues","displayName":"Item","values":[{"displayName":"Recipient Type","name":"recipientType","type":"options","options":[{"name":"Phone","value":"phone","description":"The unencrypted phone number"},{"name":"Email","value":"email","description":"The unencrypted email"},{"name":"PayPal ID","value":"paypalId","description":"The encrypted PayPal account number"}],"default":"email","description":"The ID type that identifies the recipient of the payment"},{"displayName":"Receiver Value","name":"receiverValue","type":"string","required":true,"default":"","description":"The receiver of the payment. Corresponds to the recipient_type value in the request. Max length: 127 characters."},{"displayName":"Currency","name":"currency","type":"options","options":[{"name":"Australian Dollar","value":"AUD"},{"name":"Brazilian Real","value":"BRL"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Euro","value":"EUR"},{"name":"United States Dollar","value":"USD"}],"default":"USD"},{"displayName":"Amount","name":"amount","type":"string","required":true,"default":"","description":"The value, which might be"},{"displayName":"Note","name":"note","type":"string","default":"","description":"The sender-specified note for notifications. Supports up to 4000 ASCII characters and 1000 non-ASCII characters."},{"displayName":"Sender Item ID","name":"senderItemId","type":"string","default":"","description":"The sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"Recipient Wallet","name":"recipientWallet","type":"options","options":[{"name":"PayPal","value":"paypal","description":"PayPal Wallet"},{"name":"Venmo","value":"venmo","description":"Venmo Wallet"}],"default":"paypal"}]}]},{"displayName":"Items","name":"itemsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"An array of individual payout items","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"options":[{"displayName":"Email Subject","name":"emailSubject","type":"string","default":"","description":"The subject line for the email that PayPal sends when payment for a payout item completes. The subject line is the same for all recipients. Max length: 255 characters."},{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"The email message that PayPal sends when the payout item completes. The message is the same for all recipients."},{"displayName":"Note","name":"note","type":"string","default":"","description":"The payouts and item-level notes are concatenated in the email. Max length: 1000 characters."}]},{"displayName":"Payout Batch ID","name":"payoutBatchId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"The ID of the payout for which to show details"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000,"minValue":1},"default":100,"displayOptions":{"show":{"resource":["payout"],"operation":["get"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["get"]}},"description":"The ID of the payout item for which to show details"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["cancel"]}},"description":"The ID of the payout item to cancel"}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paypal/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/payPal/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
|
|
326
326
|
{"displayName":"PayPal Trigger","name":"payPalTrigger","group":["trigger"],"version":1,"description":"Handle PayPal events via webhooks","defaults":{"name":"PayPal Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","required":true,"default":[],"description":"The event to listen to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getEvents"},"options":[]}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/payPal/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
|
|
327
327
|
{"displayName":"Peekalink","name":"peekalink","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]","description":"Consume the Peekalink API","defaults":{"name":"Peekalink"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"peekalinkApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Is Available","value":"isAvailable","description":"Check whether preview for a given link is available","action":"Check whether the preview for a given link is available"},{"name":"Preview","value":"preview","description":"Return the preview for a link","action":"Return the preview for a link"}],"default":"preview"},{"displayName":"URL","name":"url","type":"string","default":"","required":true}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.peekalink/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/peekalink/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Peekalink/peekalink.png"},
|
|
328
|
-
{"displayName":"Perplexity","name":"perplexity","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with the Perplexity API to generate AI responses with citations","defaults":{"name":"Perplexity"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"perplexityApi","required":true}],"requestDefaults":{"baseURL":"https://api.perplexity.ai","ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Message a Model","value":"complete","action":"Message a model","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","default":"r1-1776","required":true,"options":[{"name":"R1-1776","value":"r1-1776"},{"name":"Sonar","value":"sonar"},{"name":"Sonar Deep Research","value":"sonar-deep-research"},{"name":"Sonar Pro","value":"sonar-pro"},{"name":"Sonar Reasoning","value":"sonar-reasoning"},{"name":"Sonar Reasoning Pro","value":"sonar-reasoning-pro"}],"description":"The model which will generate the completion","routing":{"send":{"type":"body","property":"model"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Messages","name":"messages","type":"fixedCollection","description":"Any optional system messages must be sent first, followed by alternating user and assistant messages","required":true,"typeOptions":{"multipleValues":true,"sortable":true},"placeholder":"Add Message","default":{"message":[{"role":"user","content":""}]},"options":[{"displayName":"Message","name":"message","values":[{"displayName":"Text","name":"content","type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2}},{"displayName":"Role","name":"role","required":true,"type":"options","options":[{"name":"Assistant","value":"assistant","description":"Tell the model to adopt a specific tone or personality. Must alternate with user messages."},{"name":"System","value":"system","description":"Set the models behavior or context. Must come before user and assistant messages."},{"name":"User","value":"user","description":"Send a message as a user and get a response from the model"}],"default":"user","description":"Role in shaping the model's response, it tells the model how it should behave and interact with the user"}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.message }}"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Simplify Output","name":"simplify","type":"boolean","default":false,"description":"Whether to return only essential fields (ID, citations, message)","routing":{"output":{"postReceive":[{"type":"set","enabled":"={{ $value }}","properties":{"value":"={{ { \"id\": $response.body?.id, \"created\": $response.body?.created, \"citations\": $response.body?.citations, \"message\": $response.body?.choices?.[0]?.message?.content } }}"}}]}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Frequency Penalty","name":"frequencyPenalty","type":"number","default":
|
|
328
|
+
{"displayName":"Perplexity","name":"perplexity","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with the Perplexity API to generate AI responses with citations","defaults":{"name":"Perplexity"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"perplexityApi","required":true}],"requestDefaults":{"baseURL":"https://api.perplexity.ai","ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Message a Model","value":"complete","action":"Message a model","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","default":"r1-1776","required":true,"options":[{"name":"R1-1776","value":"r1-1776"},{"name":"Sonar","value":"sonar"},{"name":"Sonar Deep Research","value":"sonar-deep-research"},{"name":"Sonar Pro","value":"sonar-pro"},{"name":"Sonar Reasoning","value":"sonar-reasoning"},{"name":"Sonar Reasoning Pro","value":"sonar-reasoning-pro"}],"description":"The model which will generate the completion","routing":{"send":{"type":"body","property":"model"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Messages","name":"messages","type":"fixedCollection","description":"Any optional system messages must be sent first, followed by alternating user and assistant messages","required":true,"typeOptions":{"multipleValues":true,"sortable":true},"placeholder":"Add Message","default":{"message":[{"role":"user","content":""}]},"options":[{"displayName":"Message","name":"message","values":[{"displayName":"Text","name":"content","type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2}},{"displayName":"Role","name":"role","required":true,"type":"options","options":[{"name":"Assistant","value":"assistant","description":"Tell the model to adopt a specific tone or personality. Must alternate with user messages."},{"name":"System","value":"system","description":"Set the models behavior or context. Must come before user and assistant messages."},{"name":"User","value":"user","description":"Send a message as a user and get a response from the model"}],"default":"user","description":"Role in shaping the model's response, it tells the model how it should behave and interact with the user"}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.message }}"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Simplify Output","name":"simplify","type":"boolean","default":false,"description":"Whether to return only essential fields (ID, citations, message)","routing":{"output":{"postReceive":[{"type":"set","enabled":"={{ $value }}","properties":{"value":"={{ { \"id\": $response.body?.id, \"created\": $response.body?.created, \"citations\": $response.body?.citations, \"message\": $response.body?.choices?.[0]?.message?.content } }}"}}]}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Frequency Penalty","name":"frequencyPenalty","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Values greater than 1.0 penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","type":"number","default":1,"description":"The maximum number of tokens to generate in the completion. The number of tokens requested plus the number of prompt tokens sent in messages must not exceed the context window token limit of model requested.","routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Output Randomness (Temperature)","name":"temperature","type":"number","default":0.2,"description":"The amount of randomness in the response, valued between 0 inclusive and 2 exclusive. Higher values are more random, and lower values are more deterministic.","typeOptions":{"minValue":0,"maxValue":1.99},"routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top K","name":"topK","type":"number","default":0,"description":"The number of tokens to keep for highest Top K filtering, specified as an integer between 0 and 2048 inclusive. If set to 0, Top K filtering is disabled. We recommend either altering Top K or Top P, but not both.","typeOptions":{"minValue":0,"maxValue":2048},"routing":{"send":{"type":"body","property":"top_k"}}},{"displayName":"Top P","name":"topP","type":"number","default":0.9,"description":"The nucleus sampling threshold, valued between 0 and 1 inclusive. For each subsequent token, the model considers the results of the tokens with Top P probability mass. We recommend either altering Top K or Top P, but not both.","typeOptions":{"minValue":0,"maxValue":1},"routing":{"send":{"type":"body","property":"top_p"}}},{"displayName":"Presence Penalty","name":"presencePenalty","type":"number","default":0,"description":"A value between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.","typeOptions":{"minValue":-2,"maxValue":2},"routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Return Images","name":"returnImages","type":"boolean","default":false,"description":"Whether or not a request to an online model should return images. Requires Perplexity API usage Tier-2.","routing":{"send":{"type":"body","property":"return_images"}}},{"displayName":"Return Related Questions","name":"returnRelatedQuestions","type":"boolean","default":false,"description":"Whether or not a request to an online model should return related questions. Requires Perplexity API usage Tier-2.","routing":{"send":{"type":"body","property":"return_related_questions"}}},{"displayName":"Search Domain Filter","name":"searchDomainFilter","type":"string","default":"","description":"Limit the citations used by the online model to URLs from the specified domains. For blacklisting, add a <code>-</code> to the beginning of the domain string (e.g., <code>-domain1</code>). Currently limited to 3 domains. Requires Perplexity API usage Tier-3.","placeholder":"e.g. domain1,domain2,-domain3","routing":{"send":{"type":"body","property":"search_domain_filter","value":"={{ $value.split(\",\").map(domain => domain.trim()) }}"}}},{"displayName":"Search Recency Filter","name":"searchRecency","type":"options","options":[{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Month","value":"month"},{"name":"Week","value":"week"}],"default":"month","description":"Returns search results within the specified time interval","routing":{"send":{"type":"body","property":"search_recency"}}}],"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"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":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-langchain.perplexity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/perplexity/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Perplexity/perplexity.svg","dark":"icons/n8n-nodes-base/dist/nodes/Perplexity/perplexity.dark.svg"}},
|
|
329
329
|
{"displayName":"Phantombuster","name":"phantombuster","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Phantombuster API","defaults":{"name":"Phantombuster"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"phantombusterApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent"}],"default":"agent"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Delete","value":"delete","description":"Delete an agent by ID","action":"Delete an agent"},{"name":"Get","value":"get","description":"Get an agent by ID","action":"Get an agent"},{"name":"Get Many","value":"getAll","description":"Get many agents of the current user's organization","action":"Get many agents"},{"name":"Get Output","value":"getOutput","description":"Get the output of the most recent container of an agent","action":"Get the output of an agent"},{"name":"Launch","value":"launch","description":"Add an agent to the launch queue","action":"Add an agent to the launch queue"}],"default":"launch"},{"displayName":"Agent Name or ID","name":"agentId","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":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["agent"]}},"default":""},{"displayName":"Agent ID","name":"agentId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["agent"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["agent"]}},"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":["agent"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Agent Name or ID","name":"agentId","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":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["getOutput"],"resource":["agent"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["getOutput"],"resource":["agent"]}},"description":"By default the outpout is presented as string. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["agent"],"operation":["getOutput"]}},"default":{},"options":[{"displayName":"Prev Container ID","name":"prevContainerId","type":"string","default":"","description":"If set, the output will be retrieved from the container after the specified previous container ID"},{"displayName":"Prev Status","name":"prevStatus","type":"options","options":[{"name":"Finished","value":"finished"},{"name":"Launch Error","value":"lauch error"},{"name":"Never Launched","value":"never launched"},{"name":"Running","value":"running"},{"name":"Starting","value":"starting"},{"name":"Unknown","value":"unknown"}],"default":"","description":"If set, allows to define which status was previously retrieved on user-side"},{"displayName":"Pre Runtime Event Index","name":"prevRuntimeEventIndex","type":"number","default":0,"description":"If set, the container's runtime events will be returned in the response starting from the provided previous runtime event index"}]},{"displayName":"Agent Name or ID","name":"agentId","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":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}},"description":"By default the launch just include the container ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["agent"],"operation":["launch"]}},"default":{},"options":[{"displayName":"Arguments (JSON)","name":"argumentsJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Agent argument. Can either be a JSON string or a plain object. The argument can be retrieved with buster.argument in the agent’s script."},{"displayName":"Arguments","name":"argumentsUi","placeholder":"Add Argument","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"argumentValues","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the argument key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the argument key"}]}]},{"displayName":"Bonus Argument","name":"bonusArgumentUi","placeholder":"Add Bonus Argument","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"bonusArgumentValue","displayName":"Bonus Argument","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the argument key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the argument key"}]}]},{"displayName":"Bonus Argument (JSON)","name":"bonusArgumentJson","type":"string","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Agent bonus argument. Can either be a JSON string or a plain object. This bonus argument is single-use, it will only be used for the current launch. If present, it will be merged with the original argument, resulting in an effective argument that can be retrieved with buster.argument in the agent’s script."},{"displayName":"Manual Launch","name":"manualLaunch","type":"boolean","default":false,"description":"Whether the agent will be considered as \"launched manually\""},{"displayName":"Max Instance Count","name":"maxInstanceCount","type":"number","default":0,"description":"If set, the agent will only be launched if the number of already running instances is below the specified number"},{"displayName":"Save Argument","name":"saveArgument","type":"string","default":"","description":"If true, argument will be saved as the default launch options for the agent"}]}],"codex":{"categories":["Sales","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/phantombuster/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Phantombuster/phantombuster.png"},
|
|
330
330
|
{"displayName":"Philips Hue","name":"philipsHue","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Philips Hue API","defaults":{"name":"Philips Hue"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"philipsHueOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Light","value":"light"}],"default":"light"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["light"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a light","action":"Delete a light"},{"name":"Get","value":"get","description":"Retrieve a light","action":"Get a light"},{"name":"Get Many","value":"getAll","description":"Retrieve many lights","action":"Get many lights"},{"name":"Update","value":"update","description":"Update a light","action":"Update a light"}],"default":"update"},{"displayName":"Light ID","name":"lightId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["light"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["light"]}},"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":["light"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Light ID","name":"lightId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["light"]}},"default":""},{"displayName":"Light Name or ID","name":"lightId","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":"getLights"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["light"]}},"default":""},{"displayName":"On","name":"on","type":"boolean","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["light"]}},"default":true,"description":"On/Off state of the light"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["light"],"operation":["update"]}},"default":{},"options":[{"displayName":"Alert Effect","name":"alert","type":"options","options":[{"name":"None","value":"none","description":"The light is not performing an alert effect"},{"name":"Select","value":"select","description":"The light is performing one breathe cycle"},{"name":"LSelect","value":"lselect","description":"The light is performing breathe cycles for 15 seconds or until an \"alert\": \"none\" command is received"}],"default":"","description":"The alert effect, is a temporary change to the bulb’s state"},{"displayName":"Brightness","name":"bri","type":"number","typeOptions":{"minValue":1,"maxValue":254},"default":100,"description":"The brightness value to set the light to. Brightness is a scale from 1 (the minimum the light is capable of) to 254 (the maximum)."},{"displayName":"Brightness Increments","name":"bri_inc","type":"number","typeOptions":{"minValue":-254,"maxValue":254},"default":0,"description":"Increments or decrements the value of the brightness. This value is ignored if the Brightness attribute is provided."},{"displayName":"Color Temperature","name":"ct","type":"number","default":0,"description":"The Mired color temperature of the light. 2012 connected lights are capable of 153 (6500K) to 500 (2000K)."},{"displayName":"Color Temperature Increments","name":"ct_inc","type":"number","typeOptions":{"minValue":-65534,"maxValue":65534},"default":0,"description":"Increments or decrements the value of the ct. ct_inc is ignored if the ct attribute is provided."},{"displayName":"Coordinates","name":"xy","type":"string","default":"","placeholder":"0.64394,0.33069","description":"The x and y coordinates of a color in CIE color space. The first entry is the x coordinate and the second entry is the y coordinate. Both x and y are between 0 and 1"},{"displayName":"Coordinates Increments","name":"xy_inc","type":"string","default":"","placeholder":"0.5,0.5","description":"Increments or decrements the value of the xy. This value is ignored if the Coordinates attribute is provided. Any ongoing color transition is stopped. Max value [0.5, 0.5]"},{"displayName":"Dynamic Effect","name":"effect","type":"options","options":[{"name":"None","value":"none"},{"name":"Color Loop","value":"colorloop"}],"default":"","description":"The dynamic effect of the light"},{"displayName":"Hue","name":"hue","type":"number","typeOptions":{"minValue":0,"maxValue":65535},"default":0,"description":"The hue value to set light to.The hue value is a wrapping value between 0 and 65535. Both 0 and 65535 are red, 25500 is green and 46920 is blue."},{"displayName":"Hue Increments","name":"hue_inc","type":"number","typeOptions":{"minValue":-65534,"maxValue":65534},"default":0,"description":"Increments or decrements the value of the hue. Hue Increments is ignored if the Hue attribute is provided."},{"displayName":"Saturation","name":"sat","type":"number","typeOptions":{"minValue":0,"maxValue":254},"default":0,"description":"Saturation of the light. 254 is the most saturated (colored) and 0 is the least saturated (white)."},{"displayName":"Saturation Increments","name":"sat_inc","type":"number","typeOptions":{"minValue":-254,"maxValue":254},"default":0,"description":"Increments or decrements the value of the sat. This value is ignored if the Saturation attribute is provided."},{"displayName":"Transition Time","name":"transitiontime","type":"number","typeOptions":{"minVale":1},"default":4,"description":"The duration in seconds of the transition from the light’s current state to the new state"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.philipshue/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/philipsHue/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PhilipsHue/philipshue.png"},
|
|
331
331
|
{"displayName":"Pipedrive","name":"pipedrive","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Create and edit data in Pipedrive","defaults":{"name":"Pipedrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pipedriveApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}},"testedBy":{"request":{"method":"GET","url":"/users/me"}}},{"name":"pipedriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"https://api.pipedrive.com/v1","url":""},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Deal","value":"deal"},{"name":"Deal Activity","value":"dealActivity"},{"name":"Deal Product","value":"dealProduct"},{"name":"File","value":"file"},{"name":"Lead","value":"lead"},{"name":"Note","value":"note"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"},{"name":"Product","value":"product"}],"default":"deal"},{"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":"Get data of an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Get data of many activities","action":"Get many activities"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Duplicate","value":"duplicate","description":"Duplicate a deal","action":"Duplicate a deal"},{"name":"Get","value":"get","description":"Get data of a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get data of many deals","action":"Get many deals"},{"name":"Search","value":"search","description":"Search a deal","action":"Search a deal"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dealActivity"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many activities of a deal","action":"Get many deal activities"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dealProduct"]}},"options":[{"name":"Add","value":"add","description":"Add a product to a deal","action":"Add a deal product"},{"name":"Get Many","value":"getAll","description":"Get many products in a deal","action":"Get many deal products"},{"name":"Remove","value":"remove","description":"Remove a product from a deal","action":"Remove a deal product"},{"name":"Update","value":"update","description":"Update a product in a deal","action":"Update a deal product"}],"default":"add"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a file","action":"Create 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 data of a file","action":"Get a file"},{"name":"Update","value":"update","description":"Update file details","action":"update details of a file"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get data of a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get data of many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"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":"Get data of a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Get data of many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Get data of an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get data of many organizations","action":"Get many organizations"},{"name":"Search","value":"search","description":"Search organizations","action":"Search an organization"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Create","value":"create","description":"Create a person","action":"Create a person"},{"name":"Delete","value":"delete","description":"Delete a person","action":"Delete a person"},{"name":"Get","value":"get","description":"Get data of a person","action":"Get a person"},{"name":"Get Many","value":"getAll","description":"Get data of many persons","action":"Get many people"},{"name":"Search","value":"search","description":"Search all persons","action":"Search a person"},{"name":"Update","value":"update","description":"Update a person","action":"Update a person"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get data of many products","action":"Get many products"}],"default":"getAll"},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"description":"The subject of the activity to create"},{"displayName":"Done","name":"done","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"options":[{"name":"Not Done","value":"0"},{"name":"Done","value":"1"}],"default":"0","description":"Whether the activity is done or not"},{"displayName":"Type","name":"type","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"placeholder":"call","description":"Type of the activity like \"call\", \"meeting\", etc"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this activity will be associated with"},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date to activity be done YYYY-MM-DD"},{"displayName":"Note","name":"note","type":"string","typeOptions":{"rows":5},"default":"","description":"Note of the activity (HTML format)"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this activity will be associated with"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to delete"},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to get"},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Busy Flag","name":"busy_flag","type":"boolean","default":false,"description":"Whether the user is set to busy during the activity"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this activity will be associated with"},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date to activity be done YYYY-MM-DD"},{"displayName":"Done","name":"done","type":"options","options":[{"name":"Not Done","value":"0"},{"name":"Done","value":"1"}],"default":"0","description":"Whether the activity is done or not"},{"displayName":"Note","name":"note","type":"string","typeOptions":{"rows":5},"default":"","description":"Note of the activity (HTML format)"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this activity will be associated with"},{"displayName":"Public Description","name":"public_description","type":"string","default":"","description":"Additional details about the activity that is synced to your external calendar"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the activity"},{"displayName":"Type","name":"type","type":"string","default":"","placeholder":"call","description":"Type of the activity like \"call\", \"meeting\", etc"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The title of the deal to create"},{"displayName":"Associate With","name":"associateWith","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization","description":"Type of entity to link to this deal","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Organization ID","name":"org_id","type":"number","default":0,"description":"ID of the organization this deal will be associated with","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"],"associateWith":["organization"]}}},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this deal will be associated with","displayOptions":{"show":{"operation":["create"],"resource":["deal"],"associateWith":["person"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"USD","description":"Currency of the deal. Accepts a 3-character currency code. Like EUR, USD, ..."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomFields"},"default":"","description":"Name of the property to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","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":"getDealLabels"},"default":""},{"displayName":"Lost Reason","name":"lost_reason","type":"string","default":"","description":"Reason why the deal was lost"},{"displayName":"Organization ID","name":"org_id","type":"number","default":0,"displayOptions":{"show":{"/associateWith":["person"]}},"description":"ID of the organization this deal will be associated with"},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"displayOptions":{"show":{"/associateWith":["organization"]}},"description":"ID of the person this deal will be associated with"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Deal success probability percentage"},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Deleted","value":"deleted"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. 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":"number","default":0,"description":"Value of the deal. If not set it will automatically be set to 0."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to delete"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["duplicate"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to duplicate"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to get"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"USD","description":"Currency of the deal. Accepts a 3-character currency code. Like EUR, USD, ..."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Label Name or ID","name":"label","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":"getDealLabels"},"default":""},{"displayName":"Lost Reason","name":"lost_reason","type":"string","default":"","description":"Reason why the deal was lost"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this deal will be associated with"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Deal success probability percentage"},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Deleted","value":"deleted"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the deal"},{"displayName":"Value","name":"value","type":"number","default":0,"description":"Value of the deal. If not set it will automatically be set to 0."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"description":"The ID of the deal to add a product to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Name or ID","name":"productId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"required":true,"displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"description":"The ID of the product to add to a deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item Price","name":"item_price","type":"number","typeOptions":{"numberPrecision":2},"default":0,"required":true,"description":"Price at which to add or update this product in a deal","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}}},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"required":true,"description":"How many items of this product to add/update in a deal","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"default":{},"options":[{"displayName":"Comments","name":"comments","type":"string","typeOptions":{"rows":4},"default":"","description":"Text to describe this product-deal attachment"},{"displayName":"Discount Percentage","name":"discount_percentage","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Percentage of discount to apply"},{"displayName":"Product Variation ID","name":"product_variation_id","type":"string","default":"","description":"ID of the product variation to use"}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"description":"The ID of the deal whose product to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Attachment Name or ID","name":"productAttachmentId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProductsDeal","loadOptionsDependsOn":["dealId"]},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"description":"ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"default":{},"options":[{"displayName":"Comments","name":"comments","type":"string","typeOptions":{"rows":4},"default":"","description":"Text to describe this product-deal attachment"},{"displayName":"Discount Percentage","name":"discount_percentage","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Percentage of discount to apply"},{"displayName":"Item Price","name":"item_price","type":"number","typeOptions":{"numberPrecision":2},"default":0,"description":"Price at which to add or update this product in a deal"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"How many items of this product to add/update in a deal"},{"displayName":"Product Variation ID","name":"product_variation_id","type":"string","default":"","description":"ID of the product variation to use"}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["dealProduct"]}},"description":"The ID of the deal whose product to remove. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Attachment Name or ID","name":"productAttachmentId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProductsDeal","loadOptionsDependsOn":["dealId"]},"required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["dealProduct"]}},"description":"ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["dealProduct"]}},"description":"The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["deal"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Exact Match","name":"exactMatch","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["deal"]}},"default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"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","displayOptions":{"show":{"operation":["search"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Include Fields","name":"includeFields","type":"string","default":"","description":"Supports including optional fields in the results which are not provided by default. Example: deal.cc_email."},{"displayName":"Organization ID","name":"organizationId","type":"string","default":"","description":"Will filter Deals by the provided Organization ID"},{"displayName":"Person ID","name":"personId","type":"string","default":"","description":"Will filter Deals by the provided Person ID"},{"displayName":"Search Fields","name":"fields","type":"multiOptions","options":[{"name":"Custom Fields","value":"custom_fields"},{"name":"Notes","value":"notes"},{"name":"Title","value":"title"}],"default":["custom_fields","notes","title"],"description":"A comma-separated string array. The fields to perform the search from. Defaults to all of them."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."}]},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["file"]}},"default":{},"options":[{"displayName":"Activity ID","name":"activity_id","type":"number","default":0,"description":"ID of the activite this file will be associated with"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this file will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this file will be associated with"},{"displayName":"Product ID","name":"product_id","type":"number","default":0,"description":"ID of the person this file will be associated with"}]},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to delete"},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to download"},{"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":"number","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to get"},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The updated visible name of the file"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The updated description of the file"}]},{"displayName":"Title","name":"title","description":"Name of the lead to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Associate With","name":"associateWith","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization","description":"Type of entity to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Organization ID","name":"organization_id","type":"number","default":0,"description":"ID of the organization to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"],"associateWith":["organization"]}}},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"],"associateWith":["person"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Expected Close Date","name":"expected_close_date","type":"dateTime","default":"","description":"Date when the lead’s deal is expected to be closed, in ISO-8601 format"},{"displayName":"Label Names or IDs","name":"label_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadLabels"},"default":[],"description":"ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Organization ID","name":"organization_id","type":"number","default":0,"description":"ID of the organization to link to this lead","displayOptions":{"show":{"/associateWith":["person"]}}},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user who will own the lead to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person to link to this lead","displayOptions":{"show":{"/associateWith":["organization"]}}},{"displayName":"Value","name":"value","type":"fixedCollection","description":"Potential monetary value associated with the lead","default":{},"options":[{"displayName":"Value Properties","name":"valueProperties","values":[{"displayName":"Amount","name":"amount","type":"number","default":""},{"displayName":"Currency","name":"currency","type":"options","default":"USD","options":[{"name":"Afghani","value":"AFN"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Baht","value":"THB"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Belize Dollar","value":"BZD"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Brunei Dollar","value":"BND"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Chilean Peso","value":"CLP"},{"name":"Colombian Peso","value":"COP"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Dong","value":"VND"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Euro","value":"EUR"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Forint","value":"HUF"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Hryvnia","value":"UAH"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Kina","value":"PGK"},{"name":"Kuna","value":"HRK"},{"name":"Kyat","value":"MMK"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Lek","value":"ALL"},{"name":"Lempira","value":"HNL"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Ouguiya","value":"MRO"},{"name":"Pa’anga","value":"TOP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Pataca","value":"MOP"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pound Sterling","value":"GBP"},{"name":"Pula","value":"BWP"},{"name":"Qatari Rial","value":"QAR"},{"name":"Quetzal","value":"GTQ"},{"name":"Rand","value":"ZAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Rufiyaa","value":"MVR"},{"name":"Rupiah","value":"IDR"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Sol","value":"PEN"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Swiss Franc","value":"CHF"},{"name":"Syrian Pound","value":"SYP"},{"name":"Taka","value":"BDT"},{"name":"Tala","value":"WST"},{"name":"Tenge","value":"KZT"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"Turkish Lira","value":"TRY"},{"name":"UAE Dirham","value":"AED"},{"name":"US Dollar","value":"USD"},{"name":"Vatu","value":"VUV"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Won","value":"KRW"},{"name":"Yemeni Rial","value":"YER"},{"name":"Yen","value":"JPY"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Zloty","value":"PLN"}]}]}]}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Name of the lead to update"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user who will own the lead to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Label Names or IDs","name":"label_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadLabels"},"default":[],"description":"ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person Name or ID","name":"person_id","type":"options","typeOptions":{"loadOptionsMethod":"getPersons"},"default":"","description":"ID of the person to link to this lead. 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":"fixedCollection","description":"Potential monetary value associated with the lead","default":{},"options":[{"displayName":"Value Properties","name":"valueProperties","values":[{"displayName":"Amount","name":"amount","type":"number","default":""},{"displayName":"Currency","name":"currency","type":"options","default":"USD","options":[{"name":"Afghani","value":"AFN"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Baht","value":"THB"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Belize Dollar","value":"BZD"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Brunei Dollar","value":"BND"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Chilean Peso","value":"CLP"},{"name":"Colombian Peso","value":"COP"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Dong","value":"VND"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Euro","value":"EUR"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Forint","value":"HUF"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Hryvnia","value":"UAH"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Kina","value":"PGK"},{"name":"Kuna","value":"HRK"},{"name":"Kyat","value":"MMK"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Lek","value":"ALL"},{"name":"Lempira","value":"HNL"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Ouguiya","value":"MRO"},{"name":"Pa’anga","value":"TOP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Pataca","value":"MOP"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pound Sterling","value":"GBP"},{"name":"Pula","value":"BWP"},{"name":"Qatari Rial","value":"QAR"},{"name":"Quetzal","value":"GTQ"},{"name":"Rand","value":"ZAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Rufiyaa","value":"MVR"},{"name":"Rupiah","value":"IDR"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Sol","value":"PEN"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Swiss Franc","value":"CHF"},{"name":"Syrian Pound","value":"SYP"},{"name":"Taka","value":"BDT"},{"name":"Tala","value":"WST"},{"name":"Tenge","value":"KZT"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"Turkish Lira","value":"TRY"},{"name":"UAE Dirham","value":"AED"},{"name":"US Dollar","value":"USD"},{"name":"Vatu","value":"VUV"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Won","value":"KRW"},{"name":"Yemeni Rial","value":"YER"},{"name":"Yen","value":"JPY"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Zloty","value":"PLN"}]}]}]},{"displayName":"Expected Close Date","name":"expected_close_date","type":"dateTime","default":"","description":"Date when the lead’s deal is expected to be closed, in ISO-8601 format"}]},{"displayName":"Content","name":"content","typeOptions":{"rows":5},"type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["note"]}},"description":"The content of the note to create"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to delete"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to get"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["note"]}},"default":{},"options":[{"displayName":"Content","name":"content","typeOptions":{"rows":5},"type":"string","default":"","description":"The content of the note"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this note will be associated with"},{"displayName":"Lead ID","name":"lead_id","type":"number","default":0,"description":"ID of the lead this note will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this note will be associated with"}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"description":"The name of the organization to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","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":"getOrganizationLabels"},"default":""},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Organization ID","name":"organizationId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["organization"]}},"default":0,"required":true,"description":"ID of the organization to delete"},{"displayName":"Organization ID","name":"organizationId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["organization"]}},"default":0,"required":true,"description":"ID of the organization to get"},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["organization"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["search"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Exact Match","name":"exactMatch","type":"boolean","default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Fields","name":"fields","type":"multiOptions","default":[],"description":"Fields to the search in. Defaults to all of them.","options":[{"name":"Address","value":"address"},{"name":"Custom Fields","value":"custom_fields"},{"name":"Name","value":"name"},{"name":"Notes","value":"notes"}]},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}]},{"displayName":"Organization ID","name":"organizationId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"description":"The ID of the organization to create"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","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":"getOrganizationLabels"},"default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"Organization name"},{"displayName":"Owner ID","name":"owner_id","type":"number","default":0,"description":"The ID of the user who will be marked as the owner of this Organization. When omitted, the authorized User ID will be used."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["person"]}},"description":"The name of the person to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["person"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getPersonCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","typeOptions":{"multipleValues":true},"default":"","description":"Email of the person"},{"displayName":"Label Name or ID","name":"label","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":"getPersonLabels"},"default":""},{"displayName":"Marketing Status","name":"marketing_status","type":"options","options":[{"name":"No Consent","value":"no_consent"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Subscribed","value":"subscribed"},{"name":"Archived","value":"archived"}],"default":"subscribed","description":"Please be aware that it is only allowed once to change the marketing status from an old status to a new one"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"Phone number of the person"},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."},{"displayName":"User Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the User this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to delete"},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to get"},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["person"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getPersonCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","typeOptions":{"multipleValues":true},"default":"","description":"Email of the person"},{"displayName":"Label Name or ID","name":"label","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":"getPersonLabels"},"default":""},{"displayName":"Marketing Status","name":"marketing_status","type":"options","options":[{"name":"No Consent","value":"no_consent"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Subscribed","value":"subscribed"},{"name":"Archived","value":"archived"}],"default":"subscribed","description":"Please be aware that it is only allowed once to change the marketing status from an old status to a new one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the person"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"Phone number of the person"},{"displayName":"User Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the User this person will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Resolve Properties","name":"resolveProperties","type":"boolean","displayOptions":{"show":{"resource":["activity","deal","organization","person","product"],"operation":["get","getAll"]}},"default":false,"description":"By default do custom properties get returned only as ID instead of their actual name. Also option fields contain only the ID instead of their actual value. If this option gets set they get automatically resolved."},{"displayName":"Encode Properties","name":"encodeProperties","type":"boolean","displayOptions":{"show":{"resource":["activity","deal","organization","person","product"],"operation":["update"]}},"default":false,"description":"By default do custom properties have to be set as ID instead of their actual name. Also option fields have to be set as ID instead of their actual value. If this option gets set they get automatically encoded."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["dealActivity"]}},"description":"The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["dealActivity"]}},"default":{},"options":[{"displayName":"Done","name":"done","type":"boolean","default":false,"description":"Whether the activity is done or not"},{"displayName":"Exclude Activity IDs","name":"exclude","type":"string","default":"","description":"A comma-separated Activity IDs, to exclude from result. Ex. 4, 9, 11, ..."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Archived Status","name":"archived_status","type":"options","default":"all","options":[{"name":"Archived","value":"archived"},{"name":"All","value":"all"},{"name":"Not Archived","value":"not_archived"}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["organization"]}},"default":{},"options":[{"displayName":"First Char","name":"firstChar","type":"string","default":"","description":"If supplied, only organizations whose name starts with the specified letter will be returned"},{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"ID of the filter to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["person"]}},"default":{},"options":[{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"ID of the filter to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"First Char","name":"firstChar","type":"string","default":"","description":"If supplied, only persons whose name starts with the specified letter will be returned"},{"displayName":"Sort","name":"sort","type":"string","default":"","description":"The field names and sorting mode separated by a comma (field_name_1 ASC, field_name_2 DESC). Only first-level field keys are supported (no nested keys)."}]},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["person"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["search"],"resource":["person"]}},"default":{},"options":[{"displayName":"Exact Match","name":"exactMatch","type":"boolean","default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated string array. The fields to perform the search from. Defaults to all of them."},{"displayName":"Include Fields","name":"includeFields","type":"string","default":"","description":"Supports including optional fields in the results which are not provided by default"},{"displayName":"Organization ID","name":"organizationId","type":"string","default":"","description":"Will filter Deals by the provided Organization ID"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create","getAll"],"resource":["note"]}},"default":{},"options":[{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this note will be associated with"},{"displayName":"Lead ID","name":"lead_id","type":"number","default":0,"description":"ID of the lead this note will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this note will be associated with"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Done","name":"done","type":"boolean","default":false,"description":"Whether the Activity is done or not. 0 = Not done, 1 = Done. If omitted returns both Done and Not done activities."},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"Use the Activity due date where you wish to stop fetching Activities from. Insert due date in YYYY-MM-DD format."},{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Star Date","name":"start_date","type":"dateTime","default":"","description":"Use the Activity due date where you wish to begin fetching Activities from. Insert due date in YYYY-MM-DD format."},{"displayName":"Type Names or IDs","name":"type","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"default":[],"description":"Type of the Activity. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Predefined Filter Name or ID","name":"filter_id","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage to filter deals by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"All Not Deleted","value":"all_not_deleted"},{"name":"Deleted","value":"deleted"},{"name":"Lost","value":"lost"},{"name":"Open","value":"open"},{"name":"Won","value":"won"}],"default":"all_not_deleted","description":"Status to filter deals by. Defaults to <code>all_not_deleted</code>"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user to filter deals by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pipedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pipedrive/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pipedrive/pipedrive.svg"},
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
{"displayName":"Redis","name":"redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the key to delete from Redis"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"propertyName","required":true,"description":"Name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"Name of the key to get from Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["get"]}},"options":[{"name":"Automatic","value":"automatic","description":"Requests the type before requesting the data (slower)"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to get"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["get"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["incr"]}},"default":"","required":true,"description":"Name of the key to increment"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["incr"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["incr"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Key Pattern","name":"keyPattern","type":"string","displayOptions":{"show":{"operation":["keys"]}},"default":"","required":true,"description":"The key pattern for the keys to return"},{"displayName":"Get Values","name":"getValues","type":"boolean","displayOptions":{"show":{"operation":["keys"]}},"default":true,"description":"Whether to get the value of matching keys"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","required":true,"description":"Name of the key to set in Redis"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","description":"The value to write in Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["set"]}},"options":[{"name":"Automatic","value":"automatic","description":"Tries to figure out the type automatically depending on the data"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to set"},{"displayName":"Value Is JSON","name":"valueIsJSON","type":"boolean","displayOptions":{"show":{"keyType":["hash"]}},"default":true,"description":"Whether the value is JSON or key value pairs"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["set"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["set"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Channel","name":"channel","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Channel name"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Data to publish"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["push","pop"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["push"]}},"default":"","required":true,"description":"Data to push"},{"displayName":"Tail","name":"tail","type":"boolean","displayOptions":{"show":{"operation":["push","pop"]}},"default":false,"description":"Whether to push or pop data from the end of the list"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["pop"]}},"default":"propertyName","description":"Optional name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["pop"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.redis/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
357
357
|
{"displayName":"Redis Trigger","name":"redisTrigger","group":["trigger"],"version":1,"description":"Subscribe to redis channel","defaults":{"name":"Redis Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Channels","name":"channels","type":"string","default":"","required":true,"description":"Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"}]}],"codex":{"categories":["Communication","Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.redistrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
358
358
|
{"displayName":"Rename Keys","name":"renameKeys","icon":"fa:edit","iconColor":"crimson","group":["transform"],"version":1,"description":"Update item field names","defaults":{"name":"Rename Keys","color":"#772244"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keys","name":"keys","placeholder":"Add new key","description":"Adds a key which should be renamed","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Key","name":"key","values":[{"displayName":"Current Key Name","name":"currentKey","type":"string","default":"","placeholder":"currentKey","requiresDataPath":"single","description":"The current name of the key. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"New Key Name","name":"newKey","type":"string","default":"","placeholder":"newKey","description":"The name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."}]}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Regex","name":"regexReplacement","placeholder":"Add new regular expression","description":"Adds a regular expressiond","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Replacement","name":"replacements","values":[{"displayName":"Be aware that by using regular expression previously renamed keys can be affected","name":"regExNotice","type":"notice","default":""},{"displayName":"Regular Expression","name":"searchRegex","type":"string","default":"","placeholder":"e.g. [N-n]ame","description":"Regex to match the key name","hint":"Learn more and test RegEx <a href=\"https://regex101.com/\">here</a>"},{"displayName":"Replace With","name":"replaceRegex","type":"string","default":"","placeholder":"replacedName","description":"The name the key/s should be renamed to. It's possible to use regex captures e.g. $1, $2, ..."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Regex Option","options":[{"displayName":"Case Insensitive","name":"caseInsensitive","type":"boolean","description":"Whether to use case insensitive match","default":false},{"displayName":"Max Depth","name":"depth","type":"number","default":-1,"description":"Maximum depth to replace keys","hint":"Specify number for depth level (-1 for unlimited, 0 for top level only)"}]}]}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.renamekeys/"}]}}},
|
|
359
|
-
{"displayName":"Respond to Webhook","name":"respondToWebhook","group":["transform"],"version":[1,1.1,1.2,1.3,1.4],"description":"Returns data for Webhook","defaults":{"name":"Respond to Webhook"},"inputs":["main"],"outputs":"={{((version, parameters) => {\n const multipleOutputs = version === 1.3 || (version >= 1.4 && parameters.enableResponseOutput);\n if (multipleOutputs) {\n return [\n {\n type: 'main',\n displayName: 'Input Data',\n },\n {\n type: 'main',\n displayName: 'Response',\n },\n ];\n }\n return ['main'];\n})($nodeVersion, $parameter)}}","credentials":[{"name":"jwtAuth","required":true,"displayOptions":{"show":{"respondWith":["jwt"]}}}],"properties":[{"displayName":"Enable Response Output Branch","name":"enableResponseOutput","type":"boolean","default":false,"description":"Whether to provide an additional output branch with the response sent to the webhook","isNodeSetting":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.4}}]}}},{"displayName":"Verify that the \"Webhook\" node's \"Respond\" parameter is set to \"Using Respond to Webhook Node\". <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details","name":"generalNotice","type":"notice","default":""},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","displayOptions":{"show":{"@version":[1,1.1]}}},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"show":{"respondWith":["jwt"]}}},{"displayName":"When using expressions, note that this node will only run for the first item in the input data","name":"webhookNotice","type":"notice","displayOptions":{"show":{"respondWith":["json","text","jwt"]}},"default":""},{"displayName":"Redirect URL","name":"redirectURL","type":"string","required":true,"displayOptions":{"show":{"respondWith":["redirect"]}},"default":"","placeholder":"e.g. http://www.n8n.io","description":"The URL to redirect to","validateType":"url"},{"displayName":"Response Body","name":"responseBody","type":"json","displayOptions":{"show":{"respondWith":["json"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"description":"The HTTP response JSON data"},{"displayName":"Payload","name":"payload","type":"json","displayOptions":{"show":{"respondWith":["jwt"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"validateType":"object","description":"The payload to include in the JWT token"},{"displayName":"Response Body","name":"responseBody","type":"string","displayOptions":{"show":{"respondWith":["text"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Workflow completed","description":"The HTTP response text data"},{"displayName":"Response Data Source","name":"responseDataSource","type":"options","displayOptions":{"show":{"respondWith":["binary"]}},"options":[{"name":"Choose Automatically From Input","value":"automatically","description":"Use if input data will contain a single piece of binary data"},{"name":"Specify Myself","value":"set","description":"Enter the name of the input field the binary data will be in"}],"default":"automatically"},{"displayName":"Input Field Name","name":"inputFieldName","type":"string","required":true,"default":"data","displayOptions":{"show":{"respondWith":["binary"],"responseDataSource":["set"]}},"description":"The name of the node input field with the binary data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Response Code","name":"responseCode","type":"number","typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP response code to return. Defaults to 200."},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Put Response in Field","name":"responseKey","type":"string","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem"]}},"default":"","description":"The name of the response field to put all items in","placeholder":"e.g. data"}]}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.svg","dark":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.dark.svg"}},
|
|
359
|
+
{"displayName":"Respond to Webhook","name":"respondToWebhook","group":["transform"],"version":[1,1.1,1.2,1.3,1.4,1.5],"defaultVersion":1.4,"description":"Returns data for Webhook","defaults":{"name":"Respond to Webhook"},"inputs":["main"],"outputs":"={{((version, parameters) => {\n const multipleOutputs = version === 1.3 || (version >= 1.4 && parameters.enableResponseOutput);\n if (multipleOutputs) {\n return [\n {\n type: 'main',\n displayName: 'Input Data',\n },\n {\n type: 'main',\n displayName: 'Response',\n },\n ];\n }\n return ['main'];\n})($nodeVersion, $parameter)}}","credentials":[{"name":"jwtAuth","required":true,"displayOptions":{"show":{"respondWith":["jwt"]}}}],"properties":[{"displayName":"Enable Response Output Branch","name":"enableResponseOutput","type":"boolean","default":false,"description":"Whether to provide an additional output branch with the response sent to the webhook","isNodeSetting":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.4}}]}}},{"displayName":"Verify that the \"Webhook\" node's \"Respond\" parameter is set to \"Using Respond to Webhook Node\". <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details","name":"generalNotice","type":"notice","default":""},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","displayOptions":{"show":{"@version":[1,1.1]}}},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"show":{"respondWith":["jwt"]}}},{"displayName":"When using expressions, note that this node will only run for the first item in the input data","name":"webhookNotice","type":"notice","displayOptions":{"show":{"respondWith":["json","text","jwt"]}},"default":""},{"displayName":"Redirect URL","name":"redirectURL","type":"string","required":true,"displayOptions":{"show":{"respondWith":["redirect"]}},"default":"","placeholder":"e.g. http://www.n8n.io","description":"The URL to redirect to","validateType":"url"},{"displayName":"Response Body","name":"responseBody","type":"json","displayOptions":{"show":{"respondWith":["json"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"description":"The HTTP response JSON data"},{"displayName":"Payload","name":"payload","type":"json","displayOptions":{"show":{"respondWith":["jwt"]}},"default":"{\n \"myField\": \"value\"\n}","typeOptions":{"rows":4},"validateType":"object","description":"The payload to include in the JWT token"},{"displayName":"Response Body","name":"responseBody","type":"string","displayOptions":{"show":{"respondWith":["text"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Workflow completed","description":"The HTTP response text data"},{"displayName":"Response Data Source","name":"responseDataSource","type":"options","displayOptions":{"show":{"respondWith":["binary"]}},"options":[{"name":"Choose Automatically From Input","value":"automatically","description":"Use if input data will contain a single piece of binary data"},{"name":"Specify Myself","value":"set","description":"Enter the name of the input field the binary data will be in"}],"default":"automatically"},{"displayName":"Input Field Name","name":"inputFieldName","type":"string","required":true,"default":"data","displayOptions":{"show":{"respondWith":["binary"],"responseDataSource":["set"]}},"description":"The name of the node input field with the binary data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Response Code","name":"responseCode","type":"number","typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP response code to return. Defaults to 200."},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Put Response in Field","name":"responseKey","type":"string","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem"]}},"default":"","description":"The name of the response field to put all items in","placeholder":"e.g. data"},{"displayName":"Enable Streaming","name":"enableStreaming","type":"boolean","default":true,"description":"Whether to enable streaming to the response","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem","text","json","jwt"],"@version":[{"_cnd":{"gte":1.5}}]}}}]}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.svg","dark":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.dark.svg"}},
|
|
360
360
|
{"displayName":"RocketChat","name":"rocketchat","group":["output"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume RocketChat API","defaults":{"name":"RocketChat"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rocketchatApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Post Message","value":"postMessage","description":"Post a message to a channel or a direct message","action":"Post a message"}],"default":"postMessage"},{"displayName":"Channel","name":"channel","type":"string","required":true,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The channel name with the prefix in front of it"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The text of the message to send, is optional because of attachments"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"},{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"If provided, this will make the avatar use the provided image URL"},{"displayName":"Emoji","name":"emoji","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"}]},{"displayName":"Attachments","name":"attachments","type":"collection","default":{},"placeholder":"Add Attachment Item","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attachment"},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[false]}},"options":[{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"The color you want the order on the left side to be, any value background-css supports"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text to display for this attachment, it is different than the message’s text"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Displays the time next to the text portion"},{"displayName":"Thumb URL","name":"thumbUrl","type":"string","default":"","description":"An image that displays to the left of the text, looks better when this is relatively small"},{"displayName":"Message Link","name":"messageLink","type":"string","default":"","description":"Only applicable if the timestamp is provided, as it makes the time clickable to this link"},{"displayName":"Collapsed","name":"collapsed","type":"boolean","default":false,"description":"Causes the image, audio, and video sections to be hiding when collapsed is true"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of the author"},{"displayName":"Author Link","name":"authorLink","type":"string","default":"","description":"Providing this makes the author name clickable and points to this link"},{"displayName":"Author Icon","name":"authorIcon","type":"string","default":"","placeholder":"https://site.com/img.png","description":"Displays a tiny icon to the left of the Author’s name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title to display for this attachment, displays under the author"},{"displayName":"Title Link","name":"titleLink","type":"string","default":"","description":"Providing this makes the title clickable, pointing to this link"},{"displayName":"Title Link Download","name":"titleLinkDownload","type":"boolean","default":false,"description":"When this is true, a download icon appears and clicking this saves the link to file"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"The image to display, will be “big” and easy to see"},{"displayName":"Audio URL","name":"audioUrl","type":"string","default":"","placeholder":"https://site.com/aud.mp3","description":"Audio file to play, only supports what html audio does"},{"displayName":"Video URL","name":"videoUrl","type":"string","default":"","placeholder":"https://site.com/vid.mp4","description":"Video file to play, only supports what html video does"},{"displayName":"Fields","name":"fields","type":"fixedCollection","placeholder":"Add Field Item","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Fields","values":[{"displayName":"Short","name":"short","type":"boolean","default":false,"description":"Whether this field should be a short field"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of this field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of this field, displayed underneath the title value"}]}]}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[true]}},"default":""}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rocketchat/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/rocketchat/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rocketchat/rocketchat.svg"},
|
|
361
361
|
{"displayName":"RSS Read","name":"rssFeedRead","icon":"fa:rss","iconColor":"orange-red","group":["input"],"version":[1,1.1,1.2],"description":"Reads data from an RSS Feed","defaults":{"name":"RSS Read","color":"#b02020"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"URL","name":"url","type":"string","default":"","required":true,"description":"URL of the RSS feed"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSL","type":"boolean","default":false,"description":"Whether to ignore SSL/TLS certificate issues or not"}]}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread/"}]}}},
|
|
362
362
|
{"displayName":"RSS Feed Trigger","name":"rssFeedReadTrigger","icon":"fa:rss","iconColor":"orange-red","group":["trigger"],"version":1,"description":"Starts a workflow when an RSS feed is updated","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"RSS Feed Trigger","color":"#b02020"},"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":"Feed URL","name":"feedUrl","type":"string","default":"https://blog.n8n.io/rss/","required":true,"description":"URL of the RSS feed to poll"}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger/"}]}}},
|