n8n-nodes-base 0.218.1 → 0.219.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/Aws.credentials.js +53 -35
- package/dist/credentials/Aws.credentials.js.map +1 -1
- package/dist/known/nodes.json +4 -0
- package/dist/nodes/ActiveCampaign/ActiveCampaignTrigger.node.js.map +1 -1
- package/dist/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.js.map +1 -1
- package/dist/nodes/Affinity/AffinityTrigger.node.js.map +1 -1
- package/dist/nodes/Asana/AsanaTrigger.node.js.map +1 -1
- package/dist/nodes/Autopilot/AutopilotTrigger.node.js.map +1 -1
- package/dist/nodes/Bitbucket/BitbucketTrigger.node.js.map +1 -1
- package/dist/nodes/Box/BoxTrigger.node.js.map +1 -1
- package/dist/nodes/Calendly/CalendlyTrigger.node.js.map +1 -1
- package/dist/nodes/Cisco/Webex/CiscoWebexTrigger.node.js.map +1 -1
- package/dist/nodes/ClickUp/ClickUpTrigger.node.js.map +1 -1
- package/dist/nodes/ConvertKit/ConvertKitTrigger.node.js.map +1 -1
- package/dist/nodes/Copper/CopperTrigger.node.js.map +1 -1
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js.map +1 -1
- package/dist/nodes/Eventbrite/EventbriteTrigger.node.js.map +1 -1
- package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
- package/dist/nodes/Figma/FigmaTrigger.node.js.map +1 -1
- package/dist/nodes/Flow/FlowTrigger.node.js.map +1 -1
- package/dist/nodes/FormIo/FormIoTrigger.node.js.map +1 -1
- package/dist/nodes/Formstack/FormstackTrigger.node.js.map +1 -1
- package/dist/nodes/GetResponse/GetResponseTrigger.node.js.map +1 -1
- package/dist/nodes/Gitlab/GitlabTrigger.node.js.map +1 -1
- package/dist/nodes/Gumroad/GumroadTrigger.node.js.map +1 -1
- package/dist/nodes/HelpScout/HelpScoutTrigger.node.js.map +1 -1
- package/dist/nodes/Hubspot/HubspotTrigger.node.js.map +1 -1
- package/dist/nodes/InvoiceNinja/InvoiceNinjaTrigger.node.js.map +1 -1
- package/dist/nodes/JotForm/JotFormTrigger.node.js.map +1 -1
- package/dist/nodes/Keap/KeapTrigger.node.js.map +1 -1
- package/dist/nodes/Lemlist/LemlistTrigger.node.js.map +1 -1
- package/dist/nodes/Linear/LinearTrigger.node.js.map +1 -1
- package/dist/nodes/Mailchimp/MailchimpTrigger.node.js.map +1 -1
- package/dist/nodes/MailerLite/MailerLiteTrigger.node.js.map +1 -1
- package/dist/nodes/Mailjet/MailjetTrigger.node.js.map +1 -1
- package/dist/nodes/Mautic/MauticTrigger.node.js.map +1 -1
- package/dist/nodes/Pushcut/PushcutTrigger.node.js.map +1 -1
- package/dist/nodes/QuickChart/QuickChart.node.d.ts +5 -0
- package/dist/nodes/QuickChart/QuickChart.node.js +394 -0
- package/dist/nodes/QuickChart/QuickChart.node.js.map +1 -0
- package/dist/nodes/QuickChart/QuickChart.node.json +19 -0
- package/dist/nodes/QuickChart/constants.d.ts +6 -0
- package/dist/nodes/QuickChart/constants.js +30 -0
- package/dist/nodes/QuickChart/constants.js.map +1 -0
- package/dist/nodes/QuickChart/quickChart.svg +14 -0
- package/dist/nodes/QuickChart/test/QuickChart.workflow.json +132 -0
- package/dist/nodes/QuickChart/types.d.ts +11 -0
- package/dist/nodes/QuickChart/types.js +3 -0
- package/dist/nodes/QuickChart/types.js.map +1 -0
- package/dist/nodes/SendInBlue/SendInBlueTrigger.node.js.map +1 -1
- package/dist/nodes/Strava/StravaTrigger.node.js.map +1 -1
- package/dist/nodes/Taiga/TaigaTrigger.node.js.map +1 -1
- package/dist/nodes/TheHive/TheHiveTrigger.node.js.map +1 -1
- package/dist/nodes/Trello/TrelloTrigger.node.js.map +1 -1
- package/dist/nodes/Typeform/TypeformTrigger.node.js.map +1 -1
- package/dist/nodes/Workable/WorkableTrigger.node.js.map +1 -1
- package/dist/types/nodes.json +2 -1
- package/package.json +4 -3
package/dist/types/nodes.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
{"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"},
|
|
123
123
|
{"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":"/v11/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":"={{\"/v11/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":"={{\"/v11/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"},
|
|
124
124
|
{"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":"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"},
|
|
125
|
-
{"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-03-14T00: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-03-21T00: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-03-14T00: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-03-21T00: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/"}]}}},
|
|
125
|
+
{"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-03-15T00: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-03-22T00: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-03-15T00: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-03-22T00: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/"}]}}},
|
|
126
126
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","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":"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>"}]}],"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/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
|
|
127
127
|
{"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"},
|
|
128
128
|
{"displayName":"Google Calendar","name":"n8n-nodes-base.googleCalendar","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Calendar API","defaults":{"name":"Google Calendar"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCalendarOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Calendar","value":"calendar"},{"name":"Event","value":"event"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Availability","value":"availability","description":"If a time-slot is available in a calendar","action":"Get availability in a calendar"}],"default":"availability"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["calendar"]}}},{"displayName":"Start Time","name":"timeMin","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":"","description":"Start of the interval"},{"displayName":"End Time","name":"timeMax","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":"","description":"End of the interval"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":{},"options":[{"displayName":"Output Format","name":"outputFormat","type":"options","options":[{"name":"Availability","value":"availability","description":"Returns if there are any events in the given time or not"},{"name":"Booked Slots","value":"bookedSlots","description":"Returns the booked slots"},{"name":"RAW","value":"raw","description":"Returns the RAW data from the API"}],"default":"availability","description":"The format to return the data in"},{"displayName":"Timezone","name":"timezone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. By default n8n timezone is used.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Add a event to calendar","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Retrieve many events from a calendar","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"create"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["event"]}}},{"displayName":"Start","name":"start","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":"","description":"Start time of the event"},{"displayName":"End","name":"end","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":"","description":"End time of the event"},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Wheater the event is all day or not"},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Conference Data","name":"conferenceDataUi","placeholder":"Add Conference","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Conference Link","name":"conferenceDataValues","values":[{"displayName":"Type Name or ID","name":"conferenceSolution","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":"getConferenceSolutations","loadOptionsDependsOn":["calendar"]},"default":""}]}],"description":"Creates a conference link (Hangouts, Meet etc) and attachs it to the event"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["create"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"options":[{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"options":[{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"options":[{"displayName":"After","name":"timeMin","type":"dateTime","default":"","description":"At least some part of the event must be after this time"},{"displayName":"Before","name":"timeMax","type":"dateTime","default":"","description":"At least some part of the event must be before this time"},{"displayName":"iCalUID","name":"iCalUID","type":"string","default":"","description":"Specifies event ID in the iCalendar format to be included in the response"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Start Time","value":"startTime","description":"Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)."},{"name":"Updated","value":"updated","description":"Order by last modification time (ascending)"}],"default":"","description":"The order of the events returned in the result"},{"displayName":"Query","name":"query","type":"string","default":"","description":"Free text search terms to find events that match these terms in any field, except for extended properties"},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether to include deleted events (with status equals \"cancelled\") in the result"},{"displayName":"Show Hidden Invitations","name":"showHiddenInvitations","type":"boolean","default":false,"description":"Whether to include hidden invitations in the result"},{"displayName":"Single Events","name":"singleEvents","type":"boolean","default":false,"description":"Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves"},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]},{"displayName":"Updated Min","name":"updatedMin","type":"dateTime","default":"","description":"Lower bound for an event's last modification time (as a RFC3339 timestamp) to filter by. When specified, entries deleted since this time will always be included regardless of showDeleted."}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":""},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Wheater the event is all day or not"},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"End time of the event"},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Start time of the event"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["update"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecalendar/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
|
|
@@ -287,6 +287,7 @@
|
|
|
287
287
|
{"displayName":"QuestDB","name":"n8n-nodes-base.questDb","group":["input"],"version":1,"description":"Get, add and update data in QuestDB","defaults":{"name":"QuestDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"questDb","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Executes a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"hidden","displayOptions":{"show":{"operation":["insert"]}},"default":"","description":"Name of the schema the table belongs to"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Return Fields","name":"returnFields","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"*","description":"Comma-separated list of the fields that the operation will return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["executeQuery"]}},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Independently","value":"independently","description":"Execute each query independently"},{"name":"Transaction","value":"transaction","description":"Executes all queries in a single transaction"}],"default":"independently","description":"The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.questdb/\">the docs</a> for more examples."},{"displayName":"Query Parameters","name":"queryParams","type":"string","displayOptions":{"show":{"/operation":["executeQuery"]}},"default":"","placeholder":"quantity,price","description":"Comma-separated list of properties which should be used as query parameters"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"hidden","default":{},"displayOptions":{"show":{"operation":["insert"]}}}],"codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.questdb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/questDb"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuestDb/questdb.png"},
|
|
288
288
|
{"displayName":"Quick Base","name":"n8n-nodes-base.quickbase","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Integrate with the Quick Base RESTful API","defaults":{"name":"Quick Base"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"quickbaseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Field","value":"field"},{"name":"File","value":"file"},{"name":"Record","value":"record"},{"name":"Report","value":"report"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["field"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many fields","action":"Get many fields"}],"default":"getAll"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["field"],"operation":["getAll"]}},"description":"The table identifier"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["field"],"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":["field"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["field"],"operation":["getAll"]}},"options":[{"displayName":"Include Field Perms","name":"includeFieldPerms","type":"boolean","default":false,"description":"Whether to get back the custom permissions for the field(s)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"}],"default":"download"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The table identifier"},{"displayName":"Record ID","name":"recordId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The unique identifier of the record"},{"displayName":"Field ID","name":"fieldId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The unique identifier of the field"},{"displayName":"Version Number","name":"versionNumber","type":"number","default":1,"required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The file attachment version number"},{"displayName":"Binary Property","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a record","action":"Create a record"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a record"},{"name":"Delete","value":"delete","description":"Delete a record","action":"Delete a record"},{"name":"Get Many","value":"getAll","description":"Get many records","action":"Get many records"},{"name":"Update","value":"update","description":"Update a record","action":"Update a record"}],"default":"create"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"Select Fields...","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"options":[{"displayName":"Return Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["delete"]}},"description":"The table identifier"},{"displayName":"Where","name":"where","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["delete"]}},"description":"The filter to delete records. To delete all records specify a filter that will include all records, for example {3.GT.0} where 3 is the ID of the Record ID field."},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"description":"The table identifier"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["record"],"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":["record"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"options":[{"displayName":"Select","name":"select","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields"},"default":[],"description":"An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Sort By","name":"sortByUi","placeholder":"Add Sort By","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"sortByValues","displayName":"Sort By","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getTableFields"},"default":"","description":"The unique identifier of a field in a table. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"ASC"}]}],"description":"By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance."},{"displayName":"Where","name":"where","type":"string","default":"","description":"The filter, using the <a href=\"https://help.quickbase.com/api-guide/componentsquery.html\">Quick Base query language</a>, which determines the records to return"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":"","description":"Update can use the key field on the table, or any other supported unique field"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","description":"Update can use the key field on the table, or any other supported unique field"},{"displayName":"Merge Field Name or ID","name":"mergeFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getUniqueTableFields"},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","description":"<p>You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.</p><p>You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.</p>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Get a report","action":"Get a report"},{"name":"Run","value":"run","description":"Run a report","action":"Run a report"}],"default":"get"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"description":"The table identifier"},{"displayName":"Report ID","name":"reportId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"description":"The identifier of the report, unique to the table"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"description":"The table identifier"},{"displayName":"Report ID","name":"reportId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"description":"The identifier of the report, unique to the table"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["report"],"operation":["run"]},"hide":{"returnAll":[true]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/quickbase"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickBase/quickbase.png"},
|
|
289
289
|
{"displayName":"QuickBooks Online","name":"n8n-nodes-base.quickbooks","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the QuickBooks Online API","defaults":{"name":"QuickBooks Online"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"quickBooksOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bill","value":"bill"},{"name":"Customer","value":"customer"},{"name":"Employee","value":"employee"},{"name":"Estimate","value":"estimate"},{"name":"Invoice","value":"invoice"},{"name":"Item","value":"item"},{"name":"Payment","value":"payment"},{"name":"Purchase","value":"purchase"},{"name":"Transaction","value":"transaction"},{"name":"Vendor","value":"vendor"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bill"},{"name":"Delete","value":"delete","action":"Delete a bill"},{"name":"Get","value":"get","action":"Get a bill"},{"name":"Get Many","value":"getAll","action":"Get many bills"},{"name":"Update","value":"update","action":"Update a bill"}],"displayOptions":{"show":{"resource":["bill"]}}},{"displayName":"For Vendor Name or ID","name":"VendorRef","type":"options","required":true,"description":"The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":""},{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"ItemBasedExpenseLineDetail","options":[{"name":"Account-Based Expense Line Detail","value":"AccountBasedExpenseLineDetail"},{"name":"Item-Based Expense Line Detail","value":"ItemBasedExpenseLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to delete","displayOptions":{"show":{"resource":["bill"],"operation":["delete"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to retrieve","displayOptions":{"show":{"resource":["bill"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["bill"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["bill"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting bills. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["bill"],"operation":["getAll"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to update","displayOptions":{"show":{"resource":["bill"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["bill"],"operation":["update"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a customer"},{"name":"Get","value":"get","action":"Get a customer"},{"name":"Get Many","value":"getAll","action":"Get many customers"},{"name":"Update","value":"update","action":"Update a customer"}],"displayOptions":{"show":{"resource":["customer"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the customer to create","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to retrieve","displayOptions":{"show":{"resource":["customer"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting customers. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to update","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an employee"},{"name":"Get","value":"get","action":"Get an employee"},{"name":"Get Many","value":"getAll","action":"Get many employees"},{"name":"Update","value":"update","action":"Update an employee"}],"displayOptions":{"show":{"resource":["employee"]}}},{"displayName":"Family Name","name":"FamilyName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Given Name","name":"GivenName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["employee"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to retrieve","displayOptions":{"show":{"resource":["employee"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["employee"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting employees. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"]}}},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to update","displayOptions":{"show":{"resource":["employee"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["employee"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an estimate"},{"name":"Delete","value":"delete","action":"Delete an estimate"},{"name":"Get","value":"get","action":"Get an estimate"},{"name":"Get Many","value":"getAll","action":"Get many estimates"},{"name":"Send","value":"send","action":"Send an estimate"},{"name":"Update","value":"update","action":"Update an estimate"}],"displayOptions":{"show":{"resource":["estimate"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""},{"displayName":"Total Tax","name":"TotalTax","description":"Total amount of tax incurred","type":"number","default":0}]},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to delete","displayOptions":{"show":{"resource":["estimate"],"operation":["delete"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to retrieve","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the estimate as a PDF file","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","required":true,"default":"data","description":"Name of the binary property to which to write to","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting estimates. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to send","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the estimate","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to update","displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an invoice"},{"name":"Delete","value":"delete","action":"Delete an invoice"},{"name":"Get","value":"get","action":"Get an invoice"},{"name":"Get Many","value":"getAll","action":"Get many invoices"},{"name":"Send","value":"send","action":"Send an invoice"},{"name":"Update","value":"update","action":"Update an invoice"},{"name":"Void","value":"void","action":"Void an invoice"}],"displayOptions":{"show":{"resource":["invoice"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to delete","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to retrieve","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the invoice as a PDF file","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","required":true,"default":"data","description":"Name of the binary property to which to write to","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting invoices. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to send","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the invoice","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to void","displayOptions":{"show":{"resource":["invoice"],"operation":["void"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to update","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"The ID of the item to retrieve","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting items. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a payment"},{"name":"Delete","value":"delete","action":"Delete a payment"},{"name":"Get","value":"get","action":"Get a payment"},{"name":"Get Many","value":"getAll","action":"Get many payments"},{"name":"Send","value":"send","action":"Send a payment"},{"name":"Update","value":"update","action":"Update a payment"},{"name":"Void","value":"void","action":"Void a payment"}],"displayOptions":{"show":{"resource":["payment"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the payment is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0,"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to delete","displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to retrieve","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download estimate as PDF file","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","required":true,"default":"data","description":"Name of the binary property to which to write to","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting payments. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to send","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the payment","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to void","displayOptions":{"show":{"resource":["payment"],"operation":["void"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to update","displayOptions":{"show":{"resource":["payment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["update"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a purchase"},{"name":"Get Many","value":"getAll","action":"Get many purchases"}],"displayOptions":{"show":{"resource":["purchase"]}}},{"displayName":"Purchase ID","name":"purchaseId","type":"string","required":true,"default":"","description":"The ID of the purchase to retrieve","displayOptions":{"show":{"resource":["purchase"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting purchases. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getReport","options":[{"name":"Get Report","value":"getReport","action":"Get a report"}],"displayOptions":{"show":{"resource":["transaction"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"options":[{"displayName":"Accounts Payable Paid","name":"appaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Accounts Receivable Paid","name":"arpaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Cleared Status","name":"cleared","type":"options","default":"Reconciled","options":[{"name":"Cleared","value":"Cleared"},{"name":"Uncleared","value":"Uncleared"},{"name":"Reconciled","value":"Reconciled"},{"name":"Deposited","value":"Deposited"}]},{"displayName":"Columns","name":"columns","type":"multiOptions","default":[],"description":"Columns to return","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Customer Names or IDs","name":"customer","type":"multiOptions","default":[],"description":"Customer to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCustomers"}},{"displayName":"Date Range (Custom)","name":"dateRangeCustom","placeholder":"Add Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Date Range Properties","name":"dateRangeCustomProperties","values":[{"displayName":"Start Date","name":"start_date","type":"dateTime","default":"","description":"Start date of the date range to filter results by"},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"End date of the date range to filter results by"}]}]},{"displayName":"Date Range (Predefined)","name":"date_macro","type":"options","default":"This Month","description":"Predefined date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Creation Date (Custom)","name":"dateRangeCreationCustom","placeholder":"Add Creation Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Creation Date Range Properties","name":"dateRangeCreationCustomProperties","values":[{"displayName":"Start Creation Date","name":"start_createdate","type":"dateTime","default":"","description":"Start date of the account creation date range to filter results by"},{"displayName":"End Creation Date","name":"end_createdate","type":"dateTime","default":"","description":"End date of the account creation date range to filter results by"}]}]},{"displayName":"Date Range for Creation Date (Predefined)","name":"createdate_macro","type":"options","default":"This Month","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}],"description":"Predefined report account creation date range"},{"displayName":"Date Range for Due Date (Custom)","name":"dateRangeDueCustom","placeholder":"Add Due Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Due Date Range Properties","name":"dateRangeDueCustomProperties","values":[{"displayName":"Start Due Date","name":"start_duedate","type":"dateTime","default":"","description":"Start date of the due date range to filter results by"},{"displayName":"End Due Date","name":"end_duedate","type":"dateTime","default":"","description":"End date of the due date range to filter results by"}]}]},{"displayName":"Date Range for Due Date (Predefined)","name":"duedate_macro","type":"options","default":"This Month","description":"Predefined due date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Modification Date (Custom)","name":"dateRangeModificationCustom","placeholder":"Add Modification Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Modification Date Range Properties","name":"dateRangeModificationCustomProperties","values":[{"displayName":"Start Modification Date","name":"start_moddate","type":"dateTime","default":"","description":"Start date of the account modification date range to filter results by"},{"displayName":"End Modification Date","name":"end_moddate","type":"dateTime","default":"","description":"End date of the account modification date range to filter results by"}]}]},{"displayName":"Date Range for Modification Date (Predefined)","name":"moddate_macro","type":"options","default":"This Month","description":"Predefined account modifiction date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Department Names or IDs","name":"department","type":"multiOptions","default":[],"description":"Department to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Document Number","name":"docnum","type":"string","default":"","description":"Transaction document number to filter results by"},{"displayName":"Group By","name":"group_by","default":"Account","type":"options","description":"Transaction field to group results by","options":[{"name":"Account","value":"Account"},{"name":"Customer","value":"Customer"},{"name":"Day","value":"Day"},{"name":"Employee","value":"Employee"},{"name":"Location","value":"Location"},{"name":"Month","value":"Month"},{"name":"Name","value":"Name"},{"name":"None","value":"None"},{"name":"Payment Method","value":"Payment Method"},{"name":"Quarter","value":"Quarter"},{"name":"Transaction Type","value":"Transaction Type"},{"name":"Vendor","value":"Vendor"},{"name":"Week","value":"Week"},{"name":"Year","value":"Year"}]},{"displayName":"Memo Names or IDs","name":"memo","type":"multiOptions","default":[],"description":"Memo to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getMemos"}},{"displayName":"Payment Method","name":"payment_Method","type":"options","default":"Cash","description":"Payment method to filter results by","options":[{"name":"American Express","value":"American Express"},{"name":"Cash","value":"Cash"},{"name":"Check","value":"Check"},{"name":"Dinners Club","value":"Dinners Club"},{"name":"Discover","value":"Discover"},{"name":"Master Card","value":"Master Card"},{"name":"Visa","value":"Visa"}]},{"displayName":"Printed Status","name":"printed","type":"options","default":"Printed","description":"Printed state to filter results by","options":[{"name":"Printed","value":"Printed"},{"name":"To Be Printed","value":"To_be_printed"}]},{"displayName":"Quick Zoom URL","name":"qzurl","type":"boolean","default":true,"description":"Whether Quick Zoom URL information should be generated"},{"displayName":"Sort By","name":"sort_by","type":"options","default":"account_name","description":"Column to sort results by","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Sort Order","name":"sort_order","type":"options","default":"Ascend","options":[{"name":"Ascend","value":"Ascend"},{"name":"Descend","value":"Descend"}]},{"displayName":"Source Account Type","name":"source_account_type","default":"Bank","type":"options","description":"Account type to filter results by","options":[{"name":"Accounts Payable","value":"AccountsPayable"},{"name":"Accounts Receivable","value":"AccountsReceivable"},{"name":"Bank","value":"Bank"},{"name":"Cost Of Goods Sold","value":"CostOfGoodsSold"},{"name":"Credit Card","value":"CreditCard"},{"name":"Equity","value":"Equity"},{"name":"Expense","value":"Expense"},{"name":"Fixed Asset","value":"FixedAsset"},{"name":"Income","value":"Income"},{"name":"Long Term Liability","value":"LongTermLiability"},{"name":"Non Posting","value":"NonPosting"},{"name":"Other Asset","value":"OtherAsset"},{"name":"Other Current Asset","value":"OtherCurrentAsset"},{"name":"Other Current Liability","value":"OtherCurrentLiability"},{"name":"Other Expense","value":"OtherExpense"},{"name":"Other Income","value":"OtherIncome"}]},{"displayName":"Term Names or IDs","name":"term","type":"multiOptions","default":[],"description":"Term to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getTerms"}},{"displayName":"Transaction Amount","name":"bothamount","type":"number","default":0,"typeOptions":{"numberPrecision":2},"description":"Monetary amount to filter results by"},{"displayName":"Transaction Type","name":"transaction_type","type":"options","default":"CreditCardCharge","description":"Transaction type to filter results by","options":[{"name":"Bill","value":"Bill"},{"name":"Bill Payment Check","value":"BillPaymentCheck"},{"name":"Bill Payment Credit Card","value":"BillPaymentCreditCard"},{"name":"Billable Charge","value":"BillableCharge"},{"name":"Cash Purchase","value":"CashPurchase"},{"name":"Charge","value":"Charge"},{"name":"Check","value":"Check"},{"name":"Credit","value":"Credit"},{"name":"Credit Card Charge","value":"CreditCardCharge"},{"name":"Credit Card Credit","value":"CreditCardCredit"},{"name":"Credit Memo","value":"CreditMemo"},{"name":"Credit Refund","value":"CreditRefund"},{"name":"Deposit","value":"Deposit"},{"name":"Estimate","value":"Estimate"},{"name":"Global Tax Adjustment","value":"GlobalTaxAdjustment"},{"name":"Global Tax Payment","value":"GlobalTaxPayment"},{"name":"Inventory Quantity Adjustment","value":"InventoryQuantityAdjustment"},{"name":"Invoice","value":"Invoice"},{"name":"Journal Entry","value":"JournalEntry"},{"name":"Purchase Order","value":"PurchaseOrder"},{"name":"Receive Payment","value":"ReceivePayment"},{"name":"Sales Receipt","value":"SalesReceipt"},{"name":"Service Tax Defer","value":"Service Tax Defer"},{"name":"Service Tax Gross Adjustment","value":"Service Tax Gross Adjustment"},{"name":"Service Tax Partial Utilisation","value":"Service Tax Partial Utilisation"},{"name":"Service Tax Refund","value":"Service Tax Refund"},{"name":"Service Tax Reversal","value":"Service Tax Reversal"},{"name":"Statement","value":"Statement"},{"name":"Time Activity","value":"TimeActivity"},{"name":"Transfer","value":"Transfer"},{"name":"Vendor Credit","value":"VendorCredit"}]},{"displayName":"Vendor Names or IDs","name":"vendor","type":"multiOptions","default":[],"description":"Vendor to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getVendors"}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a vendor"},{"name":"Get","value":"get","action":"Get a vendor"},{"name":"Get Many","value":"getAll","action":"Get many vendors"},{"name":"Update","value":"update","action":"Update a vendor"}],"displayOptions":{"show":{"resource":["vendor"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the vendor to create","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to retrieve","displayOptions":{"show":{"resource":["vendor"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting vendors. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to update","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/quickbooks"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickBooks/quickbooks.svg"},
|
|
290
|
+
{"displayName":"QuickChart","name":"n8n-nodes-base.quickChart","group":["output"],"description":"Create a chart via QuickChart","version":1,"defaults":{"name":"QuickChart"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Chart Type","name":"chartType","type":"options","default":"bar","options":[{"name":"Bar Chart","value":"bar"},{"name":"Doughnut Chart","value":"doughnut"},{"name":"Line Chart","value":"line"},{"name":"Pie Chart","value":"pie"},{"name":"Polar Chart","value":"polarArea"}],"description":"The type of chart to create"},{"displayName":"Add Labels","name":"labelsMode","type":"options","options":[{"name":"Manually","value":"manually"},{"name":"From Array","value":"array"}],"default":"manually"},{"displayName":"Labels","name":"labelsUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"required":true,"description":"Labels to use in the chart","placeholder":"Add Label","options":[{"name":"labelsValues","displayName":"Labels","values":[{"displayName":"Label","name":"label","type":"string","default":""}]}],"displayOptions":{"show":{"labelsMode":["manually"]}}},{"displayName":"Labels Array","name":"labelsArray","type":"string","required":true,"default":"","placeholder":"e.g. [\"Berlin\", \"Paris\", \"Rome\", \"New York\"]","displayOptions":{"show":{"labelsMode":["array"]}},"description":"The array of labels to be used in the chart"},{"displayName":"Data","name":"data","type":"json","default":"","description":"Data to use for the dataset, documentation and examples <a href=\"https://quickchart.io/documentation/chart-types/\" target=\"_blank\">here</a>","placeholder":"e.g. [60, 10, 12, 20]","required":true},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The binary data will be displayed in the Output panel on the right, under the Binary tab","hint":"The name of the output field to put the binary file data in"},{"displayName":"Chart Options","name":"chartOptions","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Background color of the chart"},{"displayName":"Device Pixel Ratio","name":"devicePixelRatio","type":"number","default":2,"typeOptions":{"minValue":1,"maxValue":2},"description":"Pixel ratio of the chart"},{"displayName":"Format","name":"format","type":"options","default":"png","description":"File format of the resulting chart","options":[{"name":"PNG","value":"png"},{"name":"PDF","value":"pdf"},{"name":"SVG","value":"svg"},{"name":"WebP","value":"webp"}]},{"displayName":"Height","name":"height","type":"number","default":300,"description":"Height of the chart"},{"displayName":"Horizontal","name":"horizontal","type":"boolean","default":false,"description":"Whether the chart should use its Y axis horizontal","displayOptions":{"show":{"/chartType":["bar","boxplot","violin"]}}},{"displayName":"Width","name":"width","type":"number","default":500,"description":"Width of the chart"}]},{"displayName":"Dataset Options","name":"datasetOptions","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"","typeOptions":{"showAlpha":true},"description":"Color used for the background the dataset (area of a line graph, fill of a bar chart, etc.)"},{"displayName":"Border Color","name":"borderColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Color used for lines of the dataset"},{"displayName":"Fill","name":"fill","type":"boolean","default":true,"description":"Whether to fill area of the dataset","displayOptions":{"show":{"/chartType":["line"]}}},{"displayName":"Label","name":"label","type":"string","default":"","description":"The label of the dataset"},{"displayName":"Point Style","name":"pointStyle","type":"options","default":"circle","description":"Style to use for points of the dataset","options":[{"name":"Circle","value":"circle"},{"name":"Cross","value":"cross"},{"name":"CrossRot","value":"crossRot"},{"name":"Dash","value":"dash"},{"name":"Line","value":"line"},{"name":"Rect","value":"rect"},{"name":"Rect Rot","value":"rectRot"},{"name":"Rect Rounded","value":"rectRounded"},{"name":"Star","value":"star"},{"name":"Triangle","value":"triangle"}],"displayOptions":{"show":{"/chartType":["line"]}}}]}],"codex":{"categories":["Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickchart/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/quickchart"}]},"alias":["image","graph","report","chart","diagram","data","visualize"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickChart/quickChart.svg"},
|
|
290
291
|
{"displayName":"RabbitMQ","name":"n8n-nodes-base.rabbitmq","group":["transform"],"version":1,"description":"Sends messages to a RabbitMQ topic","defaults":{"name":"RabbitMQ"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rabbitmq","required":true,"testedBy":"rabbitmqConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"send_message","options":[{"name":"Send a Message to RabbitMQ","value":"send_message"}]},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Queue","value":"queue","description":"Publish data to queue"},{"name":"Exchange","value":"exchange","description":"Publish data to exchange"}],"default":"queue","description":"To where data should be moved"},{"displayName":"Queue / Topic","name":"queue","type":"string","displayOptions":{"show":{"mode":["queue"]}},"default":"","placeholder":"queue-name","description":"Name of the queue to publish to"},{"displayName":"Exchange","name":"exchange","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"exchange-name","description":"Name of the exchange to publish to"},{"displayName":"Type","name":"exchangeType","type":"options","displayOptions":{"show":{"mode":["exchange"]}},"options":[{"name":"Direct","value":"direct","description":"Direct exchange type"},{"name":"Topic","value":"topic","description":"Topic exchange type"},{"name":"Headers","value":"headers","description":"Headers exchange type"},{"name":"Fanout","value":"fanout","description":"Fanout exchange type"}],"default":"fanout","description":"Type of exchange"},{"displayName":"Routing Key","name":"routingKey","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"routing-key","description":"The routing key for the message"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to be sent"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Alternate Exchange","name":"alternateExchange","type":"string","displayOptions":{"show":{"/mode":["exchange"]}},"default":"","description":"An exchange to send messages to if this exchange can’t route them to any queues"},{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","displayOptions":{"show":{"/mode":["queue"]}},"default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rabbitmq/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rabbitMQ"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.png"},
|
|
291
292
|
{"displayName":"RabbitMQ Trigger","name":"n8n-nodes-base.rabbitmqTrigger","group":["trigger"],"version":1,"description":"Listens to RabbitMQ messages","defaults":{"name":"RabbitMQ Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"rabbitmq","required":true}],"properties":[{"displayName":"Queue / Topic","name":"queue","type":"string","default":"","placeholder":"queue-name","description":"The name of the queue to read from"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Content Is Binary","name":"contentIsBinary","type":"boolean","default":false,"description":"Whether to save the content as binary"},{"displayName":"Delete From Queue When","name":"acknowledge","type":"options","options":[{"name":"Execution Finishes","value":"executionFinishes","description":"After the workflow execution finished. No matter if the execution was successful or not."},{"name":"Execution Finishes Successfully","value":"executionFinishesSuccessfully","description":"After the workflow execution finished successfully"},{"name":"Immediately","value":"immediately","description":"As soon as the message got received"}],"default":"immediately","description":"When to acknowledge the message"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to parse the body to an object"},{"displayName":"Only Content","name":"onlyContent","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to return only the content property"},{"displayName":"Parallel Message Processing Limit","name":"parallelMessages","type":"number","default":-1,"displayOptions":{"hide":{"acknowledge":["immediately"]}},"description":"Max number of executions at a time. Use -1 for no limit."}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.rabbitmqtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/rabbitMQ"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.png"},
|
|
292
293
|
{"displayName":"Raindrop","name":"n8n-nodes-base.raindrop","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Raindrop API","defaults":{"name":"Raindrop"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"raindropOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookmark","value":"bookmark"},{"name":"Collection","value":"collection"},{"name":"Tag","value":"tag"},{"name":"User","value":"user"}],"default":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bookmark"},{"name":"Delete","value":"delete","action":"Delete a bookmark"},{"name":"Get","value":"get","action":"Get a bookmark"},{"name":"Get Many","value":"getAll","action":"Get many bookmarks"},{"name":"Update","value":"update","action":"Update a bookmark"}],"displayOptions":{"show":{"resource":["bookmark"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Link","name":"link","type":"string","required":true,"default":"","description":"Link of the bookmark to be created","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"options":[{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Sort order for the bookmark. For example, to move it to first place, enter 0."},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should load cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to create"}]},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to delete","displayOptions":{"show":{"resource":["bookmark"],"operation":["delete"]}}},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to retrieve","displayOptions":{"show":{"resource":["bookmark"],"operation":["get"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":[],"required":true,"description":"The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["bookmark"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bookmark"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["bookmark"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to update","displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"For example if you want to move bookmark to the first place set this field to 0"},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should reload cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to be created"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a collection"},{"name":"Delete","value":"delete","action":"Delete a collection"},{"name":"Get","value":"get","action":"Get a collection"},{"name":"Get Many","value":"getAll","action":"Get many collections"},{"name":"Update","value":"update","action":"Update a collection"}],"displayOptions":{"show":{"resource":["collection"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the collection to create","displayOptions":{"show":{"resource":["collection"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["create"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"","description":"URL of an image to use as cover for the collection"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to delete","displayOptions":{"show":{"resource":["collection"],"operation":["delete"]}}},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to retrieve","displayOptions":{"show":{"resource":["collection"],"operation":["get"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"default":"parent","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"options":[{"name":"Parent","value":"parent","description":"Root-level collections"},{"name":"Children","value":"children","description":"Nested collections"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to update","displayOptions":{"show":{"resource":["collection"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["update"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"data","placeholder":"","description":"Name of the binary property containing the data for the image to upload as a cover"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the collection to update"},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Delete","value":"delete","action":"Delete a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"}],"displayOptions":{"show":{"resource":["tag"]}}},{"displayName":"Tags","name":"tags","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"description":"One or more tags to delete. Enter comma-separated values to delete multiple tags."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":"","description":"It's possible to restrict remove action to just one collection. It's optional. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["tag"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a user"}],"displayOptions":{"show":{"resource":["user"]}}},{"displayName":"Self","name":"self","type":"boolean","default":true,"required":true,"description":"Whether to return details on the logged-in user","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"description":"The ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"],"self":[false]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.raindrop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/raindrop"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Raindrop/raindrop.svg"},
|