n8n-nodes-base 1.48.0 → 1.49.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/build.tsbuildinfo +1 -1
- package/dist/credentials/CopperApi.credentials.d.ts +3 -1
- package/dist/credentials/CopperApi.credentials.js +16 -0
- package/dist/credentials/CopperApi.credentials.js.map +1 -1
- package/dist/methods/defined.json +4 -0
- package/dist/methods/referenced.json +4 -0
- package/dist/nodes/Cal/GenericFunctions.js +0 -2
- package/dist/nodes/Cal/GenericFunctions.js.map +1 -1
- package/dist/nodes/Coda/Coda.node.js +0 -4
- package/dist/nodes/Coda/Coda.node.js.map +1 -1
- package/dist/nodes/Copper/GenericFunctions.js +2 -6
- package/dist/nodes/Copper/GenericFunctions.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +1 -0
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js +5 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
- package/dist/nodes/GetResponse/GetResponse.node.js +5 -0
- package/dist/nodes/GetResponse/GetResponse.node.js.map +1 -1
- package/dist/nodes/Github/Github.node.js +59 -35
- package/dist/nodes/Github/Github.node.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/transport/index.js +0 -2
- package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +9 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/LinkedIn/LinkedIn.node.js +1 -1
- package/dist/nodes/LinkedIn/LinkedIn.node.js.map +1 -1
- package/dist/nodes/Merge/Merge.node.js +3 -1
- package/dist/nodes/Merge/Merge.node.js.map +1 -1
- package/dist/nodes/Merge/v2/MergeV2.node.js +21 -21
- package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
- package/dist/nodes/Merge/v2/{OptionsDescription.js → descriptions.js} +1 -1
- package/dist/nodes/Merge/v2/descriptions.js.map +1 -0
- package/dist/nodes/Merge/v2/interfaces.d.ts +18 -0
- package/dist/nodes/Merge/v2/interfaces.js +3 -0
- package/dist/nodes/Merge/v2/interfaces.js.map +1 -0
- package/dist/nodes/Merge/v2/{GenericFunctions.d.ts → utils.d.ts} +1 -17
- package/dist/nodes/Merge/v2/{GenericFunctions.js → utils.js} +1 -1
- package/dist/nodes/Merge/v2/utils.js.map +1 -0
- package/dist/nodes/Merge/v3/MergeV3.node.d.ts +10 -0
- package/dist/nodes/Merge/v3/MergeV3.node.js +22 -0
- package/dist/nodes/Merge/v3/MergeV3.node.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/append.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/append.js +21 -0
- package/dist/nodes/Merge/v3/actions/mode/append.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.js +96 -0
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineAll.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/combineAll.js +62 -0
- package/dist/nodes/Merge/v3/actions/mode/combineAll.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.js +356 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.js +93 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts +26 -0
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +118 -0
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/mode/index.d.ts +9 -0
- package/dist/nodes/Merge/v3/actions/mode/index.js +105 -0
- package/dist/nodes/Merge/v3/actions/mode/index.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/node.type.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/node.type.js +3 -0
- package/dist/nodes/Merge/v3/actions/node.type.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/router.d.ts +2 -0
- package/dist/nodes/Merge/v3/actions/router.js +45 -0
- package/dist/nodes/Merge/v3/actions/router.js.map +1 -0
- package/dist/nodes/Merge/v3/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/Merge/v3/actions/versionDescription.js +43 -0
- package/dist/nodes/Merge/v3/actions/versionDescription.js.map +1 -0
- package/dist/nodes/Merge/v3/helpers/descriptions.d.ts +4 -0
- package/dist/nodes/Merge/v3/helpers/descriptions.js +120 -0
- package/dist/nodes/Merge/v3/helpers/descriptions.js.map +1 -0
- package/dist/nodes/Merge/v3/helpers/interfaces.d.ts +18 -0
- package/dist/nodes/Merge/v3/helpers/interfaces.js +3 -0
- package/dist/nodes/Merge/v3/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Merge/v3/helpers/utils.d.ts +42 -0
- package/dist/nodes/Merge/v3/helpers/utils.js +295 -0
- package/dist/nodes/Merge/v3/helpers/utils.js.map +1 -0
- package/dist/nodes/Merge/v3/methods/index.d.ts +1 -0
- package/dist/nodes/Merge/v3/methods/index.js +28 -0
- package/dist/nodes/Merge/v3/methods/index.js.map +1 -0
- package/dist/nodes/Merge/v3/methods/loadOptions.d.ts +3 -0
- package/dist/nodes/Merge/v3/methods/loadOptions.js +47 -0
- package/dist/nodes/Merge/v3/methods/loadOptions.js.map +1 -0
- package/dist/nodes/UProc/GenericFunctions.js +0 -2
- package/dist/nodes/UProc/GenericFunctions.js.map +1 -1
- package/dist/nodes/Zammad/descriptions/TicketDescription.js +27 -0
- package/dist/nodes/Zammad/descriptions/TicketDescription.js.map +1 -1
- package/dist/nodes/Zammad/types.d.ts +2 -0
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +8 -7
- package/package.json +4 -3
- package/dist/nodes/Merge/v2/GenericFunctions.js.map +0 -1
- package/dist/nodes/Merge/v2/OptionsDescription.js.map +0 -1
- /package/dist/nodes/Merge/v2/{OptionsDescription.d.ts → descriptions.d.ts} +0 -0
package/dist/types/nodes.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
{"displayName":"E-goi","name":"n8n-nodes-base.egoi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume E-goi API","defaults":{"name":"E-goi"},"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-examples/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-examples/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-examples/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-examples/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-examples/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/credentials/egoi"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Egoi/egoi.svg"},
|
|
95
95
|
{"displayName":"Elasticsearch","name":"n8n-nodes-base.elasticsearch","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elasticsearch API","defaults":{"name":"Elasticsearch"},"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":"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":"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":"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/credentials/elasticsearch"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
|
|
96
96
|
{"displayName":"Elastic Security","name":"n8n-nodes-base.elasticSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elastic Security API","defaults":{"name":"Elastic Security"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticSecurityApi","required":true,"testedBy":"elasticSecurityApiTest"}],"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-examples/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-examples/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-examples/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-examples/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/credentials/elasticSecurity"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/ElasticSecurity/elasticSecurity.svg"},
|
|
97
|
-
{"displayName":"Email Trigger (IMAP)","name":"n8n-nodes-base.emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2,"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 'listen' 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 'listen' 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":"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/credentials/imap"}]}}},
|
|
97
|
+
{"displayName":"Email Trigger (IMAP)","name":"n8n-nodes-base.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 'listen' 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 'listen' 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":"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/credentials/imap"}]}}},
|
|
98
98
|
{"displayName":"Email Trigger (IMAP)","name":"n8n-nodes-base.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 'listen' 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 'listen' 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","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/credentials/imap"}]}}},
|
|
99
99
|
{"displayName":"Send Email","name":"n8n-nodes-base.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"],"credentials":[{"name":"smtp","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"default":"email","options":[{"name":"Email","value":"email"}]},{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"send","options":[{"name":"Send","value":"send","action":"Send an Email"}]},{"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","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"]}}}],"codex":{"categories":["Communication","Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/sendemail/"}]},"alias":["SMTP"]}},
|
|
100
100
|
{"displayName":"Send Email","name":"n8n-nodes-base.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","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","Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/credentials/sendemail/"}]},"alias":["SMTP"]}},
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
{"displayName":"GetResponse Trigger","name":"n8n-nodes-base.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-examples/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/credentials/getResponse"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GetResponse/getResponse.png"},
|
|
134
134
|
{"displayName":"Ghost","name":"n8n-nodes-base.ghost","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Ghost API","defaults":{"name":"Ghost"},"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-examples/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-examples/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-examples/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-examples/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/credentials/ghost"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg"},
|
|
135
135
|
{"displayName":"Git","name":"n8n-nodes-base.git","group":["transform"],"version":1,"description":"Control git.","defaults":{"name":"Git"},"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/credentials/git"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Git/git.svg"},
|
|
136
|
-
{"displayName":"GitHub","name":"n8n-nodes-base.github","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"inputs":["main"],"outputs":["main"],"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"}],"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 a file"}],"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":"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":"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":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"body","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":"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":"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 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/credentials/github"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
136
|
+
{"displayName":"GitHub","name":"n8n-nodes-base.github","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"inputs":["main"],"outputs":["main"],"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"}],"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 a file"}],"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":"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":"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 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 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/credentials/github"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
137
137
|
{"displayName":"Github Trigger","name":"n8n-nodes-base.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/credentials/github"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
138
138
|
{"displayName":"GitLab","name":"n8n-nodes-base.gitlab","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from GitLab API","defaults":{"name":"GitLab"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Project Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"User, group or namespace of the project"},{"displayName":"Project Name","name":"repository","type":"string","default":"","required":true,"displayOptions":{"hide":{"resource":["user"],"operation":["getRepositories"]}},"placeholder":"n8n","description":"The name of the project"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Due Date","name":"due_date","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":"","description":"Due Date for issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"number","default":0,"description":"User ID to assign issue to"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date for issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The number of the issue get data of"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The number of the issue to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason to lock the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The description of the release"},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"If Tag doesn’t exist, the release will be created from Ref. It can be a commit SHA, another tag name, or a branch name."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":{},"options":[{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Released At","value":"released_at"}],"default":"released_at","description":"The field to use as order"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"The direction of the order. ."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The release name"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the release. You can use Markdown."},{"displayName":"Milestones","name":"milestones","type":"string","default":"","description":"The title of each milestone to associate with the release (provide a titles list spearated with comma)"},{"displayName":"Released At","name":"released_at","type":"dateTime","default":"","description":"The date when the release is/was ready"}]},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee_username","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"author_username","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Search issues against their title and description"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated After","name":"updated_after","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"opened","description":"Return issues with \"open\" state"}],"default":"opened","description":"The state to filter by"},{"displayName":"Sort","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at","description":"Sort by created date"},{"name":"Updated At","value":"updated_at","description":"Sort by updated date"},{"name":"Priority","value":"priority","description":"Sort by priority"}],"default":"created_at","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"sort","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"File Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path or leave it empty for root folder."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1,"description":"Page of results to display"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"options":[{"displayName":"Reference","name":"ref","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether or not to get a recursive file tree. Default is false."}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Branch","name":"branch","type":"string","default":"","description":"Name of the new branch to create. The commit is added to this branch.","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"displayName":"Start Branch","name":"branchStart","values":[{"displayName":"Start Branch","name":"branchStart","type":"string","default":"","description":"Name of the base branch to create the new branch from"}]},{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"encoding","displayName":"Encoding","values":[{"displayName":"Encoding","name":"encoding","type":"string","default":"text","description":"Change encoding to base64. Default is text."}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
139
139
|
{"displayName":"GitLab Trigger","name":"n8n-nodes-base.gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the 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/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
140
140
|
{"displayName":"Google Ads","name":"n8n-nodes-base.googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","defaults":{"name":"Google Ads"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v15/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v15/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add Option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]},{"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","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"},
|
|
141
|
-
{"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-06-19T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-06-26T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-06-19T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-06-26T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
141
|
+
{"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-06-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-07-02T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2024-06-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2024-07-02T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
142
142
|
{"displayName":"Google Analytics","name":"n8n-nodes-base.googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
143
143
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.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 Options","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results","name":"maxResults","type":"number","default":1000,"description":"The maximum number of rows of data to return"},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"description":"How long to wait for the query to complete, in milliseconds"},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
144
144
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.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-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
@@ -243,8 +243,9 @@
|
|
|
243
243
|
{"displayName":"Mautic","name":"n8n-nodes-base.mautic","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mautic API","defaults":{"name":"Mautic"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign Contact","value":"campaignContact","description":"Add/remove contacts to/from a campaign"},{"name":"Company","value":"company","description":"Create or modify a company"},{"name":"Company Contact","value":"companyContact","description":"Add/remove contacts to/from a company"},{"name":"Contact","value":"contact","description":"Create & modify contacts"},{"name":"Contact Segment","value":"contactSegment","description":"Add/remove contacts to/from a segment"},{"name":"Segment Email","value":"segmentEmail","description":"Send an email"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a new company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Company Name","name":"name","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":"","description":"The name of the company to create"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["company"]}},"default":"","description":"The ID of the company to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Company Name","name":"name","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise, empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["company"]}},"default":"","description":"The ID of the company to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":30},"default":30,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Order Direction","name":"orderByDir","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"","description":"Sort direction: asc or desc"},{"displayName":"Order By Name or ID","name":"orderBy","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Search","name":"search","type":"string","default":"","description":"String or search command to filter entities by"}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["company"]}},"default":"","description":"The ID of the company to delete"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Edit Contact Points","value":"editContactPoint","description":"Edit contact's points","action":"Edit a contact's points"},{"name":"Edit Do Not Contact List","value":"editDoNotContactList","description":"Add/remove contacts from/to the do not contact list","action":"Add/remove contacts from/to the do not contact list"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get many contacts"},{"name":"Send Email","value":"sendEmail","description":"Send email to contact","action":"Send email to a contact"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"operation":["create"],"resource":["contact"],"jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","default":"","description":"Date/time in UTC;"},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"Fax","name":"fax","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Date/time in UTC;"},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"LastName"},{"displayName":"Mobile","name":"mobile","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Channel","name":"channel","type":"options","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"name":"Email","value":"email"},{"name":"SMS","value":"sms"}],"default":"email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"displayName":"Reason To Do Not Contact","name":"reason","type":"options","options":[{"name":"Unsubscribed","value":"1"},{"name":"Bounced","value":"2"},{"name":"Manual","value":"3"}],"default":"3"},{"displayName":"Comments","name":"comments","type":"string","default":"","description":"A text describing details of Do Not Contact entry"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Points","name":"points","type":"number","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":0},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":30},"default":30,"description":"Max number of results to return"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["contact"]},"hide":{"operation":["sendEmail","editDoNotContactList","editContactPoint"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Search","name":"search","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"String or search command to filter entities by"},{"displayName":"Order By","name":"orderBy","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"Column to sort by. Can use any column listed in the response."},{"displayName":"Order By Dir","name":"orderByDir","type":"options","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"description":"Sort direction: ASC or DESC"},{"displayName":"Published Only","name":"publishedOnly","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return currently published entities"},{"displayName":"Minimal","name":"minimal","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return array of entities without additional lists in it"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":true,"description":"By default only the data of the fields get returned. If this options gets set the RAW response with all data gets returned."}]},{"displayName":"Campaign Email Name or ID","name":"campaignEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"typeOptions":{"loadOptionsMethod":"getCampaignEmails"},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactSegment"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a segment","action":"Add a contact to a segment"},{"name":"Remove","value":"remove","description":"Remove contact from a segment","action":"Remove a contact from a segment"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"default":""},{"displayName":"Segment Name or ID","name":"segmentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getSegments"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaignContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a campaign","action":"Add a campaign contact"},{"name":"Remove","value":"remove","description":"Remove contact from a campaign","action":"Remove a campaign contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"default":""},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["companyContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a company","action":"Add a company contact"},{"name":"Remove","value":"remove","description":"Remove a contact from a company","action":"Remove a company contact"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the contact"},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segmentEmail"]}},"options":[{"name":"Send","value":"send","action":"Send an email to a segment"}],"default":"send"},{"displayName":"Segment Email Name or ID","name":"segmentEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["segmentEmail"],"operation":["send"]}},"typeOptions":{"loadOptionsMethod":"getSegmentEmails"},"default":""}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mautic/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mautic"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
244
244
|
{"displayName":"Mautic Trigger","name":"n8n-nodes-base.mauticTrigger","group":["trigger"],"version":1,"description":"Handle Mautic events via webhooks","defaults":{"name":"Mautic Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getEvents"},"default":[]},{"displayName":"Events Order","name":"eventsOrder","type":"options","default":"ASC","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"description":"Order direction for queued events in one webhook. Can be “DESC” or “ASC”."}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mautic"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
245
245
|
{"displayName":"Medium","name":"n8n-nodes-base.medium","group":["output"],"version":1,"description":"Consume Medium API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Medium"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mediumApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mediumOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Publication","value":"publication"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"}],"default":"create"},{"displayName":"Publication","name":"publication","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":false,"description":"Whether you are posting for a publication"},{"displayName":"Publication Name or ID","name":"publicationId","type":"options","displayOptions":{"show":{"resource":["post"],"operation":["create"],"publication":[true]}},"typeOptions":{"loadOptionsMethod":"getPublications"},"default":"","description":"Publication IDs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My Open Source Contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"Title of the post. Max Length : 100 characters."},{"displayName":"Content Format","name":"contentFormat","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"type":"options","options":[{"name":"HTML","value":"html"},{"name":"Markdown","value":"markdown"}],"description":"The format of the content to be posted"},{"displayName":"Content","name":"content","type":"string","default":"","placeholder":"My open source contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"The body of the post, in a valid semantic HTML fragment, or Markdown"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Canonical Url","name":"canonicalUrl","type":"string","default":"","description":"The original home of this content, if it was originally published elsewhere"},{"displayName":"License","name":"license","type":"options","default":"all-rights-reserved","options":[{"name":"all-rights-reserved","value":"all-rights-reserved"},{"name":"cc-40-by","value":"cc-40-by"},{"name":"cc-40-by-nc","value":"cc-40-by-nc"},{"name":"cc-40-by-nc-nd","value":"cc-40-by-nc-nd"},{"name":"cc-40-by-nc-sa","value":"cc-40-by-nc-sa"},{"name":"cc-40-by-nd","value":"cc-40-by-nd"},{"name":"cc-40-by-sa","value":"cc-40-by-sa"},{"name":"cc-40-zero","value":"cc-40-zero"},{"name":"public-domain","value":"public-domain"}],"description":"License of the post"},{"displayName":"Notify Followers","name":"notifyFollowers","type":"boolean","default":false,"description":"Whether to notify followers that the user has published"},{"displayName":"Publish Status","name":"publishStatus","default":"public","type":"options","options":[{"name":"Public","value":"public"},{"name":"Draft","value":"draft"},{"name":"Unlisted","value":"unlisted"}],"description":"The status of the post"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"open-source,mlh,fellowship","description":"Comma-separated strings to be used as tags for post classification. Max allowed tags: 5. Max tag length: 25 characters."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publication"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many publications","action":"Get many publications"}],"default":"publication"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/medium"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Medium/medium.png"},
|
|
246
|
-
{"displayName":"Merge","name":"n8n-nodes-base.merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Merge"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
247
|
-
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2.1,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
246
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3,"version":[2,2.1],"defaults":{"name":"Merge"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
247
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3,"version":[3],"defaults":{"name":"Merge"},"inputs":"={{((parameters) => {\n return Array.from({ length: parameters.numberInputs || 2 }, (_, i) => ({\n type: `${\"main\"}`,\n displayName: `Input ${(i + 1).toString()}`,\n }));\n})($parameter)}}","outputs":["main"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Output items of each input, one after the other"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"SQL Query","value":"combineBySql","description":"Write a query to do the merge"},{"name":"Choose Branch","value":"chooseBranch","description":"Output data from a specific branch, without modifying it"}],"default":"append","description":"How input data should be merged"},{"displayName":"Combine By","name":"combineBy","type":"options","noDataExpression":true,"options":[{"name":"Matching Fields","value":"combineByFields","description":"Combine items with the same field values"},{"name":"Position","value":"combineByPosition","description":"Combine items based on their order"},{"name":"All Possible Combinations","value":"combineAll","description":"Every pairing of every two items (cross join)"}],"default":"combineByFields","description":"How input data should be merged","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["append"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineAll"]}}},{"displayName":"Fields To Match Have Different Names","name":"advanced","type":"boolean","default":false,"description":"Whether name(s) of field to match are different in input 1 and input 2","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"fieldsToMatchString","type":"string","placeholder":"e.g. id, name","default":"","requiresDataPath":"multiple","description":"Specify the fields to use for matching input items","hint":"Drag or type the input field name","displayOptions":{"show":{"advanced":[false],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"description":"Specify the fields to use for matching input items","displayOptions":{"show":{"advanced":[true],"mode":["combine"],"combineBy":["combineByFields"]}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"}]}]},{"displayName":"Output Type","name":"joinMode","type":"options","description":"How to select the items to send to output","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepNonMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Query","name":"query","type":"string","default":"SELECT * FROM input1 LEFT JOIN input2 ON input1.name = input2.id","noDataExpression":true,"description":"Input data available as tables with corresponding number, e.g. input1, input2","hint":"Supports <a href=\"https://github.com/alasql/alasql/wiki/Supported-SQL-statements\" target=\"_blank\">most</a> of the SQL-99 language","required":true,"typeOptions":{"rows":5,"editor":"sqlEditor"},"displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"addSuffix"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"Whether unpaired items should be included in the result when there are differing numbers of items among the inputs"}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for All Inputs to Arrive","value":"waitForAll"}],"default":"waitForAll","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Data of Specified Input","value":"specifiedInput"},{"name":"A Single, Empty Item","value":"empty"}],"default":"specifiedInput","displayOptions":{"show":{"chooseBranchMode":["waitForAll"],"mode":["chooseBranch"]}}},{"displayName":"Use Data of Input","name":"useDataOfInput","type":"options","default":1,"displayOptions":{"show":{"output":["specifiedInput"],"mode":["chooseBranch"]}},"typeOptions":{"minValue":1,"loadOptionsMethod":"getInputs","loadOptionsDependsOn":["numberInputs"]},"description":"The number of the input to use data of","validateType":"number"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
248
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
248
249
|
{"displayName":"MessageBird","name":"n8n-nodes-base.messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/messageBird"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
|
|
249
250
|
{"displayName":"Metabase","name":"n8n-nodes-base.metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""},{"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","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/metabase"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
|
|
250
251
|
{"displayName":"Microsoft Dynamics CRM","name":"n8n-nodes-base.microsoftDynamicsCrm","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Dynamics CRM API","defaults":{"name":"Microsoft Dynamics CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftDynamicsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","action":"Create an account"},{"name":"Delete","value":"delete","action":"Delete an account"},{"name":"Get","value":"get","action":"Get an account"},{"name":"Get Many","value":"getAll","action":"Get many accounts"},{"name":"Update","value":"update","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Company or business name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete","get","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["get","getAll"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[]},{"displayName":"Expand Field Names or IDs","name":"expandFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpandableAccountFields"},"default":[]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter the results. Check <a href=\"https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#filter-results\" target=\"_blank\">filters</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","update"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Fields the response will include. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.dark.svg"}},
|
|
@@ -253,7 +254,7 @@
|
|
|
253
254
|
{"displayName":"Microsoft Graph Security","name":"n8n-nodes-base.microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
|
|
254
255
|
{"displayName":"Microsoft OneDrive","name":"n8n-nodes-base.microsoftOneDrive","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","defaults":{"name":"Microsoft OneDrive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
|
|
255
256
|
{"displayName":"Microsoft OneDrive Trigger","name":"n8n-nodes-base.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/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
|
|
256
|
-
{"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-06-27T10:20:12.359+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-06-27T10:50:12.359+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
|
|
257
|
+
{"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2024-07-03T13:31:51.877+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2024-07-03T14:01:51.877+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
|
|
257
258
|
{"displayName":"Microsoft Outlook","name":"n8n-nodes-base.microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]}},
|
|
258
259
|
{"displayName":"Microsoft Outlook Trigger","name":"n8n-nodes-base.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-examples/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"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"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]},"alias":["email"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
|
|
259
260
|
{"displayName":"Microsoft SQL","name":"n8n-nodes-base.microsoftSql","group":["input"],"version":[1,1.1],"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoftSql"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
|
|
@@ -441,7 +442,7 @@
|
|
|
441
442
|
{"displayName":"Xero","name":"n8n-nodes-base.xero","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Xero API","defaults":{"name":"Xero"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"xeroOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Invoice","value":"invoice"}],"default":"invoice"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"description":"Full name of contact/organisation","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Include Archived","name":"includeArchived","type":"boolean","default":false,"description":"Whether contacts with a status of ARCHIVED will be included in the response"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"contactID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Full name of contact/organisation"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a invoice","action":"Create an invoice"},{"name":"Get","value":"get","description":"Get a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update a invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Bill","value":"ACCPAY","description":"Accounts Payable or supplier invoice"},{"name":"Sales Invoice","value":"ACCREC","description":"Accounts Receivable or customer invoice"}],"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true,"description":"Invoice Type"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Line Item ID","name":"lineItemId","type":"string","default":"","description":"The Xero generated identifier for a LineItem"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"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":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Created By My App","name":"createdByMyApp","type":"boolean","default":false,"description":"Whether you'll only retrieve Invoices created by your app"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"InvoiceID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Statuses","name":"statuses","type":"multiOptions","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":[]},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.xero/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/xero"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Xero/xero.svg"},
|
|
442
443
|
{"displayName":"XML","name":"n8n-nodes-base.xml","icon":"fa:file-code","iconColor":"purple","group":["transform"],"version":1,"subtitle":"={{$parameter[\"mode\"]===\"jsonToxml\" ? \"JSON to XML\" : \"XML to JSON\"}}","description":"Convert data from and to XML","defaults":{"name":"XML","color":"#333377"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"JSON to XML","value":"jsonToxml","description":"Converts data from JSON to XML"},{"name":"XML to JSON","value":"xmlToJson","description":"Converts data from XML to JSON"}],"default":"xmlToJson","description":"From and to what format the data should be converted"},{"displayName":"If your XML is inside a binary file, use the 'Extract from File' node to convert it to text first","name":"xmlNotice","type":"notice","default":"","displayOptions":{"show":{"mode":["xmlToJson"]}}},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":"data","required":true,"description":"Name of the property to which to contains the converted XML data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":{},"options":[{"displayName":"Allow Surrogate Chars","name":"allowSurrogateChars","type":"boolean","default":false,"description":"Whether to allow using characters from the Unicode surrogate blocks"},{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Cdata","name":"cdata","type":"boolean","default":false,"description":"Whether to wrap text nodes in <![CDATA[ ... ]]> instead of escaping when necessary. Does not add <![CDATA[ ... ]]> if it is not required."},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Headless","name":"headless","type":"boolean","default":false,"description":"Whether to omit the XML header"},{"displayName":"Root Name","name":"rootName","type":"string","default":"root","description":"Root element name to be used"}]},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":"data","required":true,"description":"Name of the property which contains the XML data to convert"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":{},"options":[{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Explicit Array","name":"explicitArray","type":"boolean","default":false,"description":"Whether to always put child nodes in an array if true; otherwise an array is created only if there is more than one"},{"displayName":"Explicit Root","name":"explicitRoot","type":"boolean","default":true,"description":"Whether to set this if you want to get the root node in the resulting object"},{"displayName":"Ignore Attributes","name":"ignoreAttrs","type":"boolean","default":false,"description":"Whether to ignore all XML attributes and only create text nodes"},{"displayName":"Merge Attributes","name":"mergeAttrs","type":"boolean","default":true,"description":"Whether to merge attributes and child elements as properties of the parent, instead of keying attributes off a child attribute object. This option is ignored if ignoreAttrs is true."},{"displayName":"Normalize","name":"normalize","type":"boolean","default":false,"description":"Whether to trim whitespaces inside text nodes"},{"displayName":"Normalize Tags","name":"normalizeTags","type":"boolean","default":false,"description":"Whether to normalize all tag names to lowercase"},{"displayName":"Trim","name":"trim","type":"boolean","default":false,"description":"Whether to trim the whitespace at the beginning and end of text nodes"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.xml/"}]},"alias":["Parse"]}},
|
|
443
444
|
{"displayName":"Yourls","name":"n8n-nodes-base.yourls","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Yourls API","defaults":{"name":"Yourls"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"yourlsApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"URL","value":"url"}],"default":"url"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["url"]}},"options":[{"name":"Expand","value":"expand","description":"Expand a URL","action":"Expand a URL"},{"name":"Shorten","value":"shorten","description":"Shorten a URL","action":"Shorten a URL"},{"name":"Stats","value":"stats","description":"Get stats about one short URL","action":"Get stats for a URL"}],"default":"shorten"},{"displayName":"URL","name":"url","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"default":"","description":"The URL to shorten"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for custom short URLs"}]},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["expand"]}},"default":"","description":"The short URL to expand"},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["stats"]}},"default":"","description":"The short URL for which to get stats"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.yourls/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/yourls"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Yourls/yourls.png"},
|
|
444
|
-
{"displayName":"Zammad","name":"n8n-nodes-base.zammad","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Zammad API","defaults":{"name":"Zammad"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zammadBasicAuthApi","required":true,"testedBy":"zammadBasicAuthApiTest","displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"zammadTokenAuthApi","required":true,"testedBy":"zammadTokenAuthApiTest","displayOptions":{"show":{"authentication":["tokenAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Token Auth","value":"tokenAuth"}],"default":"tokenAuth"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Group","value":"group"},{"name":"Organization","value":"organization"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Retrieve a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Group Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","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":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"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":"Retrieve an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Retrieve many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Organization Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"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":["organization"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","description":"Title of the ticket to create","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"placeholder":"First-Level Helpdesk","description":"Group that will own the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Customer Email Name or ID","name":"customer","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerEmails"},"description":"Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","placeholder":"hello@n8n.io","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Ticket ID","name":"id","type":"string","description":"Ticket to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Article","name":"article","type":"fixedCollection","placeholder":"Add Article","required":true,"default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Article Details","name":"articleDetails","values":[{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"internal","options":[{"name":"External","value":"external","description":"Visible to customers"},{"name":"Internal","value":"internal","description":"Visible to help desk"}]},{"displayName":"Article Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"SMS","value":"sms"}],"default":"note"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"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":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Get Self","value":"getSelf","description":"Retrieve currently logged-in user","action":"Get currently logged-in user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizations"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","default":"","placeholder":"hello@n8n.io"},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizationNames"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["user"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"resource":["user"]}},"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter results by","placeholder":"user.firstname:john"},{"displayName":"Sort","name":"sortUi","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"options":[{"displayName":"Sort Options","name":"sortDetails","values":[{"displayName":"Sort Key Name or ID","name":"sort_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadUserFields"},"default":""},{"displayName":"Sort Order","name":"order_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zammad/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zammad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
|
|
445
|
+
{"displayName":"Zammad","name":"n8n-nodes-base.zammad","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Zammad API","defaults":{"name":"Zammad"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zammadBasicAuthApi","required":true,"testedBy":"zammadBasicAuthApiTest","displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"zammadTokenAuthApi","required":true,"testedBy":"zammadTokenAuthApiTest","displayOptions":{"show":{"authentication":["tokenAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Token Auth","value":"tokenAuth"}],"default":"tokenAuth"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Group","value":"group"},{"name":"Organization","value":"organization"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Retrieve a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Group Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","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":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"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":"Retrieve an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Retrieve many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Organization Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"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":["organization"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","description":"Title of the ticket to create","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"placeholder":"First-Level Helpdesk","description":"Group that will own the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Customer Email Name or ID","name":"customer","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerEmails"},"description":"Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","placeholder":"hello@n8n.io","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Ticket ID","name":"id","type":"string","description":"Ticket to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Article","name":"article","type":"fixedCollection","placeholder":"Add Article","required":true,"default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Article Details","name":"articleDetails","values":[{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"internal","options":[{"name":"External","value":"external","description":"Visible to customers"},{"name":"Internal","value":"internal","description":"Visible to help desk"}]},{"displayName":"Sender","name":"sender","type":"options","options":[{"name":"Agent","value":"Agent"},{"name":"Customer","value":"Customer"},{"name":"System","value":"System","description":"Only subject will be displayed in Zammad"}],"default":"Agent"},{"displayName":"Article Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"SMS","value":"sms"}],"default":"note"},{"displayName":"Reply To","name":"reply_to","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"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":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Get Self","value":"getSelf","description":"Retrieve currently logged-in user","action":"Get currently logged-in user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to update. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizations"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"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-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","default":"","placeholder":"hello@n8n.io"},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizationNames"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["user"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"resource":["user"]}},"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter results by","placeholder":"user.firstname:john"},{"displayName":"Sort","name":"sortUi","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"options":[{"displayName":"Sort Options","name":"sortDetails","values":[{"displayName":"Sort Key Name or ID","name":"sort_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadUserFields"},"default":""},{"displayName":"Sort Order","name":"order_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zammad/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zammad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
|
|
445
446
|
{"displayName":"Zendesk","name":"n8n-nodes-base.zendesk","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Zendesk API","defaults":{"name":"Zendesk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","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":"Ticket","value":"ticket","description":"Tickets are the means through which your end users (customers) communicate with agents in Zendesk Support"},{"name":"Ticket Field","value":"ticketField","description":"Manage system and custom ticket fields"},{"name":"User","value":"user","description":"Manage users"},{"name":"Organization","value":"organization","description":"Manage organizations"}],"default":"ticket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Recover","value":"recover","description":"Recover a suspended ticket","action":"Recover a ticket"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"required":true,"description":"The first comment on the ticket"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Assignee Email","name":"assigneeEmail","type":"string","default":"","description":"The e-mail address of the assignee"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Internal Note","name":"internalNote","type":"string","default":"","description":"Internal Ticket Note (Accepts HTML)"},{"displayName":"Public Reply","name":"publicReply","type":"string","default":"","description":"Public ticket reply"},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Update Fields","name":"updateFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to update as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket Type","name":"ticketType","type":"options","options":[{"name":"Regular","value":"regular"},{"name":"Suspended","value":"suspended"}],"default":"regular","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get","delete","getAll"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"The group to search. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"<a href=\"https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#syntax-examples\">Query syntax</a> to search tickets"},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Ticket Type","value":"ticket_type"},{"name":"Updated At","value":"updated_at"}],"default":"updated_at","description":"Defaults to sorting by relevance"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Status","name":"status","type":"options","displayOptions":{"show":{"/ticketType":["regular"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"}]},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["recover"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticketField"]}},"options":[{"name":"Get","value":"get","description":"Get a ticket field","action":"Get a ticket field"},{"name":"Get Many","value":"getAll","description":"Get many system and custom ticket fields","action":"Get many ticket fields"}],"default":"get"},{"displayName":"Ticket Field ID","name":"ticketFieldId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticketField"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticketField"],"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":["ticketField"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Get Organizations","value":"getOrganizations","description":"Get a user's organizations","action":"Get a user's organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the user","action":"Get data related to a user"},{"name":"Search","value":"search","description":"Search users","action":"Search a user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"description":"The user's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The user's name"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Roles","name":"role","type":"multiOptions","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":[]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":""},{"displayName":"External ID","name":"external_id","type":"string","default":""}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getRelatedData"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getOrganizations"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Count","value":"count","description":"Count organizations","action":"Count organizations"},{"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 an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the organization","action":"Get data related to an organization"},{"name":"Update","value":"update","description":"Update a organization","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","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-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"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":["organization"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["getRelatedData"]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zendesk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zendesk"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
|
|
446
447
|
{"displayName":"Zendesk Trigger","name":"n8n-nodes-base.zendeskTrigger","group":["trigger"],"version":1,"description":"Handle Zendesk events via webhooks","defaults":{"name":"Zendesk Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","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":"Service","name":"service","type":"options","required":true,"options":[{"name":"Support","value":"support"}],"default":"support"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"service":["support"]}},"default":{},"options":[{"displayName":"Field Names or IDs","name":"fields","description":"The fields to return the values of. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getFields"}}],"placeholder":"Add Option"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"service":["support"]}},"description":"The condition to set","default":{},"options":[{"name":"all","displayName":"All","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]},{"name":"any","displayName":"Any","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.zendesktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zendesk"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
|
|
447
448
|
{"displayName":"Zoho CRM","name":"n8n-nodes-base.zohoCrm","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","version":1,"description":"Consume Zoho CRM API","defaults":{"name":"Zoho CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zohoOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Invoice","value":"invoice"},{"name":"Lead","value":"lead"},{"name":"Product","value":"product"},{"name":"Purchase Order","value":"purchaseOrder"},{"name":"Quote","value":"quote"},{"name":"Sales Order","value":"salesOrder"},{"name":"Vendor","value":"vendor"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Account Name","name":"accountName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Account Name","name":"accountName","description":"Name of the account. If a record with this account name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"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":["account"],"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":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Name","name":"Account_Name","type":"string","default":""},{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":"","description":"Email of the contact. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":""},{"displayName":"Assistant’s Phone","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Home Phone","name":"Home_Phone","type":"string","default":""},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Other Phone","name":"Other_Phone","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"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":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a deal"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Name","name":"dealName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Deal Name","name":"dealName","description":"Name of the deal. If a record with this deal name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["upsert"]}}},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getDealStage"},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days for the deal to be won"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"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":["deal"],"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":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":"","description":"Symbol of the currency in which revenue is generated"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name","name":"Deal_Name","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days to win the deal"},{"displayName":"Stage Name or ID","name":"Stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealStage"},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create an invoice","action":"Create an invoice"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an invoice"},{"name":"Delete","value":"delete","description":"Delete an invoice","action":"Delete an invoice"},{"name":"Get","value":"get","description":"Get an invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update an invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"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":["invoice"],"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":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}]},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the invoice"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"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":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get a lead","action":"Get a lead"},{"name":"Get Fields","value":"getFields","description":"Get lead fields","action":"Get lead fields"},{"name":"Get Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","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":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":"","description":"Email of the lead. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"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":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["lead"],"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":["lead"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"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":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Company","name":"Company","type":"string","default":"","description":"Company at which the lead works"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Product Name","name":"productName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Product Name","name":"productName","description":"Name of the product. If a record with this product name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create","upsert"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"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":["product"],"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":["product"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["purchaseOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a purchase order","action":"Create a purchase order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a purchase order"},{"name":"Delete","value":"delete","description":"Delete a purchase order","action":"Delete a purchase order"},{"name":"Get","value":"get","description":"Get a purchase order","action":"Get a purchase order"},{"name":"Get Many","value":"getAll","description":"Get many purchase orders","action":"Get many purchase orders"},{"name":"Update","value":"update","description":"Update a purchase order","action":"Update a purchase order"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["upsert"]}}},{"displayName":"Vendor Name or ID","name":"vendorId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"description":"ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"billing_address_fields","values":[{"displayName":"Billing City","name":"Billing_City","type":"string","default":""},{"displayName":"Billing Code","name":"Billing_Code","type":"string","default":""},{"displayName":"Billing Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Billing State","name":"Billing_State","type":"string","default":""},{"displayName":"Billing Street","name":"Billing_Street","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the purchase order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["delete"]}}},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"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":["purchaseOrder"],"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":["purchaseOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the purchase order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a quote","action":"Create a quote"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Get","value":"get","description":"Get a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get many quotes","action":"Get many quotes"},{"name":"Update","value":"update","description":"Update a quote","action":"Update a quote"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"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":["quote"],"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":["quote"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the quote"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a sales order","action":"Create a sales order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a sales order"},{"name":"Delete","value":"delete","description":"Delete a sales order","action":"Delete a sales order"},{"name":"Get","value":"get","description":"Get a sales order","action":"Get a sales order"},{"name":"Get Many","value":"getAll","description":"Get many sales orders","action":"Get many sales orders"},{"name":"Update","value":"update","description":"Update a sales order","action":"Update a sales order"}],"default":"create"},{"displayName":"Account Name or ID","name":"accountId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the sales order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["delete"]}}},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"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":["salesOrder"],"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":["salesOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the sales order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vendor"]}},"options":[{"name":"Create","value":"create","description":"Create a vendor","action":"Create a vendor"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a vendor"},{"name":"Delete","value":"delete","description":"Delete a vendor","action":"Delete a vendor"},{"name":"Get","value":"get","description":"Get a vendor","action":"Get a vendor"},{"name":"Get Many","value":"getAll","description":"Get many vendors","action":"Get many vendors"},{"name":"Update","value":"update","description":"Update a vendor","action":"Update a vendor"}],"default":"create"},{"displayName":"Vendor Name","name":"vendorName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Vendor Name","name":"vendorName","description":"Name of the vendor. If a record with this vendor name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create","upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["delete"]}}},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":""},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Vendor Name","name":"Vendor_Name","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/zoho"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zoho/zoho.svg"},
|