n8n-nodes-base 1.0.2 → 1.0.3
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/types/nodes.json
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
{"displayName":"GitLab Trigger","name":"n8n-nodes-base.gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repsitory"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repsitory"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/gitlab"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
128
128
|
{"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":"/v13/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":"={{\"/v13/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":"={{\"/v13/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add Option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
|
|
129
129
|
{"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"},
|
|
130
|
-
{"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":"2023-07-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-07-11T00: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":"2023-07-04T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-07-11T00: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/"}]}}},
|
|
130
|
+
{"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":"2023-07-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-07-12T00: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":"2023-07-05T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-07-12T00: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/"}]}}},
|
|
131
131
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
|
|
132
132
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":2,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location","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 a 'set' 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/"}]}}},
|
|
133
133
|
{"displayName":"Google Books","name":"n8n-nodes-base.googleBooks","group":["input","output"],"version":[1,2],"description":"Read data from Google Books","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Google Books"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBooksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookshelf","value":"bookshelf"},{"name":"Bookshelf Volume","value":"bookshelfVolume"},{"name":"Volume","value":"volume"}],"default":"bookshelf"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Retrieve a specific bookshelf resource for the specified user","action":"Get a bookshelf"},{"name":"Get Many","value":"getAll","description":"Get many public bookshelf resource for the specified user","action":"Get many bookshelves"}],"displayOptions":{"show":{"resource":["bookshelf"]}},"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Add","value":"add","description":"Add a volume to a bookshelf","action":"Add a bookshelf volume"},{"name":"Clear","value":"clear","description":"Clears all volumes from a bookshelf","action":"Clear a bookshelf volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes in a specific bookshelf for the specified user","action":"Get many bookshelf volumes"},{"name":"Move","value":"move","description":"Moves a volume within a bookshelf","action":"Move a bookshelf volume"},{"name":"Remove","value":"remove","description":"Removes a volume from a bookshelf","action":"Remove a bookshelf volume"}],"displayOptions":{"show":{"resource":["bookshelfVolume"]}},"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Get a volume resource based on ID","action":"Get a volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes filtered by query","action":"Get many volumes"}],"displayOptions":{"show":{"resource":["volume"]}},"default":"get"},{"displayName":"My Library","name":"myLibrary","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Search Query","name":"searchQuery","type":"string","description":"Full-text search query string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["volume"]}}},{"displayName":"User ID","name":"userId","type":"string","description":"ID of user","default":"","required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]},"hide":{"myLibrary":[true]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["get","add","clear","move","remove"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["bookshelfVolume"]}}},{"displayName":"Volume ID","name":"volumeId","type":"string","description":"ID of the volume","default":"","required":true,"displayOptions":{"show":{"operation":["add","move","remove","get"],"resource":["bookshelfVolume","volume"]}}},{"displayName":"Volume Position","name":"volumePosition","type":"string","description":"Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on)","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["bookshelfVolume"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":40},"default":40,"description":"Max number of results to return"}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Books/googlebooks.svg"},
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
{"displayName":"Taiga","name":"n8n-nodes-base.taiga","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Taiga API","defaults":{"name":"Taiga"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"taigaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Epic","value":"epic"},{"name":"Issue","value":"issue"},{"name":"Task","value":"task"},{"name":"User Story","value":"userStory"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["epic"]}},"options":[{"name":"Create","value":"create","description":"Create an epic","action":"Create an epic"},{"name":"Delete","value":"delete","description":"Delete an epic","action":"Delete an epic"},{"name":"Get","value":"get","description":"Get an epic","action":"Get an epic"},{"name":"Get Many","value":"getAll","description":"Get many epics","action":"Get many epics"},{"name":"Update","value":"update","description":"Update an epic","action":"Update an epic"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the epic belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["epic"],"operation":["create"]}},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to assign the epic to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the epic is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color code in hexadecimal notation"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["delete"]}}},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the epic belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"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":["epic"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["epic"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["epic"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the epic 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":"Is Closed","name":"statusIsClosed","description":"Whether the epic is closed","type":"boolean","default":false}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the epic to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["epic"],"operation":["update"]}}},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["epic"],"operation":["update"]}},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the epic is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color code in hexadecimal notation"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the epic is blocked"},{"displayName":"Subject","name":"subject","type":"string","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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create an issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the issue belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the issue is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","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"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Severity Name or ID","name":"severity","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"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"default":"","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}}},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the issue belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"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":["issue"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","description":"ID of the user to assign the issue to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Order By","name":"orderBy","description":"Field to order the issues by","type":"options","options":[{"name":"Assigned To","value":"assigned_to"},{"name":"Created Date","value":"created_date"},{"name":"Modified Date","value":"modified_date"},{"name":"Owner","value":"owner"},{"name":"Priority","value":"priority"},{"name":"Severity","value":"severity"},{"name":"Status","value":"status"},{"name":"Subject","value":"subject"},{"name":"Type","value":"type"}],"default":"assigned_to"},{"displayName":"Owner Name or ID","name":"owner","description":"ID of the owner of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Priority Name or ID","name":"priority","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"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Role Name or ID","name":"role","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"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Severity Name or ID","name":"severity","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"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the issue to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}}},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the issue 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":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the issue is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","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"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Severity Name or ID","name":"severity","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"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"default":"","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the task is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the task is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"default":"","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Taskboard Order","name":"taskboard_order","type":"number","default":1,"description":"Order of the task in the taskboard","typeOptions":{"minValue":1}},{"displayName":"User Story Name or ID","name":"user_story","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":"","description":"ID of the user story of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User Story Order","name":"us_order","type":"number","default":1,"description":"Order of the task in the user story","typeOptions":{"minValue":1}}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["task"],"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":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the task 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":"Is Closed","name":"statusIsClosed","description":"Whether the task is closed","type":"boolean","default":false},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","description":"ID of the owner of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Role Name or ID","name":"role","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"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"User Story Name or ID","name":"userStory","description":"ID of the user story to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":""}]},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to set the task to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":"","description":"ID of the user to assign the task to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the task is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the task is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"default":"","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"User Story Name or ID","name":"user_story","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":"","description":"ID of the user story of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User Story Order","name":"us_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the task in the user story"},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Taskboard Order","name":"taskboard_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the task in the taskboard"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userStory"]}},"options":[{"name":"Create","value":"create","description":"Create a user story","action":"Create a user story"},{"name":"Delete","value":"delete","description":"Delete a user story","action":"Delete a user story"},{"name":"Get","value":"get","description":"Get a user story","action":"Get a user story"},{"name":"Get Many","value":"getAll","description":"Get many user stories","action":"Get many user stories"},{"name":"Update","value":"update","description":"Update a user story","action":"Update a user story"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Backlog Order","name":"backlog_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the backlog"},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the user story is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the user story is blocked"},{"displayName":"Kanban Order","name":"kanban_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the kanban"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sprint Order","name":"sprint_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the milestone"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"default":"","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["delete"]}}},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"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":["userStory"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","description":"ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Epic Name or ID","name":"epic","description":"ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getEpics"},"default":""},{"displayName":"Is Closed","name":"statusIsClosed","description":"Whether the user story is closed","type":"boolean","default":false},{"displayName":"Is Archived","name":"statusIsArchived","description":"Whether the user story has been archived","type":"boolean","default":false},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Role Name or ID","name":"role","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"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the user story to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}}},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}},"options":[{"displayName":"Asignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to assign the the user story to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Backlog Order","name":"backlog_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the backlog"},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the user story is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the user story is blocked"},{"displayName":"Kanban Order","name":"kanban_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the kanban"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Sprint Order","name":"sprint_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the milestone"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"default":"","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"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":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.taiga/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/taiga"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Taiga/taiga.svg"},
|
|
372
372
|
{"displayName":"Taiga Trigger","name":"n8n-nodes-base.taigaTrigger","group":["trigger"],"version":1,"subtitle":"={{\"project:\" + $parameter[\"projectSlug\"]}}","description":"Handle Taiga events via webhook","defaults":{"name":"Taiga Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"taigaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","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":"getUserProjects"},"default":"","required":true},{"displayName":"Resources","name":"resources","type":"multiOptions","required":true,"default":["all"],"options":[{"name":"All","value":"all"},{"name":"Issue","value":"issue"},{"name":"Milestone (Sprint)","value":"milestone"},{"name":"Task","value":"task"},{"name":"User Story","value":"userstory"},{"name":"Wikipage","value":"wikipage"}],"description":"Resources to listen to"},{"displayName":"Operations","name":"operations","type":"multiOptions","required":true,"default":["all"],"description":"Operations to listen to","options":[{"name":"All","value":"all"},{"name":"Create","value":"create"},{"name":"Delete","value":"delete"},{"name":"Update","value":"change"}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.taigatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/taiga"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Taiga/taiga.svg"},
|
|
373
373
|
{"displayName":"Tapfiliate","name":"n8n-nodes-base.tapfiliate","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Tapfiliate API","defaults":{"name":"Tapfiliate"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"tapfiliateApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Affiliate","value":"affiliate"},{"name":"Affiliate Metadata","value":"affiliateMetadata"},{"name":"Program Affiliate","value":"programAffiliate"}],"default":"affiliate","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["affiliate"]}},"options":[{"name":"Create","value":"create","description":"Create an affiliate","action":"Create an affiliate"},{"name":"Delete","value":"delete","description":"Delete an affiliate","action":"Delete an affiliate"},{"name":"Get","value":"get","description":"Get an affiliate by ID","action":"Get an affiliate"},{"name":"Get Many","value":"getAll","description":"Get many affiliates","action":"Get many affiliates"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"description":"The affiliate’s email"},{"displayName":"First Name","name":"firstname","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"default":"","description":"The affiliate’s firstname"},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"default":"","description":"The affiliate’s lastname"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["affiliate"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address_two","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country Code","name":"country","type":"string","default":"","description":"The country’s ISO_3166-1 code. <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1\">Codes</a>."}]}]},{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"The affiliate’s company data"}]},{"displayName":"Affiliate ID","name":"affiliateId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["affiliate"],"operation":["delete"]}},"description":"The ID of the affiliate"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliate"],"operation":["get"]}},"description":"The ID of the affiliate"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["affiliate"],"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":["affiliate"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["affiliate"],"operation":["getAll"]}},"options":[{"displayName":"Affiliate Group ID","name":"affiliate_group_id","type":"string","default":"","description":"Retrieves affiliates for a certain affiliate group"},{"displayName":"Click ID","name":"click_id","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"An email address,"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Retrieves children for a certain parent affiliate"},{"displayName":"Referral Code","name":"referral_code","type":"string","default":"","description":"An affiliate’s referral code. This corresponds to the value of ref= in their referral link."},{"displayName":"Source ID","name":"source_id","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["affiliateMetadata"]}},"options":[{"name":"Add","value":"add","description":"Add metadata to affiliate","action":"Add metadata to an affiliate"},{"name":"Remove","value":"remove","description":"Remove metadata from affiliate","action":"Remove metadata from an affiliate"},{"name":"Update","value":"update","description":"Update affiliate's metadata","action":"Update metadata for an affiliate"}],"default":"add"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["add"]}},"description":"The ID of the affiliate"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["add"]}},"default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["remove"]}},"description":"The ID of the affiliate"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["remove"]}},"default":"","description":"Name of the metadata key to remove"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"description":"The ID of the affiliate"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"default":"","description":"Name of the metadata key to update"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"default":"","description":"Value to set for the metadata key"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["programAffiliate"]}},"options":[{"name":"Add","value":"add","description":"Add affiliate to program","action":"Add a program affiliate"},{"name":"Approve","value":"approve","description":"Approve an affiliate for a program","action":"Approve a program affiliate"},{"name":"Disapprove","value":"disapprove","description":"Disapprove an affiliate","action":"Disapprove a program affiliate"},{"name":"Get","value":"get","description":"Get an affiliate in a program","action":"Get a program affiliate"},{"name":"Get Many","value":"getAll","description":"Get many affiliates in program","action":"Get many program affiliates"}],"default":"add"},{"displayName":"Program Name or ID","name":"programId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["add"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["add"]}},"description":"The ID of the affiliate"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["add"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"An optional approval status"},{"displayName":"Coupon","name":"coupon","type":"string","default":"","description":"An optional coupon for this affiliate"}]},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["approve"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["approve"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["disapprove"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["disapprove"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["get"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["get"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"required":true,"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["programAffiliate"],"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":["programAffiliate"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["getAll"]}},"options":[{"displayName":"Affiliate Group ID","name":"affiliate_group_id","type":"string","default":"","description":"Retrieves affiliates for a certain affiliate group"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"An email address"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Retrieves children for a certain parent affiliate"},{"displayName":"Source ID","name":"source_id","type":"string","default":""}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.tapfiliate/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/tapfiliate"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Tapfiliate/tapfiliate.svg"},
|
|
374
|
-
{"displayName":"Telegram","name":"n8n-nodes-base.telegram","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Telegram","defaults":{"name":"Telegram"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"telegramApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Callback","value":"callback"},{"name":"File","value":"file"},{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Get","value":"get","description":"Get up to date information about a chat","action":"Get a chat"},{"name":"Get Administrators","value":"administrators","description":"Get the Administrators of a chat","action":"Get all administrators in a chat"},{"name":"Get Member","value":"member","description":"Get the member of a chat","action":"Get a member in a chat"},{"name":"Leave","value":"leave","description":"Leave a group, supergroup or channel","action":"Leave a chat"},{"name":"Set Description","value":"setDescription","description":"Set the description of a chat","action":"Set description on a chat"},{"name":"Set Title","value":"setTitle","description":"Set the title of a chat","action":"Set a title on a chat"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["callback"]}},"options":[{"name":"Answer Query","value":"answerQuery","description":"Send answer to callback query sent from inline keyboard","action":"Answer Query a callback"},{"name":"Answer Inline Query","value":"answerInlineQuery","description":"Send answer to callback query sent from inline bot","action":"Answer an inline query callback"}],"default":"answerQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","description":"Get a file","action":"Get a file"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete Chat Message","value":"deleteMessage","description":"Delete a chat message","action":"Delete a chat message"},{"name":"Edit Message Text","value":"editMessageText","description":"Edit a text message","action":"Edit a test message"},{"name":"Pin Chat Message","value":"pinChatMessage","description":"Pin a chat message","action":"Pin a chat message"},{"name":"Send Animation","value":"sendAnimation","description":"Send an animated file","action":"Send an animated file"},{"name":"Send Audio","value":"sendAudio","description":"Send a audio file","action":"Send an audio file"},{"name":"Send Chat Action","value":"sendChatAction","description":"Send a chat action","action":"Send a chat action"},{"name":"Send Document","value":"sendDocument","description":"Send a document","action":"Send a document"},{"name":"Send Location","value":"sendLocation","description":"Send a location","action":"Send a location"},{"name":"Send Media Group","value":"sendMediaGroup","description":"Send group of photos or videos to album","action":"Send a media group message"},{"name":"Send Message","value":"sendMessage","description":"Send a text message","action":"Send a text message"},{"name":"Send Photo","value":"sendPhoto","description":"Send a photo","action":"Send a photo message"},{"name":"Send Sticker","value":"sendSticker","description":"Send a sticker","action":"Send a sticker"},{"name":"Send Video","value":"sendVideo","description":"Send a video","action":"Send a video"},{"name":"Unpin Chat Message","value":"unpinChatMessage","description":"Unpin a chat message","action":"Unpin a chat message"}],"default":"sendMessage"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"operation":["administrators","deleteMessage","get","leave","member","pinChatMessage","setDescription","setTitle","sendAnimation","sendAudio","sendChatAction","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo","unpinChatMessage"],"resource":["chat","message"]}},"required":true,"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername)"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["deleteMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to delete"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["pinChatMessage","unpinChatMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to pin or unpin"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["pinChatMessage"],"resource":["message"]}},"default":{},"options":[{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"description":"Whether to send a notification to all chat members about the new pinned message"}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"operation":["member"],"resource":["chat"]}},"required":true,"description":"Unique identifier of the target user"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"operation":["setDescription"],"resource":["chat"]}},"required":true,"description":"New chat description, 0-255 characters"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"operation":["setTitle"],"resource":["chat"]}},"required":true,"description":"New chat title, 1-255 characters"},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the query to be answered"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the answered query"},{"displayName":"Results","name":"results","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"A JSON-serialized array of results for the inline query"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"required":true,"description":"The ID of the file"},{"displayName":"Download","name":"download","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":true,"description":"Whether to download the file"},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"options":[{"name":"Inline Message","value":"inlineMessage"},{"name":"Message","value":"message"}],"default":"message","description":"The type of the message to edit"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername). To find your chat ID ask @get_id_bot."},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property that contains the data to upload"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to edit"},{"displayName":"Inline Message ID","name":"inlineMessageId","type":"string","default":"","displayOptions":{"show":{"messageType":["inlineMessage"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the inline message to edit"},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"type":"options","options":[{"name":"None","value":"none"},{"name":"Inline Keyboard","value":"inlineKeyboard"}],"default":"none","description":"Additional interface options"},{"displayName":"Animation","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAnimation"],"resource":["message"],"binaryData":[false]}},"description":"Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get an animation from the Internet."},{"displayName":"Audio","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAudio"],"resource":["message"],"binaryData":[false]}},"description":"Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["sendChatAction"],"resource":["message"]}},"options":[{"name":"Find Location","value":"find_location","action":"Find location"},{"name":"Record Audio","value":"record_audio","action":"Record audio"},{"name":"Record Video","value":"record_video","action":"Record video"},{"name":"Record Video Note","value":"record_video_note","action":"Record video note"},{"name":"Typing","value":"typing","action":"Typing a message"},{"name":"Upload Audio","value":"upload_audio","action":"Upload audio"},{"name":"Upload Document","value":"upload_document","action":"Upload document"},{"name":"Upload Photo","value":"upload_photo","action":"Upload photo"},{"name":"Upload Video","value":"upload_video","action":"Upload video"},{"name":"Upload Video Note","value":"upload_video_note","action":"Upload video note"}],"default":"typing","description":"Type of action to broadcast. Choose one, depending on what the user is about to receive. The status is set for 5 seconds or less (when a message arrives from your bot)."},{"displayName":"Document","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendDocument"],"resource":["message"],"binaryData":[false]}},"description":"Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Latitude","name":"latitude","type":"number","default":0,"typeOptions":{"numberPrecision":10,"minValue":-90,"maxValue":90},"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location latitude"},{"displayName":"Longitude","name":"longitude","type":"number","typeOptions":{"numberPrecision":10,"minValue":-180,"maxValue":180},"default":0,"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location longitude"},{"displayName":"Media","name":"media","type":"fixedCollection","displayOptions":{"show":{"operation":["sendMediaGroup"],"resource":["message"]}},"description":"The media to add","placeholder":"Add Media","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Media","name":"media","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Photo","value":"photo"},{"name":"Video","value":"video"}],"default":"photo","description":"The type of the media to add"},{"displayName":"Media File","name":"media","type":"string","default":"","description":"Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Caption","name":"caption","type":"string","default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown","value":"Markdown"},{"name":"HTML","value":"HTML"}],"default":"HTML","description":"How to parse the text"}]}]}]},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["editMessageText","sendMessage"],"resource":["message"]}},"description":"Text of the message to be sent"},{"displayName":"Photo","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendPhoto"],"resource":["message"],"binaryData":[false]}},"description":"Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a photo from the Internet."},{"displayName":"Sticker","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendSticker"],"resource":["message"],"binaryData":[false]}},"description":"Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a .webp file from the Internet."},{"displayName":"Video","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendVideo"],"resource":["message"],"binaryData":[false]}},"description":"Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["sendAnimation","sendDocument","sendMessage","sendPhoto","sendSticker","sendVideo","sendAudio","sendLocation"],"resource":["message"]}},"type":"options","options":[{"name":"Force Reply","value":"forceReply"},{"name":"Inline Keyboard","value":"inlineKeyboard"},{"name":"None","value":"none"},{"name":"Reply Keyboard","value":"replyKeyboard"},{"name":"Reply Keyboard Remove","value":"replyKeyboardRemove"}],"default":"none","description":"Additional interface options"},{"displayName":"Force Reply","name":"forceReply","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["forceReply"],"resource":["message"]}},"default":{},"options":[{"displayName":"Force Reply","name":"force_reply","type":"boolean","default":false,"description":"Whether to show reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Inline Keyboard","name":"inlineKeyboard","placeholder":"Add Keyboard Row","description":"Adds an inline keyboard that appears right next to the message it belongs to","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["inlineKeyboard"],"resource":["message"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Label text on the button"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Callback Data","name":"callback_data","type":"string","default":"","description":"Data to be sent in a callback query to the bot when button is pressed, 1-64 bytes"},{"displayName":"Pay","name":"pay","type":"boolean","default":false,"description":"Whether to send a Pay button"},{"displayName":"Switch Inline Query Current Chat","name":"switch_inline_query_current_chat","type":"string","default":"","description":"If set, pressing the button will insert the bot‘s username and the specified inline query in the current chat's input field.Can be empty, in which case only the bot’s username will be inserted"},{"displayName":"Switch Inline Query","name":"switch_inline_query","type":"string","default":"","description":"If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted."},{"displayName":"URL","name":"url","type":"string","default":"","description":"HTTP or tg:// URL to be opened when button is pressed"}]}]}]}]}]},{"displayName":"Reply Keyboard","name":"replyKeyboard","placeholder":"Add Reply Keyboard Row","description":"Adds a custom keyboard with reply options","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Request Contact","name":"request_contact","type":"boolean","default":false,"description":"Whether the user's phone number will be sent as a contact when the button is pressed.Available in private chats only"},{"displayName":"Request Location","name":"request_location","type":"boolean","default":false,"description":"Whether the user's request_location"}]}]}]}]}]},{"displayName":"Reply Keyboard Options","name":"replyKeyboardOptions","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Resize Keyboard","name":"resize_keyboard","type":"boolean","default":false,"description":"Whether to request clients to resize the keyboard vertically for optimal fit"},{"displayName":"One Time Keyboard","name":"one_time_keyboard","type":"boolean","default":false,"description":"Whether to request clients to hide the keyboard as soon as it's been used"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to show the keyboard to specific users only"}]},{"displayName":"Reply Keyboard Remove","name":"replyKeyboardRemove","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["replyKeyboardRemove"]}},"default":{},"options":[{"displayName":"Remove Keyboard","name":"remove_keyboard","type":"boolean","default":false,"description":"Whether to request clients to remove the custom keyboard"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["editMessageText","sendAnimation","sendAudio","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo"],"resource":["message"]}},"default":{},"options":[{"displayName":"Caption","name":"caption","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo"]}},"default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"displayOptions":{"hide":{"/operation":["editMessageText"]}},"description":"Whether to send the message silently. Users will receive a notification with no sound."},{"displayName":"Disable WebPage Preview","name":"disable_web_page_preview","type":"boolean","displayOptions":{"show":{"/operation":["editMessageText","sendMessage"]}},"default":false,"description":"Whether to disable link previews for links in this message"},{"displayName":"Duration","name":"duration","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendVideo"]}},"default":0,"description":"Duration of clip in seconds"},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"/resource":["message"],"/binaryData":[true]}},"placeholder":"image.jpeg"},{"displayName":"Height","name":"height","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Height of the video"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown","value":"Markdown"},{"name":"HTML","value":"HTML"}],"displayOptions":{"show":{"/operation":["editMessageText","sendAnimation","sendAudio","sendMessage","sendPhoto","sendVideo","sendDocument"]}},"default":"HTML","description":"How to parse the text"},{"displayName":"Performer","name":"performer","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Name of the performer"},{"displayName":"Reply To Message ID","name":"reply_to_message_id","type":"number","displayOptions":{"hide":{"/operation":["editMessageText"]}},"default":0,"description":"If the message is a reply, ID of the original message"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Title of the track"},{"displayName":"Thumbnail","name":"thumb","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendVideo"]}},"default":"","description":"Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail‘s width and height should not exceed 320."},{"displayName":"Width","name":"width","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Width of the video"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/telegram"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
|
|
374
|
+
{"displayName":"Telegram","name":"n8n-nodes-base.telegram","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Telegram","defaults":{"name":"Telegram"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"telegramApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Callback","value":"callback"},{"name":"File","value":"file"},{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Get","value":"get","description":"Get up to date information about a chat","action":"Get a chat"},{"name":"Get Administrators","value":"administrators","description":"Get the Administrators of a chat","action":"Get all administrators in a chat"},{"name":"Get Member","value":"member","description":"Get the member of a chat","action":"Get a member in a chat"},{"name":"Leave","value":"leave","description":"Leave a group, supergroup or channel","action":"Leave a chat"},{"name":"Set Description","value":"setDescription","description":"Set the description of a chat","action":"Set description on a chat"},{"name":"Set Title","value":"setTitle","description":"Set the title of a chat","action":"Set a title on a chat"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["callback"]}},"options":[{"name":"Answer Query","value":"answerQuery","description":"Send answer to callback query sent from inline keyboard","action":"Answer Query a callback"},{"name":"Answer Inline Query","value":"answerInlineQuery","description":"Send answer to callback query sent from inline bot","action":"Answer an inline query callback"}],"default":"answerQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","description":"Get a file","action":"Get a file"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete Chat Message","value":"deleteMessage","description":"Delete a chat message","action":"Delete a chat message"},{"name":"Edit Message Text","value":"editMessageText","description":"Edit a text message","action":"Edit a test message"},{"name":"Pin Chat Message","value":"pinChatMessage","description":"Pin a chat message","action":"Pin a chat message"},{"name":"Send Animation","value":"sendAnimation","description":"Send an animated file","action":"Send an animated file"},{"name":"Send Audio","value":"sendAudio","description":"Send a audio file","action":"Send an audio file"},{"name":"Send Chat Action","value":"sendChatAction","description":"Send a chat action","action":"Send a chat action"},{"name":"Send Document","value":"sendDocument","description":"Send a document","action":"Send a document"},{"name":"Send Location","value":"sendLocation","description":"Send a location","action":"Send a location"},{"name":"Send Media Group","value":"sendMediaGroup","description":"Send group of photos or videos to album","action":"Send a media group message"},{"name":"Send Message","value":"sendMessage","description":"Send a text message","action":"Send a text message"},{"name":"Send Photo","value":"sendPhoto","description":"Send a photo","action":"Send a photo message"},{"name":"Send Sticker","value":"sendSticker","description":"Send a sticker","action":"Send a sticker"},{"name":"Send Video","value":"sendVideo","description":"Send a video","action":"Send a video"},{"name":"Unpin Chat Message","value":"unpinChatMessage","description":"Unpin a chat message","action":"Unpin a chat message"}],"default":"sendMessage"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"operation":["administrators","deleteMessage","get","leave","member","pinChatMessage","setDescription","setTitle","sendAnimation","sendAudio","sendChatAction","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo","unpinChatMessage"],"resource":["chat","message"]}},"required":true,"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername)"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["deleteMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to delete"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["pinChatMessage","unpinChatMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to pin or unpin"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["pinChatMessage"],"resource":["message"]}},"default":{},"options":[{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"description":"Whether to send a notification to all chat members about the new pinned message"}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"operation":["member"],"resource":["chat"]}},"required":true,"description":"Unique identifier of the target user"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"operation":["setDescription"],"resource":["chat"]}},"required":true,"description":"New chat description, 0-255 characters"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"operation":["setTitle"],"resource":["chat"]}},"required":true,"description":"New chat title, 1-255 characters"},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the query to be answered"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the answered query"},{"displayName":"Results","name":"results","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"A JSON-serialized array of results for the inline query"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"required":true,"description":"The ID of the file"},{"displayName":"Download","name":"download","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":true,"description":"Whether to download the file"},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"options":[{"name":"Inline Message","value":"inlineMessage"},{"name":"Message","value":"message"}],"default":"message","description":"The type of the message to edit"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername). To find your chat ID ask @get_id_bot."},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property that contains the data to upload"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to edit"},{"displayName":"Inline Message ID","name":"inlineMessageId","type":"string","default":"","displayOptions":{"show":{"messageType":["inlineMessage"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the inline message to edit"},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"type":"options","options":[{"name":"None","value":"none"},{"name":"Inline Keyboard","value":"inlineKeyboard"}],"default":"none","description":"Additional interface options"},{"displayName":"Animation","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAnimation"],"resource":["message"],"binaryData":[false]}},"description":"Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get an animation from the Internet."},{"displayName":"Audio","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAudio"],"resource":["message"],"binaryData":[false]}},"description":"Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["sendChatAction"],"resource":["message"]}},"options":[{"name":"Find Location","value":"find_location","action":"Find location"},{"name":"Record Audio","value":"record_audio","action":"Record audio"},{"name":"Record Video","value":"record_video","action":"Record video"},{"name":"Record Video Note","value":"record_video_note","action":"Record video note"},{"name":"Typing","value":"typing","action":"Typing a message"},{"name":"Upload Audio","value":"upload_audio","action":"Upload audio"},{"name":"Upload Document","value":"upload_document","action":"Upload document"},{"name":"Upload Photo","value":"upload_photo","action":"Upload photo"},{"name":"Upload Video","value":"upload_video","action":"Upload video"},{"name":"Upload Video Note","value":"upload_video_note","action":"Upload video note"}],"default":"typing","description":"Type of action to broadcast. Choose one, depending on what the user is about to receive. The status is set for 5 seconds or less (when a message arrives from your bot)."},{"displayName":"Document","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendDocument"],"resource":["message"],"binaryData":[false]}},"description":"Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Latitude","name":"latitude","type":"number","default":0,"typeOptions":{"numberPrecision":10,"minValue":-90,"maxValue":90},"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location latitude"},{"displayName":"Longitude","name":"longitude","type":"number","typeOptions":{"numberPrecision":10,"minValue":-180,"maxValue":180},"default":0,"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location longitude"},{"displayName":"Media","name":"media","type":"fixedCollection","displayOptions":{"show":{"operation":["sendMediaGroup"],"resource":["message"]}},"description":"The media to add","placeholder":"Add Media","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Media","name":"media","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Photo","value":"photo"},{"name":"Video","value":"video"}],"default":"photo","description":"The type of the media to add"},{"displayName":"Media File","name":"media","type":"string","default":"","description":"Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Caption","name":"caption","type":"string","default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown","value":"Markdown"},{"name":"HTML","value":"HTML"}],"default":"HTML","description":"How to parse the text"}]}]}]},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["editMessageText","sendMessage"],"resource":["message"]}},"description":"Text of the message to be sent"},{"displayName":"Photo","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendPhoto"],"resource":["message"],"binaryData":[false]}},"description":"Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a photo from the Internet."},{"displayName":"Sticker","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendSticker"],"resource":["message"],"binaryData":[false]}},"description":"Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a .webp file from the Internet."},{"displayName":"Video","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendVideo"],"resource":["message"],"binaryData":[false]}},"description":"Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["sendAnimation","sendDocument","sendMessage","sendPhoto","sendSticker","sendVideo","sendAudio","sendLocation"],"resource":["message"]}},"type":"options","options":[{"name":"Force Reply","value":"forceReply"},{"name":"Inline Keyboard","value":"inlineKeyboard"},{"name":"None","value":"none"},{"name":"Reply Keyboard","value":"replyKeyboard"},{"name":"Reply Keyboard Remove","value":"replyKeyboardRemove"}],"default":"none","description":"Additional interface options"},{"displayName":"Force Reply","name":"forceReply","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["forceReply"],"resource":["message"]}},"default":{},"options":[{"displayName":"Force Reply","name":"force_reply","type":"boolean","default":false,"description":"Whether to show reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Inline Keyboard","name":"inlineKeyboard","placeholder":"Add Keyboard Row","description":"Adds an inline keyboard that appears right next to the message it belongs to","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["inlineKeyboard"],"resource":["message"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Label text on the button"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Callback Data","name":"callback_data","type":"string","default":"","description":"Data to be sent in a callback query to the bot when button is pressed, 1-64 bytes"},{"displayName":"Pay","name":"pay","type":"boolean","default":false,"description":"Whether to send a Pay button"},{"displayName":"Switch Inline Query Current Chat","name":"switch_inline_query_current_chat","type":"string","default":"","description":"If set, pressing the button will insert the bot‘s username and the specified inline query in the current chat's input field.Can be empty, in which case only the bot’s username will be inserted"},{"displayName":"Switch Inline Query","name":"switch_inline_query","type":"string","default":"","description":"If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted."},{"displayName":"URL","name":"url","type":"string","default":"","description":"HTTP or tg:// URL to be opened when button is pressed"}]}]}]}]}]},{"displayName":"Reply Keyboard","name":"replyKeyboard","placeholder":"Add Reply Keyboard Row","description":"Adds a custom keyboard with reply options","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Request Contact","name":"request_contact","type":"boolean","default":false,"description":"Whether the user's phone number will be sent as a contact when the button is pressed.Available in private chats only"},{"displayName":"Request Location","name":"request_location","type":"boolean","default":false,"description":"Whether the user's request_location"}]}]}]}]}]},{"displayName":"Reply Keyboard Options","name":"replyKeyboardOptions","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Resize Keyboard","name":"resize_keyboard","type":"boolean","default":false,"description":"Whether to request clients to resize the keyboard vertically for optimal fit"},{"displayName":"One Time Keyboard","name":"one_time_keyboard","type":"boolean","default":false,"description":"Whether to request clients to hide the keyboard as soon as it's been used"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to show the keyboard to specific users only"}]},{"displayName":"Reply Keyboard Remove","name":"replyKeyboardRemove","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["replyKeyboardRemove"]}},"default":{},"options":[{"displayName":"Remove Keyboard","name":"remove_keyboard","type":"boolean","default":false,"description":"Whether to request clients to remove the custom keyboard"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["editMessageText","sendAnimation","sendAudio","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo"],"resource":["message"]}},"default":{},"options":[{"displayName":"Caption","name":"caption","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo"]}},"default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"displayOptions":{"hide":{"/operation":["editMessageText"]}},"description":"Whether to send the message silently. Users will receive a notification with no sound."},{"displayName":"Disable WebPage Preview","name":"disable_web_page_preview","type":"boolean","displayOptions":{"show":{"/operation":["editMessageText","sendMessage"]}},"default":false,"description":"Whether to disable link previews for links in this message"},{"displayName":"Duration","name":"duration","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendVideo"]}},"default":0,"description":"Duration of clip in seconds"},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"/resource":["message"],"/binaryData":[true]}},"placeholder":"image.jpeg"},{"displayName":"Height","name":"height","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Height of the video"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown","value":"Markdown"},{"name":"HTML","value":"HTML"}],"displayOptions":{"show":{"/operation":["editMessageText","sendAnimation","sendAudio","sendMessage","sendPhoto","sendVideo","sendDocument"]}},"default":"HTML","description":"How to parse the text"},{"displayName":"Performer","name":"performer","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Name of the performer"},{"displayName":"Reply To Message ID","name":"reply_to_message_id","type":"number","displayOptions":{"hide":{"/operation":["editMessageText"]}},"default":0,"description":"If the message is a reply, ID of the original message"},{"displayName":"Message Thread ID","name":"message_thread_id","type":"number","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendChatAction","sendDocument","sendLocation","sendMediaGroup","sendMessage","sendPhoto","sendSticker","sendVideo"]}},"default":0,"description":"The unique identifier of the forum topic"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Title of the track"},{"displayName":"Thumbnail","name":"thumb","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendVideo"]}},"default":"","description":"Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail‘s width and height should not exceed 320."},{"displayName":"Width","name":"width","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Width of the video"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/telegram"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
|
|
375
375
|
{"displayName":"Telegram Trigger","name":"n8n-nodes-base.telegramTrigger","group":["trigger"],"version":1,"subtitle":"=Updates: {{$parameter[\"updates\"].join(\", \")}}","description":"Starts the workflow on a Telegram update","defaults":{"name":"Telegram Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"telegramApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"updates","type":"multiOptions","options":[{"name":"*","value":"*","description":"All updates"},{"name":"Callback Query","value":"callback_query","description":"Trigger on new incoming callback query"},{"name":"Channel Post","value":"channel_post","description":"Trigger on new incoming channel post of any kind — text, photo, sticker, etc"},{"name":"Edited Channel Post","value":"edited_channel_post","description":"Trigger on new version of a channel post that is known to the bot and was edited"},{"name":"Edited Message","value":"edited_message","description":"Trigger on new version of a channel post that is known to the bot and was edited"},{"name":"Inline Query","value":"inline_query","description":"Trigger on new incoming inline query"},{"name":"Message","value":"message","description":"Trigger on new incoming message of any kind — text, photo, sticker, etc"},{"name":"Poll","value":"poll","action":"On Poll Change","description":"Trigger on new poll state. Bots receive only updates about stopped polls and polls, which are sent by the bot."},{"name":"Pre-Checkout Query","value":"pre_checkout_query","description":"Trigger on new incoming pre-checkout query. Contains full information about checkout."},{"name":"Shipping Query","value":"shipping_query","description":"Trigger on new incoming shipping query. Only for invoices with flexible price."}],"required":true,"default":[]},{"displayName":"Every uploaded attachment, even if sent in a group, will trigger a separate event. You can identify that an attachment belongs to a certain group by <code>media_group_id</code> .","name":"attachmentNotice","type":"notice","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Download Images/Files","name":"download","type":"boolean","default":false,"description":"Telegram delivers the image in multiple sizes. By default, just the large image would be downloaded. If you want to change the size, set the field 'Image Size'."},{"displayName":"Image Size","name":"imageSize","type":"options","displayOptions":{"show":{"download":[true]}},"options":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"},{"name":"Extra Large","value":"extraLarge"}],"default":"large","description":"The size of the image to be downloaded"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/telegram"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
|
|
376
376
|
{"displayName":"TheHive","name":"n8n-nodes-base.theHive","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}} : {{$parameter[\"resource\"]}}","version":1,"description":"Consume TheHive API","defaults":{"name":"TheHive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"theHiveApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Alert","value":"alert"},{"name":"Case","value":"case"},{"name":"Log","value":"log"},{"name":"Observable","value":"observable"},{"name":"Task","value":"task"}],"default":"alert"},{"displayName":"Operation Name or ID","name":"operation","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","noDataExpression":true,"required":true,"typeOptions":{"loadOptionsMethod":"loadAlertOptions"},"displayOptions":{"show":{"resource":["alert"]}},"default":"create"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["alert"]}},"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":["alert"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Alert ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["promote","markAsRead","markAsUnread","merge","update","executeResponder","get"]}},"description":"Title of the alert"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["merge"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Title of the alert"},{"displayName":"Description","name":"description","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Description of the alert"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"required":true,"default":2,"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Severity of the alert. Default=Medium."},{"displayName":"Date","name":"date","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Date and time when the alert was raised default=now"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","placeholder":"tag,tag2,tag3...","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Case Tags"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Status","name":"status","type":"options","required":true,"options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"default":"New","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Status of the alert"},{"displayName":"Type","name":"type","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Type of the alert"},{"displayName":"Source","name":"source","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Source of the alert"},{"displayName":"SourceRef","name":"sourceRef","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Source reference of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Artifacts","name":"artifactUi","type":"fixedCollection","placeholder":"Add Artifact","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Data Type Name or ID","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Binary Property","name":"binaryProperty","type":"string","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Case Tags","name":"tags","type":"string","default":""}]}],"description":"Artifact attributes"},{"displayName":"Responder Name or ID","name":"responder","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":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["alert"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":true,"displayOptions":{"show":{"resource":["alert"],"operation":["create","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"options":[{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."}]},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["promote"]}},"options":[{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["update"]}},"options":[{"displayName":"Artifacts","name":"artifactUi","type":"fixedCollection","placeholder":"Add Artifact","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Data Type Name or ID","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Binary Property","name":"binaryProperty","type":"string","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Case Tags","name":"tags","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":true,"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"default":"New"},{"displayName":"Case Tags","name":"tags","type":"string","default":"","placeholder":"tag,tag2,tag3..."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the alert"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["alert"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","default":""}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["get"],"resource":["alert"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Include Similar Cases","name":"includeSimilar","type":"boolean","description":"Whether to include similar cases","default":false}]},{"displayName":"Filters","name":"filters","placeholder":"Add Filter","default":{},"type":"collection","displayOptions":{"show":{"resource":["alert"],"operation":["getAll","count"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":false,"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"tag,tag2,tag3..."},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Operation Name or ID","name":"operation","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","noDataExpression":true,"required":true,"default":"getAll","displayOptions":{"show":{"resource":["observable"]}},"typeOptions":{"loadOptionsDependsOn":["resource"],"loadOptionsMethod":"loadObservableOptions"}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create","getAll"]}},"description":"ID of the case"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","search"],"resource":["observable"]}},"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","search"],"resource":["observable"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Observable ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["update","executeResponder","executeAnalyzer","get"]}},"description":"ID of the observable"},{"displayName":"Data Type Name or ID","name":"dataType","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"displayOptions":{"show":{"resource":["observable"],"operation":["create","executeAnalyzer"]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Data","name":"data","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]},"hide":{"dataType":["file"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","required":true,"default":"data","description":"Binary Property that represent the attachment file","displayOptions":{"show":{"resource":["observable"],"operation":["create"],"dataType":["file"]}}},{"displayName":"Message","name":"message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Description of the observable in the context of the case"},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Date and time of the begin of the case default=now"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"IOC","name":"ioc","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Sighted","name":"sighted","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Whether sighted previously"},{"displayName":"Status","name":"status","type":"options","required":true,"default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Status of the observable. Default=Ok."},{"displayName":"Analyzer Names or IDs","name":"analyzers","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,"default":[],"typeOptions":{"loadOptionsDependsOn":["id","dataType"],"loadOptionsMethod":"loadAnalyzers"},"displayOptions":{"show":{"resource":["observable"],"operation":["executeAnalyzer"]},"hide":{"id":[""]}}},{"displayName":"Responder Name or ID","name":"responder","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":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["observable"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"options":[{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"displayOptions":{"show":{"resource":["observable"],"operation":["update"]}},"options":[{"displayName":"Message","name":"message","type":"string","default":"","description":"Description of the observable in the context of the case"},{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Sighted","name":"sighted","description":"Whether sighted previously","type":"boolean","default":false},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable. Default=Ok."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll","search"],"resource":["observable"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["observable"],"operation":["search","count"]}},"options":[{"displayName":"Data Type Names or IDs","name":"dataType","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Date Range","type":"fixedCollection","name":"range","default":{},"options":[{"displayName":"Add Date Range Inputs","name":"dateRange","values":[{"displayName":"From Date","name":"fromDate","type":"dateTime","default":""},{"displayName":"To Date","name":"toDate","type":"dateTime","default":""}]}]},{"displayName":"Description","name":"description","type":"string","default":"","placeholder":"exp,freetext"},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Keyword","name":"keyword","type":"string","default":"","placeholder":"exp,freetext"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Description of the observable in the context of the case"},{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"},{"displayName":"Sighted","name":"sighted","type":"boolean","default":false},{"displayName":"Status","name":"Status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable. Default=Ok."},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Value","name":"data","type":"string","default":"","placeholder":"example.com; 8.8.8.8"}]},{"displayName":"Operation","name":"operation","default":"getAll","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["case"]}},"typeOptions":{"loadOptionsDependsOn":["resource"],"loadOptionsMethod":"loadCaseOptions"}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["case"]}},"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":["case"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Case ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["update","executeResponder","get"]}},"description":"ID of the case"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Title of the case"},{"displayName":"Description","name":"description","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Description of the case"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"required":true,"default":2,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Severity of the alert. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Date and time of the begin of the case default=now"},{"displayName":"Owner","name":"owner","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Flag","name":"flag","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Flag of the case default=false"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Responder Name or ID","name":"responder","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":"","required":true,"typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["case"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":true,"displayOptions":{"show":{"resource":["case"],"operation":["create","update"]}}},{"displayName":"Options","type":"collection","name":"options","placeholder":"Add options","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"End Date","name":"endDate","default":"","type":"dateTime","description":"Resolution date"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Metrics (JSON)","name":"metrics","default":"[]","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"List of metrics"}]},{"displayName":"Update Fields","type":"collection","name":"updateFields","placeholder":"Add Field","displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Resolution date"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Impact Status","name":"impactStatus","type":"options","default":"","options":[{"name":"No Impact","value":"NoImpact"},{"name":"With Impact","value":"WithImpact"},{"name":"Not Applicable","value":"NotApplicable"}],"description":"Impact status of the case"},{"displayName":"Metrics (JSON)","name":"metrics","type":"json","default":"[]","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"List of metrics"},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Resolution Status","name":"resolutionStatus","type":"options","default":"","options":[{"value":"Duplicated","name":"Duplicated"},{"value":"FalsePositive","name":"False Positive"},{"value":"Indeterminate","name":"Indeterminate"},{"value":"Other","name":"Other"},{"value":"TruePositive","name":"True Positive"}],"description":"Resolution status of the case"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"Open"},{"name":"Resolved","value":"Resolved"},{"name":"Deleted","value":"Deleted"}],"default":"Open"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Tags","name":"tags","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the case"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["case"]}},"type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add a Filter","displayOptions":{"show":{"resource":["case"],"operation":["getAll","count"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom 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":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Resolution date"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Impact Status","name":"impactStatus","type":"options","default":"","options":[{"name":"No Impact","value":"NoImpact"},{"name":"With Impact","value":"WithImpact"},{"name":"Not Applicable","value":"NotApplicable"}]},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Resolution Status","name":"resolutionStatus","type":"options","default":"","options":[{"value":"Duplicated","name":"Duplicated"},{"value":"False Positive","name":"FalsePositive"},{"value":"Indeterminate","name":"Indeterminate"},{"value":"Other","name":"Other"},{"value":"True Positive","name":"TruePositive"}]},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"Open"},{"name":"Resolved","value":"Resolved"},{"name":"Deleted","value":"Deleted"}],"default":"Open"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Tags","name":"tags","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the case"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Operation Name or ID","name":"operation","default":"getAll","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["task"]}},"typeOptions":{"loadOptionsDependsOn":["operation"],"loadOptionsMethod":"loadTaskOptions"}},{"displayName":"Task ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update","executeResponder","get"]}},"description":"ID of the taks"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search","getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search","getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Task details"},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"InProgress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Status of the task. Default=Waiting."},{"displayName":"Flag","name":"flag","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Whether to flag the task. Default=false."},{"displayName":"Responder Name or ID","name":"responder","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":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["task"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","type":"collection","name":"options","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."}]},{"displayName":"Update Fields","type":"collection","name":"updateFields","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Whether to flag the task. Default=false."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"In Progress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"description":"Status of the task. Default=Waiting."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Task details"}]},{"displayName":"Options","name":"options","placeholder":"Add Option","type":"collection","default":{},"displayOptions":{"show":{"operation":["getAll","search"],"resource":["task"]}},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["search","count"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Whether to flag the task. Default=false."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"In Progress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"description":"Status of the task. Default=Waiting."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Task details"}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"getAll","displayOptions":{"show":{"resource":["log"]}},"options":[{"name":"Create","value":"create","description":"Create task log","action":"Create a log"},{"name":"Execute Responder","value":"executeResponder","description":"Execute a responder on a selected log","action":"Execute a responder"},{"name":"Get Many","value":"getAll","description":"Get many task logs","action":"Get many logs"},{"name":"Get","value":"get","description":"Get a single log","action":"Get a log"}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create","getAll"]}},"description":"ID of the task"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["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":["getAll"],"resource":["log"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Log ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["log"],"operation":["executeResponder","get"]}}},{"displayName":"Message","name":"message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Content of the Log"},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Date of the log submission default=now"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"default":"","required":true,"displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Status of the log (Ok or Deleted) default=Ok"},{"displayName":"Responder Name or ID","name":"responder","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":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["log"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"placeholder":"Add Option","options":[{"displayName":"Attachment","name":"attachmentValues","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Attachment","name":"attachmentValues","values":[{"displayName":"Binary Property","name":"binaryProperty","type":"string","default":"data","description":"Object property name which holds binary data"}]}],"description":"File attached to the log"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.thehive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/theHive"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
|
|
377
377
|
{"displayName":"TheHive Trigger","name":"n8n-nodes-base.theHiveTrigger","group":["trigger"],"version":[1,2],"description":"Starts the workflow when TheHive events occur","defaults":{"name":"TheHive Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","default":[],"required":true,"description":"Events types","displayOptions":{"show":{"@version":[1]}},"options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Alert Created","value":"alert_create","description":"Triggered when an alert is created"},{"name":"Alert Deleted","value":"alert_delete","description":"Triggered when an alert is deleted"},{"name":"Alert Updated","value":"alert_update","description":"Triggered when an alert is updated"},{"name":"Case Created","value":"case_create","description":"Triggered when a case is created"},{"name":"Case Deleted","value":"case_delete","description":"Triggered when a case is deleted"},{"name":"Case Updated","value":"case_update","description":"Triggered when a case is updated"},{"name":"Log Created","value":"case_task_log_create","description":"Triggered when a task log is created"},{"name":"Log Deleted","value":"case_task_log_delete","description":"Triggered when a task log is deleted"},{"name":"Log Updated","value":"case_task_log_update","description":"Triggered when a task log is updated"},{"name":"Observable Created","value":"case_artifact_create","description":"Triggered when an observable is created"},{"name":"Observable Deleted","value":"case_artifact_delete","description":"Triggered when an observable is deleted"},{"name":"Observable Updated","value":"case_artifact_update","description":"Triggered when an observable is updated"},{"name":"Task Created","value":"case_task_create","description":"Triggered when a task is created"},{"name":"Task Deleted","value":"case_task_delete","description":"Triggered when a task is deleted"},{"name":"Task Updated","value":"case_task_update","description":"Triggered when a task is updated"}]},{"displayName":"Events","name":"events","type":"multiOptions","default":[],"required":true,"description":"Events types","displayOptions":{"show":{"@version":[2]}},"options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Alert Created","value":"alert_create","description":"Triggered when an alert is created"},{"name":"Alert Deleted","value":"alert_delete","description":"Triggered when an alert is deleted"},{"name":"Alert Updated","value":"alert_update","description":"Triggered when an alert is updated"},{"name":"Case Created","value":"case_create","description":"Triggered when a case is created"},{"name":"Case Deleted","value":"case_delete","description":"Triggered when a case is deleted"},{"name":"Case Updated","value":"case_update","description":"Triggered when a case is updated"},{"name":"Log Created","value":"case_task_log_create","description":"Triggered when a task log is created"},{"name":"Log Deleted","value":"case_task_log_delete","description":"Triggered when a task log is deleted"},{"name":"Log Updated","value":"case_task_log_update","description":"Triggered when a task log is updated"},{"name":"Observable Created","value":"case_artifact_create","description":"Triggered when an observable is created"},{"name":"Observable Deleted","value":"case_artifact_delete","description":"Triggered when an observable is deleted"},{"name":"Observable Updated","value":"case_artifact_update","description":"Triggered when an observable is updated"},{"name":"Task Created","value":"case_task_create","description":"Triggered when a task is created"},{"name":"Task Updated","value":"case_task_update","description":"Triggered when a task is updated"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehivetrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
|