n8n-nodes-base 0.224.0 → 0.224.1
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/MattermostApi.credentials.js +1 -1
- package/dist/credentials/MattermostApi.credentials.js.map +1 -1
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js +11 -3
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -1
- package/dist/nodes/CompareDatasets/GenericFunctions.d.ts +2 -1
- package/dist/nodes/CompareDatasets/GenericFunctions.js +12 -3
- package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
- package/dist/nodes/CompareDatasets/test/node/workflow.update_2_2.json +212 -0
- package/dist/nodes/Compression/Compression.node.js +6 -6
- package/dist/nodes/Compression/Compression.node.js.map +1 -1
- package/dist/nodes/DateTime/DateTime.node.js +14 -3
- package/dist/nodes/DateTime/DateTime.node.js.map +1 -1
- package/dist/nodes/DateTime/test/node/DateTimeWorklfow.test.json +276 -65
- package/dist/nodes/DateTime/test/node/workflow.timestamp.json +393 -0
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +12 -6
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/ItemLists/ItemLists.node.js +2 -1
- package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js +34 -26
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js.map +1 -1
- package/dist/nodes/ItemLists/V2/summarize.operation.js +4 -1
- package/dist/nodes/ItemLists/V2/summarize.operation.js.map +1 -1
- package/dist/nodes/ItemLists/test/node/workflow.update_2_1.json +695 -0
- package/dist/nodes/Mattermost/v1/transport/index.js +2 -1
- package/dist/nodes/Mattermost/v1/transport/index.js.map +1 -1
- package/dist/nodes/Merge/Merge.node.js +2 -1
- package/dist/nodes/Merge/Merge.node.js.map +1 -1
- package/dist/nodes/Merge/test/node/workflow.update_2_1.json +201 -0
- package/dist/nodes/Merge/v2/MergeV2.node.js +14 -5
- package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js +14 -0
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js +13 -6
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +12 -10
- package/dist/utils/utilities.d.ts +2 -1
- package/dist/utils/utilities.js +10 -1
- package/dist/utils/utilities.js.map +1 -1
- package/package.json +3 -3
package/dist/types/nodes.json
CHANGED
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
{"displayName":"Coda","name":"n8n-nodes-base.coda","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Coda API","defaults":{"name":"Coda"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"codaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Control","value":"control","description":"Controls provide a user-friendly way to input a value that can affect other parts of the doc"},{"name":"Formula","value":"formula","description":"Formulas can be great for performing one-off computations"},{"name":"Table","value":"table","description":"Access data of tables in documents"},{"name":"View","value":"view","description":"Access data of views in documents"}],"default":"table"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Create Row","value":"createRow","description":"Create/Insert a row","action":"Create a row"},{"name":"Delete Row","value":"deleteRow","description":"Delete one or multiple rows","action":"Delete a row"},{"name":"Get All Columns","value":"getAllColumns","action":"Get all columns"},{"name":"Get All Rows","value":"getAllRows","description":"Get all the rows","action":"Get all rows"},{"name":"Get Column","value":"getColumn","description":"Get a column","action":"Get a column"},{"name":"Get Row","value":"getRow","description":"Get a row","action":"Get a row"},{"name":"Push Button","value":"pushButton","description":"Pushes a button","action":"Push a button"}],"default":"createRow"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"description":"The table to create the row in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"options":[{"displayName":"Disable Parsing","name":"disableParsing","type":"boolean","default":false,"description":"Whether the API will not attempt to parse the data in any way"},{"displayName":"Key Columns","name":"keyColumns","type":"string","default":"","description":"Optional column IDs, URLs, or names (fragile and discouraged), specifying columns to be used as upsert keys. If more than one separate by a comma (,)."}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"ID or name of the row. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"description":"The table to get the 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":{"resource":["table"],"operation":["getAllRows"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query used to filter returned rows, specified as <column_id_or_name>:<value>. If you'd like to use a column name instead of an ID, you must quote it (e.g., \"My Column\":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., \"groceries\")."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Sort By","name":"sortBy","type":"options","default":"","options":[{"name":"Created At","value":"createdAt"},{"name":"Natural","value":"natural"}],"description":"Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending."},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"},{"displayName":"Visible Only","name":"visibleOnly","type":"boolean","default":false,"description":"Whether to return only visible rows and columns for the table"}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"The table to delete the row in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"Row IDs to delete"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"ID or name of the row. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected"},{"displayName":"Column Name or ID","name":"columnId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["docId","tableId"]},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}}},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Column ID","name":"columnId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"The table to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"]}},"description":"ID of the doc. 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":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"]}},"description":"The table to get the row 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":{"resource":["table"],"operation":["getAllColumns"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["formula"]}},"options":[{"name":"Get","value":"get","description":"Get a formula","action":"Get a formula"},{"name":"Get Many","value":"getAll","description":"Get many formulas","action":"Get many formulas"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Formula ID","name":"formulaId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["get"]}},"description":"The formula to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["getAll"]}},"description":"ID of the doc. 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":["formula"],"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":["formula"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["control"]}},"options":[{"name":"Get","value":"get","description":"Get a control","action":"Get a control"},{"name":"Get Many","value":"getAll","description":"Get many controls","action":"Get many controls"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["control"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Control ID","name":"controlId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["control"],"operation":["get"]}},"description":"The control to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["control"],"operation":["getAll"]}},"description":"ID of the doc. 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":["control"],"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":["control"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["view"]}},"options":[{"name":"Delete Row","value":"deleteViewRow","description":"Delete view row","action":"Delete a view row"},{"name":"Get","value":"get","description":"Get a view","action":"Get a view"},{"name":"Get Columns","value":"getAllViewColumns","description":"Get all views columns","action":"Get all view columns"},{"name":"Get Many","value":"getAll","description":"Get many views","action":"Get many views"},{"name":"Get Rows","value":"getAllViewRows","description":"Get all views rows","action":"Get a view row"},{"name":"Push Button","value":"pushViewButton","description":"Push view button","action":"Push a view button"},{"name":"Update Row","value":"updateViewRow","action":"Update a view row"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View ID","name":"viewId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["get"]}},"description":"The view to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAll"]}},"description":"ID of the doc. 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":["view"],"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":["view"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getViews"},"required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"description":"The table to get the 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":{"resource":["view"],"operation":["getAllViewRows"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query used to filter returned rows, specified as <column_id_or_name>:<value>. If you'd like to use a column name instead of an ID, you must quote it (e.g., \"My Column\":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., \"groceries\")."},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Sort By","name":"sortBy","type":"options","default":"","options":[{"name":"Created At","value":"createdAt"},{"name":"Natural","value":"natural"}],"description":"Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending."}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getViews"},"required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"]}},"description":"The table to get the 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":{"resource":["view"],"operation":["getAllViewColumns"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Column Name or ID","name":"columnId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getViewColumns","loadOptionsDependsOn":["docId","viewId"]},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}}},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Key Name","name":"keyName","type":"string","required":true,"default":"columns","displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"options":[{"displayName":"Disable Parsing","name":"disableParsing","type":"boolean","default":false,"description":"Whether the API will not attempt to parse the data in any way"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.coda/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/coda"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Coda/coda.svg"},
|
|
60
60
|
{"displayName":"Code","name":"n8n-nodes-base.code","icon":"fa:code","group":["transform"],"version":1,"description":"Run custom JavaScript code","defaults":{"name":"Code","color":"#FF9922"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run Once for All Items","value":"runOnceForAllItems","description":"Run this code only once, no matter how many input items there are"},{"name":"Run Once for Each Item","value":"runOnceForEachItem","description":"Run this code as many times as there are input items"}],"default":"runOnceForAllItems"},{"displayName":"JavaScript","name":"jsCode","typeOptions":{"editor":"codeNodeEditor"},"type":"string","default":"","description":"JavaScript code to execute.<br><br>Tip: You can use luxon vars like <code>$today</code> for dates and <code>$jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/nodes/n8n-nodes-base.function\">Learn more</a>.","noDataExpression":true},{"displayName":"Type <code>$</code> for a list of <a target=\"_blank\" href=\"https://docs.n8n.io/code-examples/methods-variables-reference/\">special vars/methods</a>. Debug by using <code>console.log()</code> statements and viewing their output in the browser console.","name":"notice","type":"notice","default":""}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]},"alias":["cpde","Javascript","JS","Script","Custom Code","Function"]}},
|
|
61
61
|
{"displayName":"CoinGecko","name":"n8n-nodes-base.coinGecko","group":["output"],"version":1,"description":"Consume CoinGecko API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"CoinGecko"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Coin","value":"coin"},{"name":"Event","value":"event"}],"default":"coin"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["coin"]}},"options":[{"name":"Candlestick","value":"candlestick","description":"Get a candlestick open-high-low-close chart for the selected currency","action":"Get a candlestick for a coin"},{"name":"Get","value":"get","description":"Get current data for a coin","action":"Get a coin"},{"name":"Get Many","value":"getAll","description":"Get many coins","action":"Get many coins"},{"name":"History","value":"history","description":"Get historical data (name, price, market, stats) at a given date for a coin","action":"Get history for a coin"},{"name":"Market","value":"market","description":"Get prices and market related data for all trading pairs that match the selected currency","action":"Get market prices for a coin"},{"name":"Market Chart","value":"marketChart","description":"Get historical market data include price, market cap, and 24h volume (granularity auto)","action":"Get market chart for a coin"},{"name":"Price","value":"price","description":"Get the current price of any cryptocurrencies in any other supported currencies that you need","action":"Get the price for a coin"},{"name":"Ticker","value":"ticker","description":"Get coin tickers","action":"Get the ticker for a coin"}],"default":"getAll"},{"displayName":"Search By","name":"searchBy","required":true,"type":"options","options":[{"name":"Coin ID","value":"coinId"},{"name":"Contract Address","value":"contractAddress"}],"displayOptions":{"show":{"operation":["get","marketChart","price"],"resource":["coin"]}},"default":"coinId","description":"Search by coin ID or contract address"},{"displayName":"Coin Name or ID","name":"coinId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["get"],"resource":["coin"]}},"default":"","placeholder":"bitcoin"},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["candlestick"],"resource":["coin"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"displayOptions":{"show":{"operation":["market"],"resource":["coin"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Coin Name or ID","name":"coinId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["ticker","history"],"resource":["coin"]}},"default":"","placeholder":"bitcoin"},{"displayName":"Base Currency Names or IDs","name":"baseCurrencies","required":true,"type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["price"],"resource":["coin"],"searchBy":["coinId"]}},"default":[],"placeholder":"bitcoin","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Platform ID","name":"platformId","required":true,"displayOptions":{"show":{"operation":["get","marketChart","price"],"resource":["coin"],"searchBy":["contractAddress"]}},"type":"options","options":[{"name":"Ethereum","value":"ethereum"}],"default":"ethereum","description":"The ID of the platform issuing tokens"},{"displayName":"Contract Address","name":"contractAddress","required":true,"type":"string","default":"","displayOptions":{"show":{"operation":["get","marketChart"],"resource":["coin"],"searchBy":["contractAddress"]}},"description":"Token's contract address"},{"displayName":"Contract Addresses","name":"contractAddresses","required":true,"type":"string","default":"","displayOptions":{"show":{"operation":["price"],"resource":["coin"],"searchBy":["contractAddress"]}},"description":"The contract address of tokens, comma-separated"},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["marketChart"],"resource":["coin"],"searchBy":["coinId"]},"hide":{"searchBy":["contractAddress"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Quote Currency Name or ID","name":"quoteCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"displayOptions":{"show":{"operation":["candlestick","marketChart"],"resource":["coin"]}},"default":"","description":"The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Quote Currency Names or IDs","name":"quoteCurrencies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCurrencies"},"required":true,"displayOptions":{"show":{"operation":["price"],"resource":["coin"]}},"default":[],"description":"The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Range (Days)","name":"days","required":true,"type":"options","options":[{"name":"1","value":"1"},{"name":"7","value":"7"},{"name":"14","value":"14"},{"name":"30","value":"30"},{"name":"90","value":"90"},{"name":"180","value":"180"},{"name":"365","value":"365"},{"name":"Max","value":"max"}],"displayOptions":{"show":{"operation":["marketChart","candlestick"],"resource":["coin"]}},"default":"","description":"Return data for this many days in the past from now"},{"displayName":"Date","name":"date","required":true,"type":"dateTime","displayOptions":{"show":{"operation":["history"],"resource":["coin"]}},"default":"","description":"The date of data snapshot"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","market","ticker"],"resource":["coin"]}},"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","market","ticker"],"resource":["coin"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["market"]}},"options":[{"displayName":"Coin IDs","name":"ids","type":"string","placeholder":"bitcoin","default":"","description":"Filter results by comma-separated list of coin ID"},{"displayName":"Category","name":"category","type":"options","options":[{"name":"Decentralized Finance Defi","value":"decentralized_finance_defi"}],"default":"decentralized_finance_defi","description":"Filter by coin category"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Gecko Asc","value":"gecko_asc"},{"name":"Gecko Desc","value":"gecko_desc"},{"name":"ID Asc","value":"id_asc"},{"name":"ID Desc","value":"id_desc"},{"name":"Market Cap Asc","value":"market_cap_asc"},{"name":"Market Cap Desc","value":"market_cap_desc"},{"name":"Volume Asc","value":"volume_asc"},{"name":"Volume Desc","value":"volume_desc"}],"default":"","description":"Sort results by field"},{"displayName":"Sparkline","name":"sparkline","type":"boolean","default":false,"description":"Whether to include sparkline 7 days data"},{"displayName":"Price Change Percentage","name":"price_change_percentage","type":"multiOptions","options":[{"name":"1h","value":"1h"},{"name":"24h","value":"24h"},{"name":"7d","value":"7d"},{"name":"14d","value":"14d"},{"name":"30d","value":"30d"},{"name":"200d","value":"200d"},{"name":"1y","value":"1y"}],"default":[],"description":"Include price change percentage for specified times"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["price"]}},"options":[{"displayName":"Include 24hr Change","name":"include_24hr_change","type":"boolean","default":false},{"displayName":"Include 24hr Vol","name":"include_24hr_vol","type":"boolean","default":false},{"displayName":"Include Last Updated At","name":"include_last_updated_at","type":"boolean","default":false},{"displayName":"Include Market Cap","name":"include_market_cap","type":"boolean","default":false}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["ticker"]}},"options":[{"displayName":"Exchange Names or IDs","name":"exchange_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getExchanges"},"default":[],"description":"Filter results by exchange IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Include Exchange Logo","name":"include_exchange_logo","type":"boolean","default":false},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Trust Score Desc","value":"trust_score_desc"},{"name":"Trust Score Asc","value":"trust_score_asc"},{"name":"Volume Desc","value":"volume_desc"}],"default":"trust_score_desc","description":"Sorts results by the selected rule"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["history"]}},"options":[{"displayName":"Localization","name":"localization","type":"boolean","default":true,"description":"Whether to exclude localized languages in response"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["coin"]}},"options":[{"displayName":"Community Data","name":"community_data","type":"boolean","default":false,"description":"Whether to include community data"},{"displayName":"Developer Data","name":"developer_data","type":"boolean","default":false,"description":"Whether to include developer data"},{"displayName":"Localization","name":"localization","type":"boolean","default":false,"description":"Whether to include all localized languages in response"},{"displayName":"Market Data","name":"market_data","type":"boolean","default":false,"description":"Whether to include market data"},{"displayName":"Sparkline","name":"sparkline","type":"boolean","default":false,"description":"Whether to include sparkline 7 days data (eg. true, false)."},{"displayName":"Tickers","name":"tickers","type":"boolean","default":false,"description":"Whether to include tickers data"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"getAll"},{"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":100,"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":"Country Code","name":"country_code","type":"options","typeOptions":{"loadOptionsMethod":"getEventCountryCodes"},"default":"","description":"Country code of event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"From Date","name":"from_date","type":"dateTime","default":"","description":"Lists events after this date"},{"displayName":"To Date","name":"to_date","type":"dateTime","default":"","description":"Lists events before this date"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getEventTypes"},"default":"","description":"Type of event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Upcoming Events Only","name":"upcoming_events_only","type":"boolean","default":true,"description":"Whether to list only upcoming events"}]}],"codex":{"categories":["Productivity","Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.coingecko/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CoinGecko/coinGecko.svg"},
|
|
62
|
-
{"displayName":"Compare Datasets","name":"n8n-nodes-base.compareDatasets","group":["transform"],"version":[1,2,2.1],"description":"Compare two inputs for changes","defaults":{"name":"Compare Datasets"},"inputs":["main","main"],"inputNames":["Input A","Input B"],"outputs":["main","main","main","main"],"outputNames":["In A only","Same","Different","In B only"],"properties":[{"displayName":"Items from different branches are paired together when the fields below match. If paired, the rest of the fields are compared to determine whether the items are the same or different","name":"infoBox","type":"notice","default":""},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input A Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input B Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"preferInput2","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"show":{"@version":[1,2]}}},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"includeBoth","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"hide":{"@version":[1,2]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"hide":{"@version":[1]}}},{"displayName":"Prefer","name":"preferWhenMix","type":"options","default":"input1","options":[{"name":"Input A Version","value":"input1"},{"name":"Input B Version","value":"input2"}],"displayOptions":{"show":{"resolve":["mix"]}}},{"displayName":"For Everything Except","name":"exceptWhenMix","type":"string","default":"","placeholder":"e.g. id, country","hint":"Enter the names of the input fields as text, separated by commas","displayOptions":{"show":{"resolve":["mix"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields to Skip Comparing","name":"skipFields","type":"string","default":"","placeholder":"e.g. updated_at, updated_by","hint":"Enter the field names as text, separated by commas","description":"Fields that shouldn't be included when checking whether two items are the same","requiresDataPath":"multiple"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"first","options":[{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"},{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/"}]},"alias":["Join","Concatenate","Compare","Dataset","Split"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CompareDatasets/compare.svg"},
|
|
63
|
-
{"displayName":"Compression","name":"n8n-nodes-base.compression","icon":"fa:file-archive","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}}","version":1,"description":"Compress and
|
|
62
|
+
{"displayName":"Compare Datasets","name":"n8n-nodes-base.compareDatasets","group":["transform"],"version":[1,2,2.1,2.2],"description":"Compare two inputs for changes","defaults":{"name":"Compare Datasets"},"inputs":["main","main"],"inputNames":["Input A","Input B"],"outputs":["main","main","main","main"],"outputNames":["In A only","Same","Different","In B only"],"properties":[{"displayName":"Items from different branches are paired together when the fields below match. If paired, the rest of the fields are compared to determine whether the items are the same or different","name":"infoBox","type":"notice","default":""},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input A Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input B Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"preferInput2","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"show":{"@version":[1,2]}}},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"includeBoth","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"hide":{"@version":[1,2]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"hide":{"@version":[1]}}},{"displayName":"Prefer","name":"preferWhenMix","type":"options","default":"input1","options":[{"name":"Input A Version","value":"input1"},{"name":"Input B Version","value":"input2"}],"displayOptions":{"show":{"resolve":["mix"]}}},{"displayName":"For Everything Except","name":"exceptWhenMix","type":"string","default":"","placeholder":"e.g. id, country","hint":"Enter the names of the input fields as text, separated by commas","displayOptions":{"show":{"resolve":["mix"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Fields to Skip Comparing","name":"skipFields","type":"string","default":"","placeholder":"e.g. updated_at, updated_by","hint":"Enter the field names as text, separated by commas","description":"Fields that shouldn't be included when checking whether two items are the same","requiresDataPath":"multiple"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"first","options":[{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"},{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/"}]},"alias":["Join","Concatenate","Compare","Dataset","Split"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CompareDatasets/compare.svg"},
|
|
63
|
+
{"displayName":"Compression","name":"n8n-nodes-base.compression","icon":"fa:file-archive","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}}","version":1,"description":"Compress and decompress files","defaults":{"name":"Compression","color":"#408000"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Compress","value":"compress"},{"name":"Decompress","value":"decompress"}],"default":"decompress"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["compress","decompress"]}},"placeholder":"","description":"Name of the binary property which contains the data for the file(s) to be compress/decompress. Multiple can be used separated by a comma (,)."},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"","options":[{"name":"Gzip","value":"gzip"},{"name":"Zip","value":"zip"}],"displayOptions":{"show":{"operation":["compress"]}},"description":"Format of the output file"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"data.zip","required":true,"displayOptions":{"show":{"operation":["compress"],"outputFormat":["zip"]}},"description":"Name of the file to be compressed"},{"displayName":"Binary Property Output","name":"binaryPropertyOutput","type":"string","default":"data","displayOptions":{"show":{"outputFormat":["zip"],"operation":["compress"]}},"placeholder":"","description":"Name of the binary property to which to write the data of the compressed files"},{"displayName":"Output Prefix","name":"outputPrefix","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["compress"],"outputFormat":["gzip"]}},"description":"Prefix use for all gzip compressed files"},{"displayName":"Output Prefix","name":"outputPrefix","type":"string","default":"file_","required":true,"displayOptions":{"show":{"operation":["decompress"]}},"description":"Prefix use for all decompressed files"}],"codex":{"categories":["Core Nodes","Data & Storage"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.compression/"}]},"alias":["Zip","Gzip","uncompress"]}},
|
|
64
64
|
{"displayName":"Contentful","name":"n8n-nodes-base.contentful","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["input"],"version":1,"description":"Consume Contenful API","defaults":{"name":"Contentful"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"contentfulApi","required":true}],"properties":[{"displayName":"Source","name":"source","type":"options","default":"deliveryApi","description":"Pick where your data comes from, delivery or preview API","options":[{"name":"Delivery API","value":"deliveryApi"},{"name":"Preview API","value":"previewApi"}]},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Asset","value":"asset"},{"name":"Content Type","value":"contentType"},{"name":"Entry","value":"entry"},{"name":"Locale","value":"locale"},{"name":"Space","value":"space"}],"default":"entry"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["space"]}},"options":[{"name":"Get","value":"get"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contentType"]}},"options":[{"name":"Get","value":"get"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["entry"]}},"options":[{"name":"Get","value":"get"},{"name":"Get Many","value":"getAll"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asset"]}},"options":[{"name":"Get","value":"get"},{"name":"Get Many","value":"getAll"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["locale"]}},"options":[{"name":"Get Many","value":"getAll"}],"default":"getAll"},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Content Type ID","name":"contentTypeId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["entry"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["entry"]}},"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":["entry"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["entry"],"operation":["getAll"]}},"options":[{"displayName":"Content Type ID","name":"content_type","type":"string","default":"","description":"To search for entries with a specific content type"},{"displayName":"Equal","name":"equal","type":"string","default":"","placeholder":"fields.title=n8n","description":"Search for all data that matches the condition: {attribute}={value}. Attribute can use dot notation."},{"displayName":"Exclude","name":"exclude","type":"string","default":"","placeholder":"fields.tags[nin]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[nin]={value}. Attribute can use dot notation."},{"displayName":"Exist","name":"exist","type":"string","default":"","placeholder":"fields.tags[exists]=true","description":"Search for all data that matches the condition: {attribute}[exists]={value}. Attribute can use dot notation."},{"displayName":"Fields","name":"select","type":"string","placeholder":"fields.title","default":"","description":"The select operator allows you to choose what fields to return from an entity. You can choose multiple values by combining comma-separated operators."},{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"fields.tags[in]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[in]={value}. Attribute can use dot notation."},{"displayName":"Not Equal","name":"notEqual","type":"string","default":"","placeholder":"fields.title[ne]=n8n","description":"Search for all data that matches the condition: {attribute}[ne]={value}. Attribute can use dot notation."},{"displayName":"Order","name":"order","type":"string","default":"","placeholder":"sys.createdAt","description":"You can order items in the response by specifying the order search parameter. You can use sys properties (such as sys.createdAt) or field values (such as fields.myCustomDateField) for ordering."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Full-text search is case insensitive and might return more results than expected. A query will only take values with more than 1 character."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Entry ID","name":"entryId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["get"]}}},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["asset"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["asset"]}},"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":["asset"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Asset ID","name":"assetId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["asset"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["asset"],"operation":["getAll"]}},"options":[{"displayName":"Equal","name":"equal","type":"string","default":"","placeholder":"fields.title=n8n","description":"Search for all data that matches the condition: {attribute}={value}. Attribute can use dot notation."},{"displayName":"Exclude","name":"exclude","type":"string","default":"","placeholder":"fields.tags[nin]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[nin]={value}. Attribute can use dot notation."},{"displayName":"Exist","name":"exist","type":"string","default":"","placeholder":"fields.tags[exists]=true","description":"Search for all data that matches the condition: {attribute}[exists]={value}. Attribute can use dot notation."},{"displayName":"Fields","name":"select","type":"string","placeholder":"fields.title","default":"","description":"The select operator allows you to choose what fields to return from an entity. You can choose multiple values by combining comma-separated operators."},{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"fields.tags[in]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[in]={value}. Attribute can use dot notation."},{"displayName":"Not Equal","name":"notEqual","type":"string","default":"","placeholder":"fields.title[ne]=n8n","description":"Search for all data that matches the condition: {attribute}[ne]={value}. Attribute can use dot notation."},{"displayName":"Order","name":"order","type":"string","default":"","placeholder":"sys.createdAt","description":"You can order items in the response by specifying the order search parameter. You can use sys properties (such as sys.createdAt) or field values (such as fields.myCustomDateField) for ordering."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Full-text search is case insensitive and might return more results than expected. A query will only take values with more than 1 character."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["locale"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["locale"]}},"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":["locale"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing & Content","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.contentful/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/contentful"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Contentful/contentful.png"},
|
|
65
65
|
{"displayName":"ConvertKit","name":"n8n-nodes-base.convertKit","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ConvertKit API","defaults":{"name":"ConvertKit"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"convertKitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Custom Field","value":"customField"},{"name":"Form","value":"form"},{"name":"Sequence","value":"sequence"},{"name":"Tag","value":"tag"},{"name":"Tag Subscriber","value":"tagSubscriber"}],"default":"form"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customField"]}},"options":[{"name":"Create","value":"create","description":"Create a field","action":"Create a custom field"},{"name":"Delete","value":"delete","description":"Delete a field","action":"Delete a custom field"},{"name":"Get Many","value":"getAll","description":"Get many fields","action":"Get many custom fields"},{"name":"Update","value":"update","description":"Update a field","action":"Update a custom field"}],"default":"update"},{"displayName":"Field ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["customField"],"operation":["update","delete"]}},"default":"","description":"The ID of your custom field"},{"displayName":"Label","name":"label","type":"string","required":true,"displayOptions":{"show":{"resource":["customField"],"operation":["update","create"]}},"default":"","description":"The label of the custom field"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["customField"]}},"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":["customField"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Add Subscriber","value":"addSubscriber","description":"Add a subscriber","action":"Add a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many forms","action":"Get many forms"},{"name":"Get Subscriptions","value":"getSubscriptions","description":"List subscriptions to a form including subscriber data","action":"Get all subscriptions"}],"default":"addSubscriber","description":"The operations to perform"},{"displayName":"Form Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber","getSubscriptions"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber"]}},"default":"","description":"The subscriber's email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber"]}},"options":[{"displayName":"Custom Fields","name":"fieldsUi","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The subscriber's first name"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","getSubscriptions"],"resource":["form"]}},"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","getSubscriptions"],"resource":["form"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["getSubscriptions"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sequence"]}},"options":[{"name":"Add Subscriber","value":"addSubscriber","description":"Add a subscriber","action":"Add a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many sequences","action":"Get many sequences"},{"name":"Get Subscriptions","value":"getSubscriptions","description":"Get all subscriptions to a sequence including subscriber data","action":"Get all subscriptions to a sequence"}],"default":"addSubscriber","description":"The operations to perform"},{"displayName":"Sequence Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getSequences"},"required":true,"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber","getSubscriptions"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber"]}},"default":"","description":"The subscriber's email address"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","getSubscriptions"],"resource":["sequence"]}},"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","getSubscriptions"],"resource":["sequence"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber"]}},"options":[{"displayName":"Custom Fields","name":"fieldsUi","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The subscriber's first name"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"Tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["sequence"],"operation":["getSubscriptions"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Get Many","value":"getAll","description":"Get many tags","action":"Get many tags"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["create"]}},"default":"","description":"Tag name, multiple can be added separated by comma"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tag"]}},"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":["tag"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tagSubscriber"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a subscriber","action":"Add a tag to a subscriber"},{"name":"Get Many","value":"getAll","description":"List subscriptions to a tag including subscriber data","action":"Get many tag subscriptions"},{"name":"Delete","value":"delete","description":"Delete a tag from a subscriber","action":"Delete a tag from a subscriber"}],"default":"create"},{"displayName":"Tag Name or ID","name":"tagId","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":"getTags"},"required":true,"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add","getAll","delete"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add","delete"]}},"default":"","description":"Subscriber email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add"]}},"options":[{"displayName":"Custom Fields","name":"fields","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"field","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"Subscriber first name"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tagSubscriber"]}},"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":["tagSubscriber"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["getAll"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.convertkit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/convertKit"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ConvertKit/convertKit.svg"},
|
|
66
66
|
{"displayName":"ConvertKit Trigger","name":"n8n-nodes-base.convertKitTrigger","subtitle":"={{$parameter[\"event\"]}}","group":["trigger"],"version":1,"description":"Handle ConvertKit events via webhooks","defaults":{"name":"ConvertKit Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"convertKitApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","description":"The events that can trigger the webhook and whether they are enabled","options":[{"name":"Form Subscribe","value":"formSubscribe"},{"name":"Link Click","value":"linkClick"},{"name":"Product Purchase","value":"productPurchase"},{"name":"Purchase Created","value":"purchaseCreate"},{"name":"Sequence Complete","value":"courseComplete"},{"name":"Sequence Subscribe","value":"courseSubscribe"},{"name":"Subscriber Activated","value":"subscriberActivate"},{"name":"Subscriber Unsubscribe","value":"subscriberUnsubscribe"},{"name":"Tag Add","value":"tagAdd"},{"name":"Tag Remove","value":"tagRemove"}]},{"displayName":"Form Name or ID","name":"formId","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":"getForms"},"required":true,"default":"","displayOptions":{"show":{"event":["formSubscribe"]}}},{"displayName":"Sequence Name or ID","name":"courseId","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":"getSequences"},"required":true,"default":"","displayOptions":{"show":{"event":["courseSubscribe","courseComplete"]}}},{"displayName":"Initiating Link","name":"link","type":"string","required":true,"default":"","description":"The URL of the initiating link","displayOptions":{"show":{"event":["linkClick"]}}},{"displayName":"Product ID","name":"productId","type":"string","required":true,"default":"","displayOptions":{"show":{"event":["productPurchase"]}}},{"displayName":"Tag Name or ID","name":"tagId","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":"getTags"},"required":true,"default":"","displayOptions":{"show":{"event":["tagAdd","tagRemove"]}}}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.convertkittrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/convertKit"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ConvertKit/convertKit.svg"},
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
{"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"},
|
|
124
124
|
{"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"},
|
|
125
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":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"},
|
|
126
|
-
{"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-04-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-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-04-18T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2023-04-25T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-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
|
+
{"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-04-24T00: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-05-01T00: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-04-24T00: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-05-01T00: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/"}]}}},
|
|
127
127
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
|
|
128
128
|
{"displayName":"Google BigQuery","name":"n8n-nodes-base.googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2,"version":2,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results","name":"maxResults","type":"number","default":1000,"description":"The maximum number of rows of data to return"},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"description":"How long to wait for the query to complete, in milliseconds"},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use a 'set' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Options","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
|
|
129
129
|
{"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"},
|
|
@@ -168,8 +168,8 @@
|
|
|
168
168
|
{"displayName":"HTML","name":"n8n-nodes-base.html","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] }}","description":"Work with HTML","defaults":{"name":"HTML"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Generate HTML Template","value":"generateHtmlTemplate","action":"Generate HTML template"},{"name":"Extract HTML Content","value":"extractHtmlContent","action":"Extract HTML Content"}],"default":"generateHtmlTemplate"},{"displayName":"HTML Template","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","default":"<!DOCTYPE html>\n\n<html>\n<head>\n <meta charset=\"UTF-8\" />\n <title>My HTML document</title>\n</head>\n<body>\n <div class=\"container\">\n <h1>This is an H1 heading</h1>\n <h2>This is an H2 heading</h2>\n <p>This is a paragraph</p>\n </div>\n</body>\n</html>\n\n<style>\n.container {\n background-color: #ffffff;\n text-align: center;\n padding: 16px;\n border-radius: 8px;\n}\n\nh1 {\n color: #ff6d5a;\n font-size: 24px;\n font-weight: bold;\n padding: 8px;\n}\n\nh2 {\n color: #909399;\n font-size: 18px;\n font-weight: bold;\n padding: 8px;\n}\n</style>\n\n<script>\nconsole.log(\"Hello World!\");\n</script>","noDataExpression":true,"description":"HTML template to render","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"<b>Tips</b>: Type ctrl+space for completions. Use <code>{{ }}</code> for expressions and <code><style></code> tags for CSS. JS in <code><script></code> tags is included but not executed in n8n.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data","displayOptions":{"show":{"operation":["extractHtmlContent"]}}},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["binary"]}},"default":"data","required":true,"description":"Name of the binary property in which the HTML to extract the data from can be found"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]},"alias":["extract","template"]},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Html/html.svg"},
|
|
169
169
|
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":1,"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["digestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["queryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Digest Auth","value":"digestAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"None","value":"none"},{"name":"OAuth1","value":"oAuth1"},{"name":"OAuth2","value":"oAuth2"},{"name":"Query Auth","value":"queryAuth"}],"default":"none","description":"The way to authenticate"},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary Data","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"description":"Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]}]},
|
|
170
170
|
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"defaults":{"name":"HTTP Request","color":"#2200DD"},"version":2,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["httpBasicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["httpDigestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["httpHeaderAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["httpQueryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1Api"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","required":true,"options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Binary Property","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow non-GET HTTP 3xx redirects"},{"displayName":"Follow GET Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary Data","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"description":"Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]}]},
|
|
171
|
-
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}]},
|
|
172
|
-
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"Asasas"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build"]}},
|
|
171
|
+
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}]},
|
|
172
|
+
{"displayName":"HTTP Request","name":"n8n-nodes-base.httpRequest","icon":"fa:at","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4,"version":[3,4],"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Header Parameters","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary Data","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Parameter Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary Data","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","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":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","noDataExpression":true,"displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"alias":["API","Request","URL","Build"]}},
|
|
173
173
|
{"displayName":"HubSpot","name":"n8n-nodes-base.hubspot","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume HubSpot API","defaults":{"name":"HubSpot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hubspotApi","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"hubspotAppToken","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["appToken"]}}},{"name":"hubspotOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"APP Token","value":"appToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Deal","value":"deal"},{"name":"Engagement","value":"engagement"},{"name":"Form","value":"form"},{"name":"Ticket","value":"ticket"}],"default":"deal"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated contacts","action":"Get recently created/updated contacts"},{"name":"Search","value":"search","description":"Search contacts","action":"Search contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":true,"description":"By default the response only includes the ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Associated Company Name or ID","name":"associatedCompanyId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":"","description":"Companies associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Clicked Facebook Ad","name":"clickedFacebookAd","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Size","name":"companySize","type":"string","default":""},{"displayName":"Contact Owner Name or ID","name":"contactOwner","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":"getOwners"},"default":""},{"displayName":"Country/Region","name":"country","type":"string","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":""},{"displayName":"Degree","name":"degree","type":"string","default":""},{"displayName":"Facebook Click ID","name":"facebookClickId","type":"string","default":""},{"displayName":"Fax Number","name":"faxNumber","type":"string","default":""},{"displayName":"Field Of Study","name":"fieldOfStudy","type":"string","default":"","description":"A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"A contact's first name"},{"displayName":"Gender","name":"gender","type":"string","default":""},{"displayName":"Google Ad Click ID","name":"googleAdClickId","type":"string","default":""},{"displayName":"Graduation Date","name":"graduationDate","type":"dateTime","default":"","description":"A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry a contact is in"},{"displayName":"Job Function","name":"jobFunction","type":"string","default":"","description":"A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"A contact's job title"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"A contact's last name"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getContactLeadStatuses"},"default":"","description":"The contact's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Legal Basic For Processing Contact Data Name or ID","name":"processingContactData","type":"options","typeOptions":{"loadOptionsMethod":"getContactLealBasics"},"default":"","description":"Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifeCycleStage","type":"options","typeOptions":{"loadOptionsMethod":"getContactLifeCycleStages"},"default":"","description":"The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Marital Status","name":"maritalStatus","type":"string","default":"","description":"A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Membership Note","name":"membershipNote","type":"string","default":"","description":"The notes relating to the contact's content membership"},{"displayName":"Message","name":"message","type":"string","default":"","description":"A default property to be used for any message or comments a contact may want to leave on a form"},{"displayName":"Mobile Phone Number","name":"mobilePhoneNumber","type":"string","default":"","description":"A contact's mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"options","typeOptions":{"loadOptionsMethod":"getContactNumberOfEmployees"},"default":"","description":"The number of company employees. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Original Source Name or ID","name":"originalSource","type":"options","typeOptions":{"loadOptionsMethod":"getContactOriginalSources"},"default":"","description":"The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A contact's primary phone number"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"/resolveData":[true]}},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The contact's zip code. This might be set via import, form, or integration."},{"displayName":"Preffered Language Name or ID","name":"prefferedLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getContactPrefferedLanguages"},"default":"","description":"Set your contact's preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Relationship Status","name":"relationshipStatus","type":"string","default":"","description":"A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"The title used to address a contact"},{"displayName":"School","name":"school","type":"string","default":"","description":"A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Seniority","name":"seniority","type":"string","default":"","description":"A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The contact's state of residence. This might be set via import, form, or integration."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"default":"","description":"The status of the contact's content membership. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"A contact's street address, including apartment or unit #"},{"displayName":"Twitter Username","name":"twitterUsername","type":"string","default":"","description":"The contact's Twitter handle. This is set by HubSpot using the contact's email address."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The contact's company website"},{"displayName":"Work Email","name":"workEmail","type":"string","default":"","description":"A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","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":"getContactProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":["firstname","lastname","email"],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","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":"getContactProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":"email"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["email"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["id"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created companies","action":"Get a recently created company"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified companies","action":"Get a recently modified company"},{"name":"Search By Domain","value":"searchByDomain","description":"Search companies by domain","action":"Search for a company by Domain"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"LinkedIn Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owmer Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Linkedin Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if the company has been previously merged with another company record. Defaults to false."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if a company has been previously merged with another company record. Defaults to false."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return companys created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"required":true,"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created deals","action":"Get recently created deals"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified deals","action":"Get recently modified deals"},{"name":"Search","value":"search","description":"Search deals","action":"Search for deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDealStages"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":"","options":[],"description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Associated Company Names or IDs","name":"associatedCompany","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[]},{"displayName":"Associated Vid Names or IDs","name":"associatedVids","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[]},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Type Name or ID","name":"dealType","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":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getDealStages"},"default":"","description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"dealType","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":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"options":[{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"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":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Include Associations","name":"includeAssociations","type":"boolean","default":false,"description":"Whether to include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties with History","name":"propertiesWithHistory","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return deals created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","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":"getDealProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","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":"getDealProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["engagement"]}},"options":[{"name":"Create","value":"create","description":"Create an engagement","action":"Create an engagement"},{"name":"Delete","value":"delete","description":"Delete an engagement","action":"Delete an engagement"},{"name":"Get","value":"get","description":"Get an engagement","action":"Get an engagement"},{"name":"Get Many","value":"getAll","description":"Get many engagements","action":"Get many engagements"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","required":true,"options":[{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Meeting","value":"meeting"},{"name":"Task","value":"task"}],"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"default":""},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"For Object Type","name":"forObjectType","type":"options","options":[{"name":"Company","value":"COMPANY"},{"name":"Contact","value":"CONTACT"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Deferred","value":"DEFERRED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Not Started","value":"NOT_STARTED"},{"name":"Waiting","value":"WAITING"}],"default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["email"]}},"options":[{"displayName":"BCC","name":"bcc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC"},"default":""},{"displayName":"CC","name":"cc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC"},"default":""},{"displayName":"From Email","name":"fromEmail","type":"string","default":""},{"displayName":"From First Name","name":"firstName","type":"string","default":""},{"displayName":"From Last Name","name":"lastName","type":"string","default":""},{"displayName":"HTML","name":"html","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"To Emails","name":"toEmail","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["meeting"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""},{"displayName":"Internal Meeting Notes","name":"internalMeetingNotes","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["call"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Duration Milliseconds","name":"durationMilliseconds","type":"number","default":0},{"displayName":"From Number","name":"fromNumber","type":"string","default":""},{"displayName":"Recording URL","name":"recordingUrl","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Calling CRM User","value":"CALLING_CRM_USER"},{"name":"Canceled","value":"CANCELED"},{"name":"Completed","value":"COMPLETED"},{"name":"Connecting","value":"CONNECTING"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"No Answer","value":"NO_ANSWER"},{"name":"Queued","value":"QUEUED"},{"name":"Ringing","value":"RINGING"}],"default":"QUEUED"},{"displayName":"To Number","name":"toNumber","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"options":[{"displayName":"Associations","name":"associations","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Company IDs","name":"companyIds","type":"string","default":""},{"displayName":"Contact IDs","name":"contactIds","type":"string","default":""},{"displayName":"Deals IDs","name":"dealIds","type":"string","default":""},{"displayName":"Owner IDs","name":"ownerIds","type":"string","default":""},{"displayName":"Ticket IDs","name":"ticketIds","type":"string","default":""}]}]},{"displayName":"Engagement ID","name":"engagementId","type":"string","required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["get","delete"]}},"default":"","description":"Unique identifier for a particular engagement"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["engagement"],"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":["engagement"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Get Fields","value":"getFields","description":"Get all fields from a form","action":"Get all fields from a form"},{"name":"Submit","value":"submit","description":"Submit data to a form","action":"Submit a form"}],"default":"getFields"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":"","description":"The ID of the form you're sending data to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"options":[{"displayName":"Skip Validation","name":"skipValidation","type":"boolean","default":false,"description":"Whether or not to skip validation based on the form settings"},{"displayName":"Submitted At","name":"submittedAt","type":"dateTime","default":"","description":"Time of the form submission"}]},{"displayName":"Context","name":"contextUi","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Context","name":"contextValue","values":[{"displayName":"HubSpot Usertoken","name":"hutk","type":"string","default":"","description":"Include this parameter and set it to the hubspotutk cookie value to enable cookie tracking on your submission"},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"The IP address of the visitor filling out the form"},{"displayName":"Page URI","name":"pageUri","type":"string","default":"","description":"The URI of the page the submission happened on"},{"displayName":"Page Name","name":"pageName","type":"string","default":"","description":"The name or title of the page the submission happened on"},{"displayName":"Page ID","name":"pageId","type":"string","default":"","description":"The ID of a page created on the HubSpot CMS"},{"displayName":"SFDC Campaign ID","name":"sfdcCampaignId","type":"string","default":"","description":"If the form is for an account using the HubSpot Salesforce Integration, you can include the ID of a Salesforce campaign to add the contact to the specified campaign"},{"displayName":"Go to Webinar Webinar ID","name":"goToWebinarWebinarKey","type":"string","default":"","description":"If the form is for an account using the HubSpot GoToWebinar Integration, you can include the ID of a webinar to enroll the contact in that webinar when they submit the form"}]}]},{"displayName":"Legal Consent","name":"lengalConsentUi","placeholder":"Add Legal Consent","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Consent","name":"lengalConsentValues","values":[{"displayName":"Consent To Process","name":"consentToProcess","type":"boolean","default":false,"description":"Whether or not the visitor checked the Consent to process checkbox"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for the Consent to process checkbox"},{"displayName":"Communications","name":"communicationsUi","placeholder":"Add Communication","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Communication","name":"communicationValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"Whether or not the visitor checked the checkbox for this subscription type"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for this specific subscription checkbox"}]}]}]},{"displayName":"Legitimate Interest","name":"legitimateInterestValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"This must be true when using the 'legitimateInterest' option, as it reflects the consent indicated by the visitor when submitting the form"},{"displayName":"Legal Basis","name":"legalBasis","type":"options","options":[{"name":"Customer","value":"CUSTOMER"},{"name":"Lead","value":"LEAD"}],"default":"","description":"The privacy text displayed to the visitor"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The privacy text displayed to the visitor"}]}]},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["getFields"]}},"default":"","description":"The ID of the form. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["pipelineId"]},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contacts associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contact associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["updateFields.pipelineId"]},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"options":[{"displayName":"Include Deleted","name":"includeDeleted","type":"boolean","default":false},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular ticket"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hubspot"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg"},
|
|
174
174
|
{"displayName":"HubSpot Trigger","name":"n8n-nodes-base.hubspotTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when HubSpot events occur","defaults":{"name":"HubSpot Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"hubspotDeveloperApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"},{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"eventsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Event","default":{},"options":[{"displayName":"Event","name":"eventValues","values":[{"displayName":"Name","name":"name","type":"options","options":[{"name":"Company Created","value":"company.creation","description":"To get notified if any company is created in a customer's account"},{"name":"Company Deleted","value":"company.deletion","description":"To get notified if any company is deleted in a customer's account"},{"name":"Company Property Changed","value":"company.propertyChange","description":"To get notified if a specified property is changed for any company in a customer's account"},{"name":"Contact Created","value":"contact.creation","description":"To get notified if any contact is created in a customer's account"},{"name":"Contact Deleted","value":"contact.deletion","description":"To get notified if any contact is deleted in a customer's account"},{"name":"Contact Privacy Deleted","value":"contact.privacyDeletion","description":"To get notified if a contact is deleted for privacy compliance reasons"},{"name":"Contact Property Changed","value":"contact.propertyChange","description":"To get notified if a specified property is changed for any contact in a customer's account"},{"name":"Conversation Creation","value":"conversation.creation","description":"To get notified if a new thread is created in an account"},{"name":"Conversation Deletion","value":"conversation.deletion","description":"To get notified if a thread is archived or soft-deleted in an account"},{"name":"Conversation New Message","value":"conversation.newMessage","description":"To get notified if a new message on a thread has been received"},{"name":"Conversation Privacy Deletion","value":"conversation.privacyDeletion","description":"To get notified if a thread is permanently deleted in an account"},{"name":"Conversation Property Change","value":"conversation.propertyChange","description":"To get notified if a property on a thread has been changed"},{"name":"Deal Created","value":"deal.creation","description":"To get notified if any deal is created in a customer's account"},{"name":"Deal Deleted","value":"deal.deletion","description":"To get notified if any deal is deleted in a customer's account"},{"name":"Deal Property Changed","value":"deal.propertyChange","description":"To get notified if a specified property is changed for any deal in a customer's account"}],"default":"contact.creation","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["contact.propertyChange"],"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"name":["contact.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["company.propertyChange"],"loadOptionsMethod":"getCompanyProperties"},"displayOptions":{"show":{"name":["company.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["deal.propertyChange"],"loadOptionsMethod":"getDealProperties"},"displayOptions":{"show":{"name":["deal.propertyChange"]}},"default":"","required":true}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Max Concurrent Requests","name":"maxConcurrentRequests","type":"number","typeOptions":{"minValue":5},"default":5}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.hubspottrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/hubspot"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg"},
|
|
175
175
|
{"displayName":"Humantic AI","name":"n8n-nodes-base.humanticAi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Humantic AI API","defaults":{"name":"Humantic AI"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"humanticAiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"}],"default":"profile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Create","value":"create","description":"Create a profile","action":"Create a profile"},{"name":"Get","value":"get","description":"Retrieve a profile","action":"Get a profile"},{"name":"Update","value":"update","description":"Update a profile","action":"Update a profile"}],"default":"create"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"Whether to send a resume for a resume based analysis"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["create"],"resource":["profile"],"sendResume":[true]}},"description":"The resume in PDF or DOCX format"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"options":[{"displayName":"Persona","name":"persona","type":"multiOptions","options":[{"name":"Sales","value":"sales"},{"name":"Hiring","value":"hiring"}],"default":[],"description":"Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter."}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"Whether to send a resume for a resume of the user"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[false]}},"description":"Additional text written by the user"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[true]}},"description":"The resume in PDF or DOCX format"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/humanticAi"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HumanticAI/humanticai.png"},
|
|
@@ -180,8 +180,9 @@
|
|
|
180
180
|
{"displayName":"Interval","name":"n8n-nodes-base.interval","icon":"fa:hourglass","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow in a given interval","eventTriggerDescription":"","activationMessage":"Your interval trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Interval","color":"#00FF00"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking ‘execute workflow’","name":"notice","type":"notice","default":""},{"displayName":"Interval","name":"interval","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Interval value"},{"displayName":"Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"seconds","description":"Unit of the interval value"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.interval/"}]},"alias":["Time","Scheduler","Polling"]}},
|
|
181
181
|
{"displayName":"Invoice Ninja","name":"n8n-nodes-base.invoiceNinja","group":["output"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Invoice Ninja API","defaults":{"name":"Invoice Ninja"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Client","value":"client"},{"name":"Expense","value":"expense"},{"name":"Invoice","value":"invoice"},{"name":"Payment","value":"payment"},{"name":"Quote","value":"quote"},{"name":"Task","value":"task"}],"default":"client"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a new client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get data of a client","action":"Get a client"},{"name":"Get Many","value":"getAll","description":"Get data of many clients","action":"Get many clients"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"options":[{"displayName":"Client Name","name":"clientName","type":"string","default":""},{"displayName":"ID Number","name":"idNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"VAT Number","name":"vatNumber","type":"string","default":""},{"displayName":"Work Phone","name":"workPhone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Billing Address","name":"billingAddressUi","placeholder":"Add Billing Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"billingAddressValue","displayName":"Billing Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","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":"getCountryCodes"},"default":""}]}]},{"displayName":"Contacts","name":"contactsUi","placeholder":"Add Contact","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"contacstValues","displayName":"Contact","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"shippingAddressValue","displayName":"Shipping Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","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":"getCountryCodes"},"default":""}]}]},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["delete"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["client"],"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":["client"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a new invoice","action":"Create an invoice"},{"name":"Delete","value":"delete","description":"Delete a invoice","action":"Delete an invoice"},{"name":"Email","value":"email","description":"Email an invoice","action":"Email an invoice"},{"name":"Get","value":"get","description":"Get data of a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get data of many invoices","action":"Get many invoices"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["invoice"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Invoice","name":"emailInvoice","type":"boolean","default":false},{"displayName":"Invoice Date","name":"invoiceDate","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Invoice Status","name":"invoiceStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"PO Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["email"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["invoice"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["invoice"]}},"options":[{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get data of a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get data of many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Project Name or ID","name":"project","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":"getProjects"},"default":""}]},{"displayName":"Time Logs","name":"timeLogsUi","placeholder":"Add Time Log","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":{},"options":[{"name":"timeLogsValues","displayName":"Time Log","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""},{"displayName":"Duration (Hours)","name":"duration","type":"number","typeOptions":{"minValue":0},"default":0}]}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Create","value":"create","description":"Create a new payment","action":"Create a payment"},{"name":"Delete","value":"delete","description":"Delete a payment","action":"Delete a payment"},{"name":"Get","value":"get","description":"Get data of a payment","action":"Get a payment"},{"name":"Get Many","value":"getAll","description":"Get data of many payments","action":"Get many payments"}],"default":"create"},{"displayName":"Invoice Name or ID","name":"invoice","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":"getInvoices"},"displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"default":""},{"displayName":"Amount","name":"amount","type":"number","displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"typeOptions":{"minValue":0},"default":0},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"options":[{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Transfer Reference","name":"transferReference","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["payment"],"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":["payment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["expense"]}},"options":[{"name":"Create","value":"create","description":"Create a new expense","action":"Create an expense"},{"name":"Delete","value":"delete","description":"Delete an expense","action":"Delete an expense"},{"name":"Get","value":"get","description":"Get data of an expense","action":"Get an expense"},{"name":"Get Many","value":"getAll","description":"Get data of many expenses","action":"Get many expenses"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0},{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Category Name or ID","name":"category","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":"getExpenseCategories"},"default":""},{"displayName":"Expense Date","name":"expenseDate","type":"dateTime","default":""},{"displayName":"Payment Date","name":"paymentDate","type":"dateTime","default":""},{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0},{"displayName":"Transaction Reference","name":"transactionReference","type":"string","default":""},{"displayName":"Vendor Name or ID","name":"vendor","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":"getVendors"},"default":""}]},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["delete"]}}},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["expense"],"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":["expense"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a new quote","action":"Create a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Email","value":"email","description":"Email an quote","action":"Email a quote"},{"name":"Get","value":"get","description":"Get data of a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get data of many quotes","action":"Get many quotes"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["quote"]}},"options":[{"displayName":"Client Name or ID","name":"client","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":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Quote","name":"emailQuote","type":"boolean","default":false},{"displayName":"Quote Date","name":"quoteDate","type":"dateTime","default":""},{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Quote Status","name":"quoteStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"Po Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["quote"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["email"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["quote"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["quote"],"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":["quote"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["quote"]}},"options":[{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/invoiceNinja"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
|
|
182
182
|
{"displayName":"Invoice Ninja Trigger","name":"n8n-nodes-base.invoiceNinjaTrigger","group":["trigger"],"version":[1,2],"description":"Starts the workflow when Invoice Ninja events occur","defaults":{"name":"Invoice Ninja Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Event","name":"event","type":"options","options":[{"name":"Client Created","value":"create_client"},{"name":"Invoice Created","value":"create_invoice"},{"name":"Payment Created","value":"create_payment"},{"name":"Quote Created","value":"create_quote"},{"name":"Vendor Created","value":"create_vendor"}],"default":"","required":true}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/invoiceNinja"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
|
|
183
|
-
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":2,"version":1,"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Combine fields into a list in a single new item"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Remove items if there are too many"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove extra items that are similar"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Change the item order"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Turn a list inside item(s) into separate items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Aggregate items together (pivot table)"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"code","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg"},
|
|
184
|
-
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":2,"version":2,"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"code","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"]}},
|
|
183
|
+
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":2.1,"version":1,"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Combine fields into a list in a single new item"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Remove items if there are too many"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove extra items that are similar"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Change the item order"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Turn a list inside item(s) into separate items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Aggregate items together (pivot table)"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"code","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg"},
|
|
184
|
+
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"code","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg"},
|
|
185
|
+
{"displayName":"Item Lists","name":"n8n-nodes-base.itemLists","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"code","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"]}},
|
|
185
186
|
{"displayName":"Iterable","name":"n8n-nodes-base.iterable","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Iterable API","defaults":{"name":"Iterable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"iterableApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"User","value":"user"},{"name":"User List","value":"userList"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Record the actions a user perform","action":"Track an event"}],"default":"track"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The name of the event to track","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","description":"Campaign tied to conversion"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"Time event happened"},{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end event specified key of the event defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end event specified value of the event defined data"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Either email or userId must be passed in to identify the user. If both are passed in, email takes precedence."},{"displayName":"ID","name":"id","type":"string","default":"","description":"Optional event ID. If an event exists with that ID, the event will be updated. If none is specified, a new ID will automatically be generated and returned."},{"displayName":"Template ID","name":"templateId","type":"string","default":""},{"displayName":"User ID","name":"userId","type":"string","default":"","description":"userId that was passed into the updateUser call"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new user, or update the current one if it already exists (upsert)","action":"Create or update a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"}],"default":"upsert"},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":""},{"displayName":"Create If Doesn't Exist","name":"preferUserId","type":"boolean","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"],"identifier":["userId"]}},"default":true,"description":"Whether to create a new user if the idetifier does not exist"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"options":[{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end user specified key of the user defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end user specified value of the user defined data"}]}]},{"displayName":"Merge Nested Objects","name":"mergeNestedObjects","type":"boolean","default":false,"description":"Whether to merge top level objects instead of overwriting (default: false), e.g. if user profile has data: {mySettings:{mobile:true}} and change contact field has data: {mySettings:{email:true}}, the resulting profile: {mySettings:{mobile:true,email:true}}"}]},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userList"]}},"options":[{"name":"Add","value":"add","description":"Add user to list","action":"Add a user to a list"},{"name":"Remove","value":"remove","description":"Remove a user from a list","action":"Remove a user from a list"}],"default":"add"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":""},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"number","default":0,"description":"Attribute unsubscribe to a campaign"},{"displayName":"Channel Unsubscribe","name":"channelUnsubscribe","type":"boolean","default":false,"description":"Whether to unsubscribe email from list's associated channel - essentially a global unsubscribe"}]}],"codex":{"categories":["Communication","Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.iterable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/iterable"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Iterable/iterable.png"},
|
|
186
187
|
{"displayName":"Jenkins","name":"n8n-nodes-base.jenkins","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jenkins API","defaults":{"name":"Jenkins"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"jenkinsApi","required":true,"testedBy":"jenkinApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Build","value":"build"},{"name":"Instance","value":"instance"},{"name":"Job","value":"job"}],"default":"job","noDataExpression":true},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a specific job","action":"Copy a job"},{"name":"Create","value":"create","description":"Create a new job","action":"Create a job"},{"name":"Trigger","value":"trigger","description":"Trigger a specific job","action":"Trigger a job"},{"name":"Trigger with Parameters","value":"triggerParams","description":"Trigger a specific job","action":"Trigger a job with parameters"}],"default":"trigger","description":"Possible operations","noDataExpression":true},{"displayName":"Make sure the job is setup to support triggering with parameters. <a href=\"https://wiki.jenkins.io/display/JENKINS/Parameterized+Build\" target=\"_blank\">More info</a>","name":"triggerParamsNotice","type":"notice","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"default":""},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["job"],"operation":["trigger","triggerParams","copy"]}},"required":true,"default":"","description":"Name of the job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Parameters","name":"param","type":"fixedCollection","placeholder":"Add Parameter","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"required":true,"default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"params","displayName":"Parameters","values":[{"displayName":"Name or ID","name":"name","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":"getJobParameters","loadOptionsDependsOn":["job"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Parameters for Jenkins job"},{"displayName":"New Job Name","name":"newJob","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["copy","create"]}},"required":true,"default":"","description":"Name of the new Jenkins job"},{"displayName":"XML","name":"xml","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["create"]}},"required":true,"default":"","description":"XML of Jenkins config"},{"displayName":"To get the XML of an existing job, add ‘config.xml’ to the end of the job URL","name":"createNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["job"],"operation":["create"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["instance"]}},"options":[{"name":"Cancel Quiet Down","value":"cancelQuietDown","description":"Cancel quiet down state","action":"Cancel Quiet Down an instance"},{"name":"Quiet Down","value":"quietDown","description":"Put Jenkins in quiet mode, no builds can be started, Jenkins is ready for shutdown","action":"Quiet Down an instance"},{"name":"Restart","value":"restart","description":"Restart Jenkins immediately on environments where it is possible","action":"Restart an instance"},{"name":"Safely Restart","value":"safeRestart","description":"Restart Jenkins once no jobs are running on environments where it is possible","action":"Safely Restart an instance"},{"name":"Safely Shutdown","value":"safeExit","description":"Shutdown once no jobs are running","action":"Safely Shutdown an instance"},{"name":"Shutdown","value":"exit","description":"Shutdown Jenkins immediately","action":"Shutdown an instance"}],"default":"safeRestart","description":"Jenkins instance operations","noDataExpression":true},{"displayName":"Reason","name":"reason","type":"string","displayOptions":{"show":{"resource":["instance"],"operation":["quietDown"]}},"default":"","description":"Freeform reason for quiet down mode"},{"displayName":"Instance operation can shutdown Jenkins instance and make it unresponsive. Some commands may not be available depending on instance implementation.","name":"instanceNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["instance"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["build"]}},"options":[{"name":"Get Many","value":"getAll","description":"List Builds","action":"Get many builds"}],"default":"getAll","noDataExpression":true},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"required":true,"default":"","description":"Name of the job. 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","default":false,"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jenkins/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/jenkins"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jenkins/jenkins.svg"},
|
|
187
188
|
{"displayName":"Jira Software","name":"n8n-nodes-base.jira","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jira Software API","defaults":{"name":"Jira Software"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"jiraSoftwareCloudApi","required":true,"displayOptions":{"show":{"jiraVersion":["cloud"]}}},{"name":"jiraSoftwareServerApi","required":true,"displayOptions":{"show":{"jiraVersion":["server"]}}}],"properties":[{"displayName":"Jira Version","name":"jiraVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"}],"default":"cloud"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Issue","value":"issue","description":"Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask"},{"name":"Issue Attachment","value":"issueAttachment","description":"Add, remove, and get an attachment from an issue"},{"name":"Issue Comment","value":"issueComment","description":"Get, create, update, and delete a comment from an issue"},{"name":"User","value":"user","description":"Get, create and delete a user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Changelog","value":"changelog","description":"Get issue changelog","action":"Get an issue changelog"},{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Notify","value":"notify","description":"Create an email notification for an issue and add it to the mail queue","action":"Create an email notification for an issue"},{"name":"Status","value":"transitions","description":"Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status","action":"Get the status of an issue"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Project","name":"project","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Project","name":"list","type":"list","placeholder":"Select a Project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Project ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{2,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Issue Type","name":"list","type":"list","placeholder":"Select an Issue Type...","typeOptions":{"searchListMethod":"getIssueTypes"}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Issue Type ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{2,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Component Names or IDs","name":"componentIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjectComponents","loadOptionsDependsOn":["project"]},"default":[]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Issue Type","name":"issueType","type":"string","default":"","description":"Issue Types"},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Summary","name":"summary","type":"string","default":""},{"displayName":"Status","name":"statusId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Status","name":"list","type":"list","placeholder":"Select a Status...","typeOptions":{"searchListMethod":"getTransitions"}},{"displayName":"ID","name":"id","type":"string","placeholder":"11","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Status ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":""},{"displayName":"Delete Subtasks","name":"deleteSubtasks","type":"boolean","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":false},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":""},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":false,"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":["issue"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"<p>Use expand to include additional information about the issues in the response. This parameter accepts a comma-separated list. Expand options include:\n\t\t\t\t<ul>\n\t\t\t\t\t<li><code>renderedFields</code> Returns field values rendered in HTML format.</li>\n\t\t\t\t\t<li><code>names</code> Returns the display name of each field.</li>\n\t\t\t\t\t<li><code>schema</code> Returns the schema describing a field type.</li>\n\t\t\t\t\t<li><code>transitions</code> Returns all possible transitions for the issue.</li>\n\t\t\t\t\t<li><code>editmeta</code> Returns information about how each field can be edited.</li>\n\t\t\t\t\t<li><code>changelog</code> Returns a list of recent updates to an issue, sorted by date, starting from the most recent.</li>\n\t\t\t\t\t<li><code>versionedRepresentations</code> Returns a JSON array for each version of a field's value, with the highest number representing the most recent version. Note: When included in the request, the fields parameter is ignored.</li>\n\t\t\t\t</ul>"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of fields. Allowed values: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"Properties","name":"properties","type":"string","default":"","description":"A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values: <code>*all</code> Returns all issue properties. Any issue property key, prefixed with a minus to exclude. Examples: <code>*all</code> Returns all properties. <code>*all</code>,-prop1 Returns all properties except prop1. <code>prop1,prop2</code> Returns prop1 and prop2 properties. This parameter may be specified multiple times. For example, properties=prop1,prop2& properties=prop3."},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira. This also populates the JQL issues search lastViewed field."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"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":["issue"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"options":[{"name":"Changelog","value":"changelog","description":"Returns a list of recent updates to an issue, sorted by date, starting from the most recent"},{"name":"Editmeta","value":"editmeta","description":"Returns information about how each field can be edited"},{"name":"Names","value":"names","description":"Returns the display name of each field"},{"name":"Operations","value":"operations","description":"Returns all possible operations for the issue"},{"name":"Rendered Fields","value":"renderedFields","description":"Returns field values rendered in HTML format"},{"name":"Schema","value":"schema","description":"Returns the schema describing a field type"},{"name":"Transitions","value":"transitions","description":"Returns all possible transitions for the issue"},{"name":"Versioned Representations","value":"versionedRepresentations","description":"JSON array containing each version of a field's value"}],"description":"Use expand to include additional information about issues in the response"},{"displayName":"Fields","name":"fields","type":"string","default":"*navigable","description":"A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"JQL","name":"jql","type":"string","default":"","description":"A JQL expression"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"options":[{"displayName":"HTML Body","name":"htmlBody","type":"string","default":"","description":"The HTML body of the email notification for the issue"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."},{"displayName":"Text Body","name":"textBody","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."}]},{"displayName":"Notification Recipients","name":"notificationRecipientsUi","type":"fixedCollection","placeholder":"Add Recipients","typeOptions":{"multipleValues":false},"description":"The recipients of the email notification for the issue","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsValues","displayName":"Recipients","values":[{"displayName":"Reporter","name":"reporter","type":"boolean","description":"Whether the notification should be sent to the issue's reporter","default":false},{"displayName":"Assignee","name":"assignee","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Watchers","name":"watchers","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Voters","name":"voters","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's voters"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients","name":"notificationRecipientsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"The recipients of the email notification for the issue"},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsUi","type":"fixedCollection","placeholder":"Add Recipients Restriction","typeOptions":{"multipleValues":false},"description":"Restricts the notifications to users with the specified permissions","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsRestrictionsValues","displayName":"Recipients Restrictions","values":[{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"Restricts the notifications to users with the specified permissions"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue."},{"displayName":"Transition ID","name":"transitionId","type":"string","default":"","description":"The ID of the transition"},{"displayName":"Skip Remote Only Condition","name":"skipRemoteOnlyCondition","type":"boolean","default":false,"description":"Whether transitions with the condition Hide From User Condition are included in the response"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add attachment to issue","action":"Add an attachment to an issue"},{"name":"Get","value":"get","description":"Get an attachment","action":"Get an attachment from an issue"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many issue attachments"},{"name":"Remove","value":"remove","description":"Remove an attachment","action":"Remove an attachment from an issue"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"default":""},{"displayName":"Binary Property","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"],"download":[true]}},"description":"Object property name which holds binary data","required":true},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueAttachment"],"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":["issueAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}}},{"displayName":"Binary Property","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"],"download":[true]}},"description":"Object property name which holds binary data","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["remove"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueComment"]}},"options":[{"name":"Add","value":"add","description":"Add comment to issue","action":"Add a comment"},{"name":"Get","value":"get","description":"Get a comment","action":"Get a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Remove","value":"remove","description":"Remove a comment","action":"Remove a comment"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"default":"","description":"issueComment Key"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"description":"The ID of the comment"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["getAll"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueComment"],"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":["issueComment"],"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":["issueComment"],"operation":["getAll"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"description":"The ID of the comment"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"default":"","description":"The Issue Comment key"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"description":"The ID of the comment"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Password","name":"password","type":"string","default":"","description":"Password for the user. If a password is not set, a random password is generated.","typeOptions":{"password":true}},{"displayName":"Notification","name":"notification","type":"boolean","default":false,"description":"Whether to send the user an email confirmation that they have been added to Jira"}]},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"description":"Include more information about the user","options":[{"name":"Groups","value":"groups","description":"Include all groups to which the user belongs"},{"name":"Application Roles","value":"applicationRoles","description":"Include details of all the applications the user can access"}]}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jira/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/jira"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jira/jira.svg"},
|
|
@@ -220,8 +221,9 @@
|
|
|
220
221
|
{"displayName":"Mautic","name":"n8n-nodes-base.mautic","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mautic API","defaults":{"name":"Mautic"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign Contact","value":"campaignContact","description":"Add/remove contacts to/from a campaign"},{"name":"Company","value":"company","description":"Create or modify a company"},{"name":"Company Contact","value":"companyContact","description":"Add/remove contacts to/from a company"},{"name":"Contact","value":"contact","description":"Create & modify contacts"},{"name":"Contact Segment","value":"contactSegment","description":"Add/remove contacts to/from a segment"},{"name":"Segment Email","value":"segmentEmail","description":"Send an email"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a new company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Company Name","name":"name","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":"","description":"The name of the company to create"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["company"]}},"default":"","description":"The ID of the company to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Company Name","name":"name","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise, empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["company"]}},"default":"","description":"The ID of the company to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":30},"default":30,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Order Direction","name":"orderByDir","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"","description":"Sort direction: asc or desc"},{"displayName":"Order By Name or ID","name":"orderBy","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Search","name":"search","type":"string","default":"","description":"String or search command to filter entities by"}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["company"]}},"default":"","description":"The ID of the company to delete"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Edit Contact Points","value":"editContactPoint","description":"Edit contact's points","action":"Edit a contact's points"},{"name":"Edit Do Not Contact List","value":"editDoNotContactList","description":"Add/remove contacts from/to the do not contact list","action":"Add/remove contacts from/to the do not contact list"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get many contacts"},{"name":"Send Email","value":"sendEmail","description":"Send email to contact","action":"Send email to a contact"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"operation":["create"],"resource":["contact"],"jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","default":"","description":"Date/time in UTC;"},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"Fax","name":"fax","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Date/time in UTC;"},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"LastName"},{"displayName":"Mobile","name":"mobile","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Channel","name":"channel","type":"options","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"name":"Email","value":"email"},{"name":"SMS","value":"sms"}],"default":"email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"displayName":"Reason To Do Not Contact","name":"reason","type":"options","options":[{"name":"Unsubscribed","value":"1"},{"name":"Bounced","value":"2"},{"name":"Manual","value":"3"}],"default":"3"},{"displayName":"Comments","name":"comments","type":"string","default":"","description":"A text describing details of Do Not Contact entry"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Points","name":"points","type":"number","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":0},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":30},"default":30,"description":"Max number of results to return"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["contact"]},"hide":{"operation":["sendEmail","editDoNotContactList","editContactPoint"]}},"placeholder":"Add Option","default":{},"options":[{"displayName":"Search","name":"search","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"String or search command to filter entities by"},{"displayName":"Order By","name":"orderBy","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"Column to sort by. Can use any column listed in the response."},{"displayName":"Order By Dir","name":"orderByDir","type":"options","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"description":"Sort direction: ASC or DESC"},{"displayName":"Published Only","name":"publishedOnly","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return currently published entities"},{"displayName":"Minimal","name":"minimal","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return array of entities without additional lists in it"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":true,"description":"By default only the data of the fields get returned. If this options gets set the RAW response with all data gets returned."}]},{"displayName":"Campaign Email Name or ID","name":"campaignEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"typeOptions":{"loadOptionsMethod":"getCampaignEmails"},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactSegment"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a segment","action":"Add a contact to a segment"},{"name":"Remove","value":"remove","description":"Remove contact from a segment","action":"Remove a contact from a segment"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"default":""},{"displayName":"Segment Name or ID","name":"segmentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getSegments"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaignContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a campaign","action":"Add a campaign contact"},{"name":"Remove","value":"remove","description":"Remove contact from a campaign","action":"Remove a campaign contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"default":""},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["companyContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a company","action":"Add a company contact"},{"name":"Remove","value":"remove","description":"Remove a contact from a company","action":"Remove a company contact"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the contact"},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segmentEmail"]}},"options":[{"name":"Send","value":"send","action":"Send an email to a segment"}],"default":"send"},{"displayName":"Segment Email Name or ID","name":"segmentEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["segmentEmail"],"operation":["send"]}},"typeOptions":{"loadOptionsMethod":"getSegmentEmails"},"default":""}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mautic/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mautic"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
221
222
|
{"displayName":"Mautic Trigger","name":"n8n-nodes-base.mauticTrigger","group":["trigger"],"version":1,"description":"Handle Mautic events via webhooks","defaults":{"name":"Mautic Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getEvents"},"default":[]},{"displayName":"Events Order","name":"eventsOrder","type":"options","default":"ASC","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"description":"Order direction for queued events in one webhook. Can be “DESC” or “ASC”."}],"codex":{"categories":["Marketing & Content","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/mautic"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
222
223
|
{"displayName":"Medium","name":"n8n-nodes-base.medium","group":["output"],"version":1,"description":"Consume Medium API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Medium"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mediumApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mediumOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Publication","value":"publication"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"}],"default":"create"},{"displayName":"Publication","name":"publication","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":false,"description":"Whether you are posting for a publication"},{"displayName":"Publication Name or ID","name":"publicationId","type":"options","displayOptions":{"show":{"resource":["post"],"operation":["create"],"publication":[true]}},"typeOptions":{"loadOptionsMethod":"getPublications"},"default":"","description":"Publication IDs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My Open Source Contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"Title of the post. Max Length : 100 characters."},{"displayName":"Content Format","name":"contentFormat","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"type":"options","options":[{"name":"HTML","value":"html"},{"name":"Markdown","value":"markdown"}],"description":"The format of the content to be posted"},{"displayName":"Content","name":"content","type":"string","default":"","placeholder":"My open source contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"The body of the post, in a valid semantic HTML fragment, or Markdown"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Canonical Url","name":"canonicalUrl","type":"string","default":"","description":"The original home of this content, if it was originally published elsewhere"},{"displayName":"License","name":"license","type":"options","default":"all-rights-reserved","options":[{"name":"all-rights-reserved","value":"all-rights-reserved"},{"name":"cc-40-by","value":"cc-40-by"},{"name":"cc-40-by-nc","value":"cc-40-by-nc"},{"name":"cc-40-by-nc-nd","value":"cc-40-by-nc-nd"},{"name":"cc-40-by-nc-sa","value":"cc-40-by-nc-sa"},{"name":"cc-40-by-nd","value":"cc-40-by-nd"},{"name":"cc-40-by-sa","value":"cc-40-by-sa"},{"name":"cc-40-zero","value":"cc-40-zero"},{"name":"public-domain","value":"public-domain"}],"description":"License of the post"},{"displayName":"Notify Followers","name":"notifyFollowers","type":"boolean","default":false,"description":"Whether to notify followers that the user has published"},{"displayName":"Publish Status","name":"publishStatus","default":"public","type":"options","options":[{"name":"Public","value":"public"},{"name":"Draft","value":"draft"},{"name":"Unlisted","value":"unlisted"}],"description":"The status of the post"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"open-source,mlh,fellowship","description":"Comma-separated strings to be used as tags for post classification. Max allowed tags: 5. Max tag length: 25 characters."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publication"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many publications","action":"Get many publications"}],"default":"publication"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing & Content"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/medium"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Medium/medium.png"},
|
|
223
|
-
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}]},
|
|
224
|
-
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2,"version":2,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
224
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2.1,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}]},
|
|
225
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}]},
|
|
226
|
+
{"displayName":"Merge","name":"n8n-nodes-base.merge","icon":"fa:code-branch","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"alias":["Join","Concatenate","Wait"]}},
|
|
225
227
|
{"displayName":"MessageBird","name":"n8n-nodes-base.messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/messageBird"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
|
|
226
228
|
{"displayName":"Metabase","name":"n8n-nodes-base.metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/metabase"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
|
|
227
229
|
{"displayName":"Microsoft Dynamics CRM","name":"n8n-nodes-base.microsoftDynamicsCrm","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Dynamics CRM API","defaults":{"name":"Microsoft Dynamics CRM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftDynamicsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","action":"Create an account"},{"name":"Delete","value":"delete","action":"Delete an account"},{"name":"Get","value":"get","action":"Get an account"},{"name":"Get Many","value":"getAll","action":"Get many accounts"},{"name":"Update","value":"update","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Company or business name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete","get","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["get","getAll"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[]},{"displayName":"Expand Field Names or IDs","name":"expandFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpandableAccountFields"},"default":[]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter the results. Check <a href=\"https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#filter-results\" target=\"_blank\">filters</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","update"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Fields the response will include. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]}],"codex":{"categories":["Marketing & Content","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/microsoft"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/dynamicsCrm.svg"},
|
|
@@ -324,7 +326,7 @@
|
|
|
324
326
|
{"displayName":"Shopify Trigger","name":"n8n-nodes-base.shopifyTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Shopify events via webhooks","defaults":{"name":"Shopify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"shopifyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"shopifyAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"shopifyOAuth2Api","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"},{"name":"API Key","value":"apiKey"}],"default":"apiKey"},{"displayName":"Trigger On","name":"topic","type":"options","default":"","options":[{"name":"App Uninstalled","value":"app/uninstalled"},{"name":"Cart Created","value":"carts/create"},{"name":"Cart Updated","value":"carts/update"},{"name":"Checkout Created","value":"checkouts/create"},{"name":"Checkout Delete","value":"checkouts/delete"},{"name":"Checkout Update","value":"checkouts/update"},{"name":"Collection Created","value":"collections/create"},{"name":"Collection Deleted","value":"collections/delete"},{"name":"Collection Listings Added","value":"collection_listings/add"},{"name":"Collection Listings Removed","value":"collection_listings/remove"},{"name":"Collection Listings Updated","value":"collection_listings/update"},{"name":"Collection Updated","value":"collections/update"},{"name":"Customer Created","value":"customers/create"},{"name":"Customer Deleted","value":"customers/delete"},{"name":"Customer Disabled","value":"customers/disable"},{"name":"Customer Enabled","value":"customers/enable"},{"name":"Customer Groups Created","value":"customer_groups/create"},{"name":"Customer Groups Deleted","value":"customer_groups/delete"},{"name":"Customer Groups Updated","value":"customer_groups/update"},{"name":"Customer Updated","value":"customers/update"},{"name":"Draft Orders Created","value":"draft_orders/create"},{"name":"Draft Orders Deleted","value":"draft_orders/delete"},{"name":"Draft Orders Updated","value":"draft_orders/update"},{"name":"Fulfillment Created","value":"fulfillments/create"},{"name":"Fulfillment Events Created","value":"fulfillment_events/create"},{"name":"Fulfillment Events Deleted","value":"fulfillment_events/delete"},{"name":"Fulfillment Updated","value":"fulfillments/update"},{"name":"Inventory Items Created","value":"inventory_items/create"},{"name":"Inventory Items Deleted","value":"inventory_items/delete"},{"name":"Inventory Items Updated","value":"inventory_items/update"},{"name":"Inventory Levels Connected","value":"inventory_levels/connect"},{"name":"Inventory Levels Disconnected","value":"inventory_levels/disconnect"},{"name":"Inventory Levels Updated","value":"inventory_levels/update"},{"name":"Locale Created","value":"locales/create"},{"name":"Locale Updated","value":"locales/update"},{"name":"Location Created","value":"locations/create"},{"name":"Location Deleted","value":"locations/delete"},{"name":"Location Updated","value":"locations/update"},{"name":"Order Cancelled","value":"orders/cancelled"},{"name":"Order Created","value":"orders/create"},{"name":"Order Fulfilled","value":"orders/fulfilled"},{"name":"Order Paid","value":"orders/paid"},{"name":"Order Partially Fulfilled","value":"orders/partially_fulfilled"},{"name":"Order Transactions Created","value":"order_transactions/create"},{"name":"Order Updated","value":"orders/updated"},{"name":"Orders Deleted","value":"orders/delete"},{"name":"Product Created","value":"products/create"},{"name":"Product Deleted","value":"products/delete"},{"name":"Product Listings Added","value":"product_listings/add"},{"name":"Product Listings Removed","value":"product_listings/remove"},{"name":"Product Listings Updated","value":"product_listings/update"},{"name":"Product Updated","value":"products/update"},{"name":"Refund Created","value":"refunds/create"},{"name":"Shop Updated","value":"shop/update"},{"name":"Tender Transactions Created","value":"tender_transactions/create"},{"name":"Theme Created","value":"themes/create"},{"name":"Theme Deleted","value":"themes/delete"},{"name":"Theme Published","value":"themes/publish"},{"name":"Theme Updated","value":"themes/update"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.shopifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/shopify"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Shopify/shopify.svg"},
|
|
325
327
|
{"displayName":"SIGNL4","name":"n8n-nodes-base.signl4","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume SIGNL4 API","defaults":{"name":"SIGNL4"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"signl4Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alert"}],"default":"alert"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alert"]}},"options":[{"name":"Send","value":"send","description":"Send an alert","action":"Send an alert"},{"name":"Resolve","value":"resolve","description":"Resolve an alert","action":"Resolve an alert"}],"default":"send"},{"displayName":"Message","name":"message","type":"string","default":"","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"description":"A more detailed description for the alert"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"default":{},"options":[{"displayName":"Alerting Scenario","name":"alertingScenario","type":"options","options":[{"name":"Single ACK","value":"single_ack","description":"In case only one person needs to confirm this Signl"},{"name":"Multi ACK","value":"multi_ack","description":"In case this alert must be confirmed by the number of people who are on duty at the time this Singl is raised"}],"default":"single_ack"},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":false},"options":[{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property Name","name":"property","type":"string","placeholder":"data","default":"","description":"Name of the binary properties which contain data which should be added as attachment"}]}],"default":{}},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."},{"displayName":"Filtering","name":"filtering","type":"boolean","default":false,"description":"Whether to apply event filtering for this event, or not. If set to true, the event will only trigger a notification to the team, if it contains at least one keyword from one of your services and system categories (i.e. it is whitelisted)"},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Transmit location information ('latitude, longitude') with your event and display a map in the mobile app","options":[{"name":"locationFieldsValues","displayName":"Location","values":[{"displayName":"Latitude","name":"latitude","type":"string","required":true,"description":"The location latitude","default":""},{"displayName":"Longitude","name":"longitude","type":"string","required":true,"description":"The location longitude","default":""}]}]},{"displayName":"Service","name":"service","type":"string","default":"","description":"Assigns the alert to the service/system category with the specified name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title or subject of this alert"}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","displayOptions":{"show":{"operation":["resolve"],"resource":["alert"]}},"description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.signl4/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/signl4"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Signl4/signl4.png"},
|
|
326
328
|
{"displayName":"Slack","name":"n8n-nodes-base.slack","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Slack API","defaultVersion":2,"version":1,"defaults":{"name":"Slack"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"slackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"slackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"File","value":"file"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"Star","value":"star"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"},{"name":"User Profile","value":"userProfile"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archives a conversation","action":"Archive a channel"},{"name":"Close","value":"close","description":"Closes a direct message or multi-person direct message","action":"Close a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels in a Slack team","action":"Get many channels"},{"name":"History","value":"history","description":"Get a conversation's history of messages and events","action":"Get the history of a channel"},{"name":"Invite","value":"invite","description":"Invite a user to a channel","action":"Invite a user to a channel"},{"name":"Join","value":"join","description":"Joins an existing conversation","action":"Join a channel"},{"name":"Kick","value":"kick","description":"Removes a user from a channel","action":"Kick a user from a channel"},{"name":"Leave","value":"leave","description":"Leaves a conversation","action":"Leave a channel"},{"name":"Member","value":"member","description":"List members of a conversation","action":"Get members of a channel"},{"name":"Open","value":"open","description":"Opens or resumes a direct message or multi-person direct message","action":"Open a channel"},{"name":"Rename","value":"rename","description":"Renames a conversation","action":"Rename a channel"},{"name":"Replies","value":"replies","description":"Get a thread of messages posted to a channel","action":"Get a thread of messages posted to a channel"},{"name":"Set Purpose","value":"setPurpose","description":"Sets the purpose for a conversation","action":"Set the purpose of a channel"},{"name":"Set Topic","value":"setTopic","description":"Sets the topic for a conversation","action":"Set the topic of a channel"},{"name":"Unarchive","value":"unarchive","description":"Unarchives a conversation","action":"Unarchive a channel"}],"default":"create"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["archive"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to archive. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["close"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}},"options":[{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether to create a private channel instead of a public one"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the channel to invite user to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User Names or IDs","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the user to invite into channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"required":true,"description":"Channel ID to learn more about"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}},"options":[{"displayName":"Include Num of Members","name":"includeNumMembers","type":"boolean","default":false}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["join"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Exclude Archived","name":"excludeArchived","type":"boolean","default":false,"description":"Whether to exclude archived channels from the list"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"Public Channel","value":"public_channel"},{"name":"Private Channel","value":"private_channel"},{"name":"mpim","value":"mpim"},{"name":"im","value":"im"}],"default":["public_channel"],"description":"Mix and match channel types"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["history"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. 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":["channel"],"operation":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["history"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"dateTime","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"dateTime","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["leave"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to leave. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","displayOptions":{"show":{"operation":["member"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":100,"placeholder":"Limit","displayOptions":{"show":{"operation":["member"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"description":"Whether to resolve the data automatically. By default the response only contain the ID to resource."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["open"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead."},{"displayName":"Return IM","name":"returnIm","type":"boolean","default":false,"description":"Whether you want the full IM channel definition in the response"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to rename. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"New name for conversation"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"TS","name":"ts","type":"string","default":"","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"Unique identifier of a thread's parent message"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["replies"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"string","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"string","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"Conversation to set the purpose of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Purpose","name":"purpose","type":"string","displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"A new, specialer purpose"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true,"description":"Conversation to set the topic of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Topic","name":"topic","type":"string","displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true,"description":"The new topic string. Does not support formatting or linkification."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["unarchive"],"resource":["channel"]}},"default":"","required":true,"description":"The ID of the channel to unarchive. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Deletes a message","action":"Delete a message"},{"name":"Get Permalink","value":"getPermalink","description":"Get Permanent Link of a message","action":"Get a message permalink"},{"name":"Post","value":"post","description":"Post a message into a channel","action":"Post a message"},{"name":"Post (Ephemeral)","value":"postEphemeral","description":"Post an ephemeral message to a user in channel","action":"Post an ephemeral message"},{"name":"Update","value":"update","description":"Updates a message","action":"Update a message"}],"default":"post"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Channel containing the message. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Timestamp of the message to get permanent link"},{"displayName":"Channel","name":"channel","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"required":true,"description":"The channel to send the message to"},{"displayName":"User","name":"user","type":"string","default":"","placeholder":"User ID","displayOptions":{"show":{"operation":["postEphemeral"],"resource":["message"]}},"required":true,"description":"The user ID to send the message to"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"description":"The text to send"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}}},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Icon Emoji","name":"icon_emoji","type":"string","default":"","description":"Emoji to use as the icon for this message. Overrides icon_url."},{"displayName":"Icon URL","name":"icon_url","type":"string","default":"","description":"URL to an image to use as the icon for this message"},{"displayName":"Link Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Make Reply","name":"thread_ts","type":"string","default":"","description":"Provide another message's ts value to make this message a reply"},{"displayName":"Markdown","name":"mrkdwn","type":"boolean","default":true,"description":"Whether to use Slack Markdown parsing"},{"displayName":"Reply Broadcast","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation. Use in conjunction with thread_ts."},{"displayName":"Unfurl Links","name":"unfurl_links","type":"boolean","default":false,"description":"Whether to enable unfurling of primarily text-based content"},{"displayName":"Unfurl Media","name":"unfurl_media","type":"boolean","default":true,"description":"Whether to disable unfurling of media content"},{"displayName":"Send as User","name":"sendAsUser","type":"string","displayOptions":{"show":{"/authentication":["accessToken"]}},"default":"","description":"The message will be sent from this username (i.e. as if this individual sent the message)."}]},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"default":{},"description":"The attachment to add","placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text to send"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the message"},{"displayName":"Title Link","name":"title_link","type":"string","default":"","description":"Link of the title"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","default":"","description":"Link for the author"},{"displayName":"Author Icon","name":"author_icon","type":"string","default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","default":"","description":"URL of image"},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","default":"","description":"URL of thumbnail"},{"displayName":"Footer","name":"footer","type":"string","default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","default":"","description":"Icon which should appear next to footer"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Time message relates to"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the item"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the item"},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Channel containing the message to be updated. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"New text for the message, using the default formatting rules. It's not required when presenting attachments."},{"displayName":"TS","name":"ts","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Timestamp of the message to be updated"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["message"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Link Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Parse","name":"parse","type":"options","options":[{"name":"Client","value":"client"},{"name":"Full","value":"full"},{"name":"None","value":"none"}],"default":"client","description":"Change how messages are treated"}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"description":"The attachments to add"},{"displayName":"Blocks","name":"blocksJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"description":"The blocks to add"},{"displayName":"Blocks","name":"blocksUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Block"},"displayOptions":{"show":{"operation":["post"],"resource":["message"],"jsonParameters":[false]}},"default":{},"description":"The blocks to add","placeholder":"Add Block","options":[{"name":"blocksValues","displayName":"Block","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Actions","value":"actions"},{"name":"Section","value":"section"}],"default":"actions"},{"displayName":"Block ID","name":"blockId","type":"string","displayOptions":{"show":{"type":["actions"]}},"default":"","description":"A string acting as a unique identifier for a block. You can use this block_id when you receive an interaction payload to identify the source of the action. If not specified, a block_id will be generated. Maximum length for this field is 255 characters."},{"displayName":"Elements","name":"elementsUi","placeholder":"Add Element","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["actions"]}},"default":{},"options":[{"name":"elementsValues","displayName":"Element","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Button","value":"button"}],"default":"button","description":"The type of element"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","displayOptions":{"show":{"type":["button"]}},"default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"},{"displayName":"Action ID","name":"actionId","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"An identifier for this action. You can use this when you receive an interaction payload to identify the source of the action. Should be unique among all other action_ids used elsewhere by your app."},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000 characters. If you're using URL, you'll still receive an interaction payload and will need to send an acknowledgement response."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"The value to send along with the interaction payload"},{"displayName":"Style","name":"style","type":"options","displayOptions":{"show":{"type":["button"]}},"options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Decorates buttons with alternative visual color schemes"},{"displayName":"Confirm","name":"confirmUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Title","name":"titleUi","placeholder":"Add Title","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"titleValue","displayName":"Title","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the title"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the dialog's title"},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Confirm","name":"confirmTextUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the text of the button that confirms the action"},{"displayName":"Deny","name":"denyUi","placeholder":"Add Deny","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"denyValue","displayName":"Deny","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the text of the button that cancels the action"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the text of the button that cancels the action"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Defines the color scheme applied to the confirm button"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"}]}]},{"displayName":"Block ID","name":"blockId","type":"string","displayOptions":{"show":{"type":["section"]}},"default":"","description":"A string acting as a unique identifier for a block. You can use this block_id when you receive an interaction payload to identify the source of the action. If not specified, a block_id will be generated. Maximum length for this field is 255 characters."},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Markdown","value":"mrkwdn"},{"name":"Plain Text","value":"plainText"}],"default":"mrkwdn","description":"The formatting to use for this text object"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block. This field accepts any of the standard text formatting markup when type is mrkdwn."},{"displayName":"Emoji","name":"emoji","displayOptions":{"show":{"type":["plainText"]}},"type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format. This field is only usable when type is plain_text."},{"displayName":"Verbatim","name":"verbatim","displayOptions":{"show":{"type":["mrkwdn"]}},"type":"boolean","default":false,"description":"Whether to set to false (as is default) URLs will be auto-converted into links, conversation names will be link-ified, and certain mentions will be automatically parsed"}]}],"description":"Define the text of the button that cancels the action"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"fieldsValues","displayName":"Text","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Markdown","value":"mrkwdn"},{"name":"Plain Text","value":"plainText"}],"default":"mrkwdn","description":"The formatting to use for this text object"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block. This field accepts any of the standard text formatting markup when type is mrkdwn."},{"displayName":"Emoji","name":"emoji","type":"boolean","displayOptions":{"show":{"type":["plainText"]}},"default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format. This field is only usable when type is plain_text."},{"displayName":"Verbatim","name":"verbatim","displayOptions":{"show":{"type":["mrkwdn"]}},"type":"boolean","default":false,"description":"When set to false (as is default) URLs will be auto-converted into links, conversation names will be link-ified, and certain mentions will be automatically parsed"}]}],"description":"An array of text objects. Any text objects included with fields will be rendered in a compact format that allows for 2 columns of side-by-side text. Maximum number of items is 10."},{"displayName":"Accessory","name":"accessoryUi","placeholder":"Add Accessory","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"accessoriesValues","displayName":"Accessory","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Button","value":"button"}],"default":"button","description":"The type of element"},{"displayName":"Text","name":"text","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","displayOptions":{"show":{"type":["button"]}},"type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"},{"displayName":"Action ID","name":"actionId","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"An identifier for this action. You can use this when you receive an interaction payload to identify the source of the action. Should be unique among all other action_ids used elsewhere by your app."},{"displayName":"URL","name":"url","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000 characters. If you're using URL, you'll still receive an interaction payload and will need to send an acknowledgement response."},{"displayName":"Value","name":"value","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"The value to send along with the interaction payload"},{"displayName":"Style","name":"style","displayOptions":{"show":{"type":["button"]}},"type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Decorates buttons with alternative visual color schemes"},{"displayName":"Confirm","name":"confirmUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["button"]}},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Title","name":"titleUi","placeholder":"Add Title","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"titleValue","displayName":"Title","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the title"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Confirm","name":"confirmTextUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Deny","name":"denyUi","placeholder":"Add Deny","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"denyValue","displayName":"Deny","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Define the text of the button that cancels the action"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Define the text of the button that cancels the action"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Defines the color scheme applied to the confirm button"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"}]}]}]}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["post"],"jsonParameters":[true]}},"description":"The attachments to add"},{"displayName":"Blocks","name":"blocksJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["post"],"jsonParameters":[true]}},"description":"The blocks to add"},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"jsonParameters":[false],"operation":["update"],"resource":["message"]}},"default":{},"description":"The attachment to add","placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text to send"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the message"},{"displayName":"Title Link","name":"title_link","type":"string","default":"","description":"Link of the title"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","default":"","description":"Link for the author"},{"displayName":"Author Icon","name":"author_icon","type":"string","default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","default":"","description":"URL of image"},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","default":"","description":"URL of thumbnail"},{"displayName":"Footer","name":"footer","type":"string","default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","default":"","description":"Icon which should appear next to footer"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Time message relates to"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the item"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the item"},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Channel containing the message to be deleted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Timestamp of the message to be deleted"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["star"]}},"options":[{"name":"Add","value":"add","description":"Add a star to an item","action":"Add a star"},{"name":"Delete","value":"delete","description":"Delete a star from an item","action":"Delete a star"},{"name":"Get Many","value":"getAll","description":"Get many stars of autenticated user","action":"Get many stars"}],"default":"add"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"Timestamp","name":"timestamp","type":"string","default":"","description":"Timestamp of the message to add star to"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["delete"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"Timestamp","name":"timestamp","type":"string","default":"","description":"Timestamp of the message to add star to"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["star"],"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":["star"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","description":"Get a file info","action":"Get a file"},{"name":"Get Many","value":"getAll","description":"Get & filters team files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Create or upload an existing file","action":"Upload a file"}],"default":"upload"},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"The channels to send the file to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Filename of file"},{"displayName":"Initial Comment","name":"initialComment","type":"string","default":"","description":"The message text introducing the file in specified channels"},{"displayName":"Thread TS","name":"threadTs","type":"string","default":"","description":"Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of file"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"description":"Channel containing the file to be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Show Files Hidden By Limit","name":"showFilesHidden","type":"boolean","default":false,"description":"Whether to show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit"},{"displayName":"Timestamp From","name":"tsFrom","type":"string","default":"","description":"Filter files created after this timestamp (inclusive)"},{"displayName":"Timestamp To","name":"tsTo","type":"string","default":"","description":"Filter files created before this timestamp (inclusive)"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"All","value":"all"},{"name":"Google Docs","value":"gdocs"},{"name":"Images","value":"images"},{"name":"PDFs","value":"pdfs"},{"name":"Snippets","value":"snippets"},{"name":"Spaces","value":"spaces"},{"name":"zips","value":"zips"}],"default":["all"],"description":"Filter files by type"},{"displayName":"User Name or ID","name":"userId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"Filter files created by a single user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Add","value":"add","description":"Adds a reaction to a message","action":"Add a reaction"},{"name":"Get","value":"get","description":"Get the reactions of a message","action":"Get a reaction"},{"name":"Remove","value":"remove","description":"Remove a reaction of a message","action":"Remove a reaction"}],"default":"add"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Channel containing the message. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Emoji","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","remove"]}},"description":"Name of emoji","placeholder":"+1"},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Timestamp of the message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Info","value":"info","description":"Get information about a user","action":"Get information about a user"},{"name":"Get Many","value":"getAll","description":"Get a list of many users","action":"Get many users"},{"name":"Get Presence","value":"getPresence","description":"Get online status of a user","action":"Get a user's presence status"}],"default":"info"},{"displayName":"User ID","name":"user","type":"string","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","displayOptions":{"show":{"operation":["info"],"resource":["user"]}},"required":true,"description":"The ID of the user to get information about"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"User ID","name":"user","type":"string","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","displayOptions":{"show":{"operation":["getPresence"],"resource":["user"]}},"required":true,"description":"The ID of the user to get the online status of"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Create","value":"create","description":"Create a user group","action":"Create a user group"},{"name":"Disable","value":"disable","description":"Disable a user group","action":"Disable a user group"},{"name":"Enable","value":"enable","description":"Enable a user group","action":"Enable a user group"},{"name":"Get Many","value":"getAll","description":"Get many user groups","action":"Get many user groups"},{"name":"Update","value":"update","description":"Update a user group","action":"Update a user group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["userGroup"]}},"required":true,"description":"A name for the User Group. Must be unique among User Groups."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["create"]}},"options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["disable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["disable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["enable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["enable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Include Disabled","name":"include_disabled","type":"boolean","default":true,"description":"Whether to include disabled User Groups"},{"displayName":"Include Users","name":"include_users","type":"boolean","default":true,"description":"Whether to include the list of users for each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["update"]}},"options":[{"displayName":"Channel Names or IDs","name":"channels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the User Group. Must be unique among User Groups."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userProfile"]}},"options":[{"name":"Get","value":"get","description":"Get your user's profile","action":"Get a user profile"},{"name":"Update","value":"update","description":"Update user's profile","action":"Update a user profile"}],"default":"get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userProfile"],"operation":["update"]}},"options":[{"displayName":"Custom Fields","name":"customFieldUi","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getTeamFields"},"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":"value","type":"string","default":"","description":"Value of the field to set"},{"displayName":"Alt","name":"alt","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"This field can only be changed by admins for users on paid teams"},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Status Emoji","name":"status_emoji","type":"string","default":"","description":"Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:"},{"displayName":"Status Expiration","name":"status_expiration","type":"dateTime","default":"","description":"Is an integer specifying seconds since the epoch, more commonly known as \"UNIX time\". Providing 0 or omitting this field results in a custom status that will not expire."},{"displayName":"Status Text","name":"status_text","type":"string","default":"","description":"Allows up to 100 characters, though we strongly encourage brevity"},{"displayName":"User ID","name":"user","type":"string","default":"","description":"ID of user to change. This argument may only be specified by team admins on paid teams."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userProfile"],"operation":["get"]}},"options":[{"displayName":"Include Labels","name":"include_labels","type":"boolean","default":false,"description":"Whether to include labels for each ID in custom profile fields"},{"displayName":"User ID","name":"user","type":"string","default":"","description":"User to retrieve profile info for"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg"},
|
|
327
|
-
{"displayName":"Slack","name":"n8n-nodes-base.slack","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Slack API","defaultVersion":2,"version":2,"defaults":{"name":"Slack"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"slackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"slackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"File","value":"file"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"Star","value":"star"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archives a conversation","action":"Archive a channel"},{"name":"Close","value":"close","description":"Closes a direct message or multi-person direct message","action":"Close a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels in a Slack team","action":"Get many channels"},{"name":"History","value":"history","description":"Get a conversation's history of messages and events","action":"Get the history of a channel"},{"name":"Invite","value":"invite","description":"Invite a user to a channel","action":"Invite a user to a channel"},{"name":"Join","value":"join","description":"Joins an existing conversation","action":"Join a channel"},{"name":"Kick","value":"kick","description":"Removes a user from a channel","action":"Kick a user from a channel"},{"name":"Leave","value":"leave","description":"Leaves a conversation","action":"Leave a channel"},{"name":"Member","value":"member","description":"List members of a conversation","action":"Get members of a channel"},{"name":"Open","value":"open","description":"Opens or resumes a direct message or multi-person direct message","action":"Open a channel"},{"name":"Rename","value":"rename","description":"Renames a conversation","action":"Rename a channel"},{"name":"Replies","value":"replies","description":"Get a thread of messages posted to a channel","action":"Get a thread of messages posted to a channel"},{"name":"Set Purpose","value":"setPurpose","description":"Sets the purpose for a conversation","action":"Set the purpose of a channel"},{"name":"Set Topic","value":"setTopic","description":"Sets the topic for a conversation","action":"Set the topic of a channel"},{"name":"Unarchive","value":"unarchive","description":"Unarchives a conversation","action":"Unarchive a channel"}],"default":"create"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to archive","displayOptions":{"show":{"operation":["archive"],"resource":["channel"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["close"],"resource":["channel"]}},"required":true,"description":"The Slack channel to close"},{"displayName":"Channel","name":"channelId","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true},{"displayName":"Channel Visibility","name":"channelVisibility","type":"options","default":"public","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"options":[{"name":"Public Channel","value":"public"},{"name":"Private Channel","value":"private"}],"description":"Whether to create a Public or a Private Slack channel. <a href=\"https://slack.com/help/articles/360017938993-What-is-a-channel\">More info</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The Slack channel to invite to"},{"displayName":"User Names or IDs","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the user to invite into channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"description":"The Slack channel to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}},"options":[{"displayName":"Include Num of Members","name":"includeNumMembers","type":"boolean","default":false}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"required":true,"description":"The Slack channel to kick the user from"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"default":""},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to join","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["join"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Exclude Archived","name":"excludeArchived","type":"boolean","default":false,"description":"Whether to exclude archived channels from the list"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"Public Channel","value":"public_channel"},{"name":"Private Channel","value":"private_channel"},{"name":"mpim","value":"mpim"},{"name":"im","value":"im"}],"default":["public_channel"],"description":"Mix and match channel types"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["history"],"resource":["channel"]}},"required":true,"description":"The Slack channel to get the history from"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["history"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"dateTime","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"dateTime","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["leave"],"resource":["channel"]}},"required":true,"description":"The Slack channel to leave from"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Slack channel to get the members from","placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["member"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":100,"placeholder":"Limit","displayOptions":{"show":{"operation":["member"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"description":"Whether to resolve the data automatically. By default the response only contain the ID to resource."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["open"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead."},{"displayName":"Return IM","name":"returnIm","type":"boolean","default":false,"description":"Whether you want the full IM channel definition in the response"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"required":true,"description":"The Slack channel to rename"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"New name for conversation"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"The Slack channel to replies to"},{"displayName":"Message Timestamp","name":"ts","type":"number","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"Timestamp of the message to reply","placeholder":"1663233118.856619"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["replies"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"string","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"string","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the purpose of"},{"displayName":"Purpose","name":"purpose","type":"string","displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"A new, specialer purpose"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the topic of"},{"displayName":"Topic","name":"topic","type":"string","displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["unarchive"],"resource":["channel"]}},"required":true,"description":"The Slack channel to unarchive"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get Permalink","value":"getPermalink","action":"Get a message permalink"},{"name":"Search","value":"search","action":"Search for messages"},{"name":"Send","value":"post","action":"Send a message"},{"name":"Update","value":"update","action":"Update a message"}],"default":"post"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to get the message permalink from","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Timestamp of the message to message","placeholder":"1663233118.856619"},{"displayName":"Send Message To","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["post"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By Name","name":"name","type":"string","placeholder":"#general"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["channel"]}},"required":true,"description":"The Slack channel to send to"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"},{"displayName":"By username","name":"username","type":"string","placeholder":"@username"}]},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"description":"Whether to send a simple text message, or use Slack’s Blocks UI builder for more sophisticated messages that include form fields, sections and more","options":[{"name":"Simple Text Message","value":"text","description":"Supports basic Markdown"},{"name":"Blocks","value":"block","description":"Combine text, buttons, form elements, dividers and more in Slack 's visual builder"},{"name":"Attachments","value":"attachment"}],"default":"text"},{"displayName":"Message Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["text"]}},"description":"The message text to post. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Blocks","name":"blocksUi","type":"string","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["block"]}},"typeOptions":{"rows":3},"description":"Enter the JSON output from Slack's visual Block Kit Builder here. You can then use expressions to add variable content to your blocks. To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","hint":"To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","default":""},{"displayName":"This is a legacy Slack feature. Slack advises to instead use Blocks.","name":"noticeAttachments","type":"notice","displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":""},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":{},"placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title","name":"title","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title Link","name":"title_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Author Icon","name":"author_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Footer","name":"footer","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear next to footer"},{"displayName":"Message Timestamp","name":"ts","type":"number","default":0,"description":"Timestamp of the message to post","placeholder":"1663233118.856619"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Custom Bot Profile Photo","name":"botProfile","type":"fixedCollection","default":{"imageValues":[{"profilePhotoType":""}]},"description":"Set an image or an emoji as the Profile Photo (avatar) of the bot sending the message. Will not be used if sending message as a user.","options":[{"name":"imageValues","displayName":"Add Bot Profile Photo","values":[{"displayName":"Profile Photo Type","name":"profilePhotoType","type":"options","options":[{"name":"Image URL","value":"image"},{"name":"Emoji Code","value":"emoji"}],"default":"","placeholder":"Select a type…"},{"displayName":"Emoji Code","name":"icon_emoji","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["emoji"]}},"description":"Only used if sending message as a bot. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>"},{"displayName":"Image URL","name":"icon_url","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["image"]}},"description":"Only used if sending message as a bot"}]}]},{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to turn @users and #channels in message text into clickable links"},{"displayName":"Reply to a Message","name":"thread_ts","type":"fixedCollection","default":{},"placeholder":"Reply to a Message","description":"Provide another message's Timestamp value to make this message a reply","options":[{"displayName":"Reply to a Message","name":"replyValues","values":[{"displayName":"Message Timestamp to Reply To","name":"thread_ts","type":"number","placeholder":"1663233118.856619","description":"Message timestamps are included in output data of Slack nodes, abbreviated to ts"},{"displayName":"Reply to Thread","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation"}]}]},{"displayName":"Use Markdown?","name":"mrkdwn","type":"boolean","default":true,"description":"Whether to use Slack Markdown to format the message"},{"displayName":"Unfurl Links","name":"unfurl_links","type":"boolean","default":false,"description":"Whether to enable unfurling of primarily text-based content"},{"displayName":"Unfurl Media","name":"unfurl_media","type":"boolean","default":true,"description":"Whether to disable unfurling of media content"},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"fixedCollection","default":{},"displayOptions":{"show":{"/select":["channel"]}},"placeholder":"Send as Ephemeral Message","description":"Whether to send a temporary, ephemeral message","options":[{"displayName":"Send as Ephemeral Message","name":"ephemeralValues","values":[{"displayName":"User to Send","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","default":true,"description":"Whether to send a temporary, ephemeral message"}]}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","displayOptions":{"show":{"/select":["user"]}},"default":true,"description":"Whether to send a temporary, ephemeral message"},{"displayName":"Send as User","name":"sendAsUser","type":"string","displayOptions":{"show":{"/authentication":["accessToken"]}},"default":"","description":"The message will be sent from this username (i.e. as if this individual sent the message). Add chat:write.customize scope on Slack API"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"The Slack channel to update the message from"},{"displayName":"Message Timestamp","name":"ts","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Timestamp of the message to update","placeholder":"1663233118.856619"},{"displayName":"Message Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"The message text to update. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting/\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Parse","name":"parse","type":"options","options":[{"name":"Client","value":"client"},{"name":"Full","value":"full"},{"name":"None","value":"none"}],"default":"client","description":"Change how messages are treated"}]},{"displayName":"Delete Message From","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["channel"]}},"required":true,"description":"The Slack channel to delete the message from"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"},{"displayName":"Search Query","name":"query","type":"string","description":"The text to search for within messages","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["search"]}}},{"displayName":"Sort By","name":"sort","description":"How search results should be sorted. You can sort by.","type":"options","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"name":"Newest","value":"desc"},{"name":"Oldest","value":"asc"},{"name":"Relevance Score","value":"relevance"}],"default":"desc"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"displayName":"Search in Channel","name":"searchChannel","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"placeholder":"Select a channel...","typeOptions":{"loadOptionsMethod":"getChannelsName"}}],"default":{}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["star"]}},"options":[{"name":"Add","value":"add","description":"Add a star to an item","action":"Add a star"},{"name":"Delete","value":"delete","description":"Delete a star from an item","action":"Delete a star"},{"name":"Get Many","value":"getAll","description":"Get many stars of autenticated user","action":"Get many stars"}],"default":"add"},{"displayName":"Item to Add Star","name":"target","type":"options","required":true,"description":"Choose whether to add a star to a message or a file","default":"","placeholder":"Select...","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"options":[{"name":"Message","value":"message"},{"name":"File","value":"file"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to add a star to","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message","file"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["file"]}},"description":"File to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message"]}},"description":"Timestamp of the message to add","placeholder":"1663233118.856619"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["delete"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","default":0,"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["star"],"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":["star"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","action":"Get a file"},{"name":"Get Many","value":"getAll","description":"Get & filters team files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Create or upload an existing file","action":"Upload a file"}],"default":"upload"},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":""},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"The channels to send the file to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File Name","name":"fileName","type":"string","default":""},{"displayName":"Initial Comment","name":"initialComment","type":"string","default":"","description":"The message text introducing the file in specified channels"},{"displayName":"Thread Timestamp","name":"threadTs","type":"string","default":"","description":"Provide another message's Timestamp value to upload this file as a reply. Never use a reply's Timestamp value; use its parent instead."},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"description":"Channel containing the file to be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Show Files Hidden By Limit","name":"showFilesHidden","type":"boolean","default":false,"description":"Whether to show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit"},{"displayName":"Message Timestamp From","name":"tsFrom","type":"string","default":"","description":"Filter files created after this timestamp (inclusive)"},{"displayName":"Message Timestamp To","name":"tsTo","type":"string","default":"","description":"Filter files created before this timestamp (inclusive)"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"All","value":"all"},{"name":"Google Docs","value":"gdocs"},{"name":"Images","value":"images"},{"name":"PDFs","value":"pdfs"},{"name":"Snippets","value":"snippets"},{"name":"Spaces","value":"spaces"},{"name":"zips","value":"zips"}],"default":["all"],"description":"Filter files by type"},{"displayName":"User Name or ID","name":"userId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"Filter files created by a single user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Add","value":"add","description":"Adds a reaction to a message","action":"Add a reaction"},{"name":"Get","value":"get","description":"Get the reactions of a message","action":"Get a reaction"},{"name":"Remove","value":"remove","description":"Remove a reaction of a message","action":"Remove a reaction"}],"default":"add"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"The Slack channel to get the reactions from"},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Timestamp of the message to add, get or remove","placeholder":"1663233118.856619"},{"displayName":"Emoji Code","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","remove"]}},"description":"Emoji code to use for the message reaction. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>","placeholder":"+1"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"info","description":"Get information about a user","action":"Get information about a user"},{"name":"Get Many","value":"getAll","description":"Get a list of many users","action":"Get many users"},{"name":"Get User's Status","value":"getPresence","description":"Get online status of a user","action":"Get a user's presence status"},{"name":"Update User's Profile","value":"updateProfile","description":"Update a user's profile","action":"Update a user's profile"}],"default":"info"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get information about","displayOptions":{"show":{"operation":["info"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get the online status of","displayOptions":{"show":{"operation":["getPresence"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["updateProfile"]}},"options":[{"displayName":"Custom Fields","name":"customFieldUi","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getTeamFields"},"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":"value","type":"string","default":"","description":"Value of the field to set"},{"displayName":"Alt","name":"alt","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"This field can only be changed by admins for users on paid teams"},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Set Status","name":"status","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Set Status","options":[{"displayName":"Set Status","name":"set_status","values":[{"displayName":"Status Emoji","name":"status_emoji","type":"string","default":"","description":"Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:"},{"displayName":"Status Expiration","name":"status_expiration","type":"dateTime","default":"","description":"The number of minutes to wait until this status expires and is cleared. Optional."},{"displayName":"Status Text","name":"status_text","type":"string","default":"","description":"Allows up to 100 characters, though we strongly encourage brevity"}]}]},{"displayName":"User ID","name":"user","type":"string","default":"","description":"ID of user to change. This argument may only be specified by team admins on paid teams."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Create","value":"create","action":"Create a user group"},{"name":"Disable","value":"disable","action":"Disable a user group"},{"name":"Enable","value":"enable","action":"Enable a user group"},{"name":"Get Many","value":"getAll","action":"Get many user groups"},{"name":"Update","value":"update","action":"Update a user group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["userGroup"]}},"required":true,"description":"A name for the User Group. Must be unique among User Groups."},{"displayName":"Options","name":"Options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["create"]}},"options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["disable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["disable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["enable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"option","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["enable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Include Disabled","name":"include_disabled","type":"boolean","default":true,"description":"Whether to include disabled User Groups"},{"displayName":"Include Users","name":"include_users","type":"boolean","default":true,"description":"Whether to include the list of users for each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["update"]}},"options":[{"displayName":"Channel Names or IDs","name":"channels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the User Group. Must be unique among User Groups."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/slack"}]}}},
|
|
329
|
+
{"displayName":"Slack","name":"n8n-nodes-base.slack","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Slack API","defaultVersion":2,"version":2,"defaults":{"name":"Slack"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"slackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"slackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"File","value":"file"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"Star","value":"star"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archives a conversation","action":"Archive a channel"},{"name":"Close","value":"close","description":"Closes a direct message or multi-person direct message","action":"Close a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels in a Slack team","action":"Get many channels"},{"name":"History","value":"history","description":"Get a conversation's history of messages and events","action":"Get the history of a channel"},{"name":"Invite","value":"invite","description":"Invite a user to a channel","action":"Invite a user to a channel"},{"name":"Join","value":"join","description":"Joins an existing conversation","action":"Join a channel"},{"name":"Kick","value":"kick","description":"Removes a user from a channel","action":"Kick a user from a channel"},{"name":"Leave","value":"leave","description":"Leaves a conversation","action":"Leave a channel"},{"name":"Member","value":"member","description":"List members of a conversation","action":"Get members of a channel"},{"name":"Open","value":"open","description":"Opens or resumes a direct message or multi-person direct message","action":"Open a channel"},{"name":"Rename","value":"rename","description":"Renames a conversation","action":"Rename a channel"},{"name":"Replies","value":"replies","description":"Get a thread of messages posted to a channel","action":"Get a thread of messages posted to a channel"},{"name":"Set Purpose","value":"setPurpose","description":"Sets the purpose for a conversation","action":"Set the purpose of a channel"},{"name":"Set Topic","value":"setTopic","description":"Sets the topic for a conversation","action":"Set the topic of a channel"},{"name":"Unarchive","value":"unarchive","description":"Unarchives a conversation","action":"Unarchive a channel"}],"default":"create"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to archive","displayOptions":{"show":{"operation":["archive"],"resource":["channel"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["close"],"resource":["channel"]}},"required":true,"description":"The Slack channel to close"},{"displayName":"Channel","name":"channelId","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true},{"displayName":"Channel Visibility","name":"channelVisibility","type":"options","default":"public","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"options":[{"name":"Public Channel","value":"public"},{"name":"Private Channel","value":"private"}],"description":"Whether to create a Public or a Private Slack channel. <a href=\"https://slack.com/help/articles/360017938993-What-is-a-channel\">More info</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The Slack channel to invite to"},{"displayName":"User Names or IDs","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the user to invite into channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"description":"The Slack channel to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}},"options":[{"displayName":"Include Num of Members","name":"includeNumMembers","type":"boolean","default":false}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"required":true,"description":"The Slack channel to kick the user from"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"default":""},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to join","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["join"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Exclude Archived","name":"excludeArchived","type":"boolean","default":false,"description":"Whether to exclude archived channels from the list"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"Public Channel","value":"public_channel"},{"name":"Private Channel","value":"private_channel"},{"name":"mpim","value":"mpim"},{"name":"im","value":"im"}],"default":["public_channel"],"description":"Mix and match channel types"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["history"],"resource":["channel"]}},"required":true,"description":"The Slack channel to get the history from"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["history"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"dateTime","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"dateTime","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["leave"],"resource":["channel"]}},"required":true,"description":"The Slack channel to leave from"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Slack channel to get the members from","placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["member"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":100,"placeholder":"Limit","displayOptions":{"show":{"operation":["member"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"description":"Whether to resolve the data automatically. By default the response only contain the ID to resource."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["open"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead."},{"displayName":"Return IM","name":"returnIm","type":"boolean","default":false,"description":"Whether you want the full IM channel definition in the response"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"required":true,"description":"The Slack channel to rename"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"New name for conversation"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"The Slack channel to replies to"},{"displayName":"Message Timestamp","name":"ts","type":"number","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"Timestamp of the message to reply","placeholder":"1663233118.856619"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["replies"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"string","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"string","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the purpose of"},{"displayName":"Purpose","name":"purpose","type":"string","displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"A new, specialer purpose"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the topic of"},{"displayName":"Topic","name":"topic","type":"string","displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["unarchive"],"resource":["channel"]}},"required":true,"description":"The Slack channel to unarchive"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get Permalink","value":"getPermalink","action":"Get a message permalink"},{"name":"Search","value":"search","action":"Search for messages"},{"name":"Send","value":"post","action":"Send a message"},{"name":"Update","value":"update","action":"Update a message"}],"default":"post"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to get the message permalink from","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Timestamp of the message to message","placeholder":"1663233118.856619"},{"displayName":"Send Message To","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["post"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By Name","name":"name","type":"string","placeholder":"#general"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["channel"]}},"required":true,"description":"The Slack channel to send to"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"},{"displayName":"By username","name":"username","type":"string","placeholder":"@username"}]},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"description":"Whether to send a simple text message, or use Slack’s Blocks UI builder for more sophisticated messages that include form fields, sections and more","options":[{"name":"Simple Text Message","value":"text","description":"Supports basic Markdown"},{"name":"Blocks","value":"block","description":"Combine text, buttons, form elements, dividers and more in Slack 's visual builder"},{"name":"Attachments","value":"attachment"}],"default":"text"},{"displayName":"Message Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["text"]}},"description":"The message text to post. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Blocks","name":"blocksUi","type":"string","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["block"]}},"typeOptions":{"rows":3},"description":"Enter the JSON output from Slack's visual Block Kit Builder here. You can then use expressions to add variable content to your blocks. To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","hint":"To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","default":""},{"displayName":"Notification Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["block"]}},"description":"Fallback text to display in slack notifications. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"This is a legacy Slack feature. Slack advises to instead use Blocks.","name":"noticeAttachments","type":"notice","displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":""},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":{},"placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title","name":"title","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title Link","name":"title_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Author Icon","name":"author_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Footer","name":"footer","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear next to footer"},{"displayName":"Message Timestamp","name":"ts","type":"number","default":0,"description":"Timestamp of the message to post","placeholder":"1663233118.856619"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Custom Bot Profile Photo","name":"botProfile","type":"fixedCollection","default":{"imageValues":[{"profilePhotoType":""}]},"description":"Set an image or an emoji as the Profile Photo (avatar) of the bot sending the message. Will not be used if sending message as a user.","options":[{"name":"imageValues","displayName":"Add Bot Profile Photo","values":[{"displayName":"Profile Photo Type","name":"profilePhotoType","type":"options","options":[{"name":"Image URL","value":"image"},{"name":"Emoji Code","value":"emoji"}],"default":"","placeholder":"Select a type…"},{"displayName":"Emoji Code","name":"icon_emoji","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["emoji"]}},"description":"Only used if sending message as a bot. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>"},{"displayName":"Image URL","name":"icon_url","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["image"]}},"description":"Only used if sending message as a bot"}]}]},{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to turn @users and #channels in message text into clickable links"},{"displayName":"Reply to a Message","name":"thread_ts","type":"fixedCollection","default":{},"placeholder":"Reply to a Message","description":"Provide another message's Timestamp value to make this message a reply","options":[{"displayName":"Reply to a Message","name":"replyValues","values":[{"displayName":"Message Timestamp to Reply To","name":"thread_ts","type":"number","placeholder":"1663233118.856619","description":"Message timestamps are included in output data of Slack nodes, abbreviated to ts"},{"displayName":"Reply to Thread","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation"}]}]},{"displayName":"Use Markdown?","name":"mrkdwn","type":"boolean","default":true,"description":"Whether to use Slack Markdown to format the message"},{"displayName":"Unfurl Links","name":"unfurl_links","type":"boolean","default":false,"description":"Whether to enable unfurling of primarily text-based content"},{"displayName":"Unfurl Media","name":"unfurl_media","type":"boolean","default":true,"description":"Whether to disable unfurling of media content"},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"fixedCollection","default":{},"displayOptions":{"show":{"/select":["channel"]}},"placeholder":"Send as Ephemeral Message","description":"Whether to send a temporary, ephemeral message","options":[{"displayName":"Send as Ephemeral Message","name":"ephemeralValues","values":[{"displayName":"User to Send","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","default":true,"description":"Whether to send a temporary, ephemeral message"}]}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","displayOptions":{"show":{"/select":["user"]}},"default":true,"description":"Whether to send a temporary, ephemeral message"},{"displayName":"Send as User","name":"sendAsUser","type":"string","displayOptions":{"show":{"/authentication":["accessToken"]}},"default":"","description":"The message will be sent from this username (i.e. as if this individual sent the message). Add chat:write.customize scope on Slack API"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"The Slack channel to update the message from"},{"displayName":"Message Timestamp","name":"ts","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Timestamp of the message to update","placeholder":"1663233118.856619"},{"displayName":"Message Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"The message text to update. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting/\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Parse","name":"parse","type":"options","options":[{"name":"Client","value":"client"},{"name":"Full","value":"full"},{"name":"None","value":"none"}],"default":"client","description":"Change how messages are treated"}]},{"displayName":"Delete Message From","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["channel"]}},"required":true,"description":"The Slack channel to delete the message from"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"},{"displayName":"Search Query","name":"query","type":"string","description":"The text to search for within messages","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["search"]}}},{"displayName":"Sort By","name":"sort","description":"How search results should be sorted. You can sort by.","type":"options","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"name":"Newest","value":"desc"},{"name":"Oldest","value":"asc"},{"name":"Relevance Score","value":"relevance"}],"default":"desc"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"displayName":"Search in Channel","name":"searchChannel","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","default":[],"placeholder":"Select a channel...","typeOptions":{"loadOptionsMethod":"getChannelsName"}}],"default":{}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["star"]}},"options":[{"name":"Add","value":"add","description":"Add a star to an item","action":"Add a star"},{"name":"Delete","value":"delete","description":"Delete a star from an item","action":"Delete a star"},{"name":"Get Many","value":"getAll","description":"Get many stars of autenticated user","action":"Get many stars"}],"default":"add"},{"displayName":"Item to Add Star","name":"target","type":"options","required":true,"description":"Choose whether to add a star to a message or a file","default":"","placeholder":"Select...","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"options":[{"name":"Message","value":"message"},{"name":"File","value":"file"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to add a star to","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message","file"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["file"]}},"description":"File to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message"]}},"description":"Timestamp of the message to add","placeholder":"1663233118.856619"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["delete"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add options","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","default":0,"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["star"],"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":["star"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","action":"Get a file"},{"name":"Get Many","value":"getAll","description":"Get & filters team files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Create or upload an existing file","action":"Upload a file"}],"default":"upload"},{"displayName":"Binary Data","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":""},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"description":"Other options to set","placeholder":"Add options","options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"The channels to send the file to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"File Name","name":"fileName","type":"string","default":""},{"displayName":"Initial Comment","name":"initialComment","type":"string","default":"","description":"The message text introducing the file in specified channels"},{"displayName":"Thread Timestamp","name":"threadTs","type":"string","default":"","description":"Provide another message's Timestamp value to upload this file as a reply. Never use a reply's Timestamp value; use its parent instead."},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"description":"Channel containing the file to be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Show Files Hidden By Limit","name":"showFilesHidden","type":"boolean","default":false,"description":"Whether to show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit"},{"displayName":"Message Timestamp From","name":"tsFrom","type":"string","default":"","description":"Filter files created after this timestamp (inclusive)"},{"displayName":"Message Timestamp To","name":"tsTo","type":"string","default":"","description":"Filter files created before this timestamp (inclusive)"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"All","value":"all"},{"name":"Google Docs","value":"gdocs"},{"name":"Images","value":"images"},{"name":"PDFs","value":"pdfs"},{"name":"Snippets","value":"snippets"},{"name":"Spaces","value":"spaces"},{"name":"zips","value":"zips"}],"default":["all"],"description":"Filter files by type"},{"displayName":"User Name or ID","name":"userId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"Filter files created by a single user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Add","value":"add","description":"Adds a reaction to a message","action":"Add a reaction"},{"name":"Get","value":"get","description":"Get the reactions of a message","action":"Get a reaction"},{"name":"Remove","value":"remove","description":"Remove a reaction of a message","action":"Remove a reaction"}],"default":"add"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"The Slack channel to get the reactions from"},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Timestamp of the message to add, get or remove","placeholder":"1663233118.856619"},{"displayName":"Emoji Code","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","remove"]}},"description":"Emoji code to use for the message reaction. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>","placeholder":"+1"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"info","description":"Get information about a user","action":"Get information about a user"},{"name":"Get Many","value":"getAll","description":"Get a list of many users","action":"Get many users"},{"name":"Get User's Status","value":"getPresence","description":"Get online status of a user","action":"Get a user's presence status"},{"name":"Update User's Profile","value":"updateProfile","description":"Update a user's profile","action":"Update a user's profile"}],"default":"info"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get information about","displayOptions":{"show":{"operation":["info"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get the online status of","displayOptions":{"show":{"operation":["getPresence"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["updateProfile"]}},"options":[{"displayName":"Custom Fields","name":"customFieldUi","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getTeamFields"},"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":"value","type":"string","default":"","description":"Value of the field to set"},{"displayName":"Alt","name":"alt","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"This field can only be changed by admins for users on paid teams"},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Set Status","name":"status","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Set Status","options":[{"displayName":"Set Status","name":"set_status","values":[{"displayName":"Status Emoji","name":"status_emoji","type":"string","default":"","description":"Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:"},{"displayName":"Status Expiration","name":"status_expiration","type":"dateTime","default":"","description":"The number of minutes to wait until this status expires and is cleared. Optional."},{"displayName":"Status Text","name":"status_text","type":"string","default":"","description":"Allows up to 100 characters, though we strongly encourage brevity"}]}]},{"displayName":"User ID","name":"user","type":"string","default":"","description":"ID of user to change. This argument may only be specified by team admins on paid teams."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Create","value":"create","action":"Create a user group"},{"name":"Disable","value":"disable","action":"Disable a user group"},{"name":"Enable","value":"enable","action":"Enable a user group"},{"name":"Get Many","value":"getAll","action":"Get many user groups"},{"name":"Update","value":"update","action":"Update a user group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["userGroup"]}},"required":true,"description":"A name for the User Group. Must be unique among User Groups."},{"displayName":"Options","name":"Options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["create"]}},"options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["disable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["disable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["enable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"option","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["enable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Include Disabled","name":"include_disabled","type":"boolean","default":true,"description":"Whether to include disabled User Groups"},{"displayName":"Include Users","name":"include_users","type":"boolean","default":true,"description":"Whether to include the list of users for each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["update"]}},"options":[{"displayName":"Channel Names or IDs","name":"channels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the User Group. Must be unique among User Groups."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/slack"}]}}},
|
|
328
330
|
{"displayName":"sms77","name":"n8n-nodes-base.sms77","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Send SMS and make text-to-speech calls","defaults":{"name":"sms77"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sms77Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Voice Call","value":"voice"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send SMS","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["voice"]}},"options":[{"name":"Send","value":"send","description":"Converts text to voice and calls a given number","action":"Convert text to voice"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+4901234567890","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The caller ID displayed in the receivers display. Max 16 numeric or 11 alphanumeric characters."},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+49876543210, MyGroup","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"The number of your recipient(s) separated by comma. Can be regular numbers or contact/groups from Sms77."},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"The message to send. Max. 1520 characters"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Opton","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"options":[{"displayName":"Debug","name":"debug","type":"boolean","default":false,"description":"Whether the API returns fake responses like in a sandbox"},{"displayName":"Delay","name":"delay","type":"dateTime","default":"","description":"Pick a date for time delayed dispatch"},{"displayName":"Foreign ID","name":"foreign_id","type":"string","default":"","placeholder":"MyCustomForeignID","description":"Custom foreign ID returned in DLR callbacks"},{"displayName":"Flash","name":"flash","type":"boolean","default":false,"description":"Send as flash message being displayed directly the receiver's display"},{"displayName":"Label","name":"label","type":"string","default":"","placeholder":"MyCustomLabel","description":"Custom label used to group analytics"},{"displayName":"No Reload","name":"no_reload","type":"boolean","default":false,"description":"Whether to disable reload lock to allow sending duplicate messages"},{"displayName":"Performance Tracking","name":"performance_tracking","type":"boolean","default":false,"description":"Whether to enable performance tracking for URLs found in the message text"},{"displayName":"TTL","name":"ttl","type":"number","default":2880,"typeOptions":{"minValue":1},"description":"Custom time to live specifying the validity period of a message in minutes"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Opton","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["voice"]}},"options":[{"displayName":"Debug","name":"debug","type":"boolean","default":false,"description":"Whether the API returns fake responses like in a sandbox"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+4901234567890","description":"The caller ID. Please use only verified sender IDs, one of your virtual inbound numbers or one of our shared virtual numbers."},{"displayName":"XML","name":"xml","type":"boolean","default":false,"description":"Whether the text is in XML format"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sms77/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/sms77"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sms77/sms77.png"},
|
|
329
331
|
{"displayName":"Snowflake","name":"n8n-nodes-base.snowflake","group":["input"],"version":1,"description":"Get, add and update data in Snowflake","defaults":{"name":"Snowflake"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"snowflake","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.snowflake/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/credentials/snowflake"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
|
|
330
332
|
{"displayName":"Split In Batches","name":"n8n-nodes-base.splitInBatches","icon":"fa:th-large","group":["organization"],"version":1,"description":"Split data into batches and iterate over each batch","defaults":{"name":"Split In Batches","color":"#007755"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"You may not need this node — n8n nodes automatically run once for each input item. <a href=\"https://docs.n8n.io/getting-started/key-concepts/looping.html#using-loops-in-n8n\" target=\"_blank\">More info</a>","name":"splitInBatchesNotice","type":"notice","default":""},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":1},"default":10,"description":"The number of items to return with each call"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Reset","name":"reset","type":"boolean","default":false,"description":"Whether the node will be reset and so with the current input-data newly initialized"}]}]},
|