n8n-nodes-base 1.69.0 → 1.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/Aws.credentials.js +3 -3
- package/dist/credentials/Aws.credentials.js.map +1 -1
- package/dist/credentials/CrowdDevApi.credentials.js +1 -1
- package/dist/credentials/CrowdDevApi.credentials.js.map +1 -1
- package/dist/credentials/DfirIrisApi.credentials.js +1 -1
- package/dist/credentials/DfirIrisApi.credentials.js.map +1 -1
- package/dist/credentials/ERPNextApi.credentials.js +1 -1
- package/dist/credentials/ERPNextApi.credentials.js.map +1 -1
- package/dist/credentials/ElasticsearchApi.credentials.js +1 -1
- package/dist/credentials/ElasticsearchApi.credentials.js.map +1 -1
- package/dist/credentials/GotifyApi.credentials.js +1 -1
- package/dist/credentials/GotifyApi.credentials.js.map +1 -1
- package/dist/credentials/MattermostApi.credentials.js +1 -1
- package/dist/credentials/MattermostApi.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.d.ts +14 -0
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.js +37 -0
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.js.map +1 -0
- package/dist/credentials/MicrosoftSql.credentials.js +1 -1
- package/dist/credentials/MicrosoftSql.credentials.js.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.js +1 -1
- package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/Postgres.credentials.js +1 -1
- package/dist/credentials/Postgres.credentials.js.map +1 -1
- package/dist/credentials/S3.credentials.js +1 -1
- package/dist/credentials/S3.credentials.js.map +1 -1
- package/dist/credentials/TheHiveApi.credentials.js +1 -1
- package/dist/credentials/TheHiveApi.credentials.js.map +1 -1
- package/dist/credentials/TheHiveProjectApi.credentials.js +1 -1
- package/dist/credentials/TheHiveProjectApi.credentials.js.map +1 -1
- package/dist/credentials/TimescaleDb.credentials.js +1 -1
- package/dist/credentials/TimescaleDb.credentials.js.map +1 -1
- package/dist/credentials/WordpressApi.credentials.js +1 -1
- package/dist/credentials/WordpressApi.credentials.js.map +1 -1
- package/dist/credentials/ZabbixApi.credentials.d.ts +15 -0
- package/dist/credentials/ZabbixApi.credentials.js +70 -0
- package/dist/credentials/ZabbixApi.credentials.js.map +1 -0
- package/dist/credentials/ZammadBasicAuthApi.credentials.js +1 -1
- package/dist/credentials/ZammadBasicAuthApi.credentials.js.map +1 -1
- package/dist/credentials/ZammadTokenAuthApi.credentials.js +1 -1
- package/dist/credentials/ZammadTokenAuthApi.credentials.js.map +1 -1
- package/dist/credentials/icons/SharePoint.svg +59 -0
- package/dist/credentials/icons/Zabbix.svg +1 -0
- package/dist/known/credentials.json +11 -0
- package/dist/nodes/AiTransform/AiTransform.node.js +1 -1
- package/dist/nodes/AiTransform/AiTransform.node.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/base/Base.resource.js +17 -7
- package/dist/nodes/Airtable/v2/actions/base/Base.resource.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/Record.resource.js +17 -7
- package/dist/nodes/Airtable/v2/actions/record/Record.resource.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/router.js +17 -7
- package/dist/nodes/Airtable/v2/actions/router.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Airtable/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Airtable/v2/methods/index.js +17 -7
- package/dist/nodes/Airtable/v2/methods/index.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/companyReport/index.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/companyReport/index.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/employee/index.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/employee/index.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/employeeDocument/index.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/employeeDocument/index.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/file/index.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/file/index.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/router.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/router.js.map +1 -1
- package/dist/nodes/BambooHr/v1/actions/versionDescription.js +17 -7
- package/dist/nodes/BambooHr/v1/actions/versionDescription.js.map +1 -1
- package/dist/nodes/BambooHr/v1/methods/index.js +17 -7
- package/dist/nodes/BambooHr/v1/methods/index.js.map +1 -1
- package/dist/nodes/Code/Code.node.js +7 -6
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +4 -2
- package/dist/nodes/Code/JsTaskRunnerSandbox.js +36 -11
- package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Code/Pyodide.js +17 -7
- package/dist/nodes/Code/Pyodide.js.map +1 -1
- package/dist/nodes/Code/Sandbox.js +2 -2
- package/dist/nodes/Code/Sandbox.js.map +1 -1
- package/dist/nodes/Code/utils.d.ts +2 -1
- package/dist/nodes/Code/utils.js +15 -0
- package/dist/nodes/Code/utils.js.map +1 -1
- package/dist/nodes/Compression/Compression.node.js +17 -7
- package/dist/nodes/Compression/Compression.node.js.map +1 -1
- package/dist/nodes/Contentful/Contentful.node.js +17 -7
- package/dist/nodes/Contentful/Contentful.node.js.map +1 -1
- package/dist/nodes/Cortex/Cortex.node.js +17 -7
- package/dist/nodes/Cortex/Cortex.node.js.map +1 -1
- package/dist/nodes/CrowdDev/descriptions/memberFields.js +17 -7
- package/dist/nodes/CrowdDev/descriptions/memberFields.js.map +1 -1
- package/dist/nodes/DebugHelper/functions.js +1 -1
- package/dist/nodes/DebugHelper/functions.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/channel/index.js +17 -7
- package/dist/nodes/Discord/v2/actions/channel/index.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/member/index.js +17 -7
- package/dist/nodes/Discord/v2/actions/member/index.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/message/index.js +17 -7
- package/dist/nodes/Discord/v2/actions/message/index.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/router.js +17 -7
- package/dist/nodes/Discord/v2/actions/router.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Discord/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/webhook/index.js +17 -7
- package/dist/nodes/Discord/v2/actions/webhook/index.js.map +1 -1
- package/dist/nodes/Discord/v2/methods/index.js +17 -7
- package/dist/nodes/Discord/v2/methods/index.js.map +1 -1
- package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js +17 -7
- package/dist/nodes/Elastic/Elasticsearch/descriptions/DocumentDescription.js.map +1 -1
- package/dist/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.js +17 -7
- package/dist/nodes/Elastic/Elasticsearch/descriptions/IndexDescription.js.map +1 -1
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js +1 -1
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
- package/dist/nodes/EmailSend/v1/EmailSendV1.node.js +1 -1
- package/dist/nodes/EmailSend/v1/EmailSendV1.node.js.map +1 -1
- package/dist/nodes/EmailSend/v2/EmailSendV2.node.js +17 -7
- package/dist/nodes/EmailSend/v2/EmailSendV2.node.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.js +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.js.map +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.js +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
- package/dist/nodes/FacebookLeadAds/methods/index.js +17 -7
- package/dist/nodes/FacebookLeadAds/methods/index.js.map +1 -1
- package/dist/nodes/Files/ConvertToFile/ConvertToFile.node.js +17 -7
- package/dist/nodes/Files/ConvertToFile/ConvertToFile.node.js.map +1 -1
- package/dist/nodes/Files/ConvertToFile/actions/iCall.operation.js +17 -7
- package/dist/nodes/Files/ConvertToFile/actions/iCall.operation.js.map +1 -1
- package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js +17 -7
- package/dist/nodes/Files/ExtractFromFile/ExtractFromFile.node.js.map +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js +17 -7
- package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/ReadWriteFile.node.js +17 -7
- package/dist/nodes/Files/ReadWriteFile/ReadWriteFile.node.js.map +1 -1
- package/dist/nodes/Form/Form.node.js +1 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Function/Function.node.js +3 -3
- package/dist/nodes/Function/Function.node.js.map +1 -1
- package/dist/nodes/FunctionItem/FunctionItem.node.js +3 -3
- package/dist/nodes/FunctionItem/FunctionItem.node.js.map +1 -1
- package/dist/nodes/GoToWebinar/GenericFunctions.js +17 -7
- package/dist/nodes/GoToWebinar/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Analytics/v2/actions/report/Report.resource.js +17 -7
- package/dist/nodes/Google/Analytics/v2/actions/report/Report.resource.js.map +1 -1
- package/dist/nodes/Google/Analytics/v2/actions/router.js +17 -7
- package/dist/nodes/Google/Analytics/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/Analytics/v2/actions/userActivity/UserActivity.resource.js +17 -7
- package/dist/nodes/Google/Analytics/v2/actions/userActivity/UserActivity.resource.js.map +1 -1
- package/dist/nodes/Google/Analytics/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Google/Analytics/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Analytics/v2/methods/index.js +17 -7
- package/dist/nodes/Google/Analytics/v2/methods/index.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/Database.resource.js +17 -7
- package/dist/nodes/Google/BigQuery/v2/actions/database/Database.resource.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/router.js +17 -7
- package/dist/nodes/Google/BigQuery/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Google/BigQuery/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/methods/index.js +17 -7
- package/dist/nodes/Google/BigQuery/v2/methods/index.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/router.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/methods/index.js +17 -7
- package/dist/nodes/Google/Drive/v2/methods/index.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.js +17 -7
- package/dist/nodes/Google/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.js +17 -7
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/router.js +17 -7
- package/dist/nodes/Google/Sheet/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +17 -7
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/SpreadSheet.resource.js +17 -7
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/SpreadSheet.resource.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/index.js +17 -7
- package/dist/nodes/Google/Sheet/v2/methods/index.js.map +1 -1
- package/dist/nodes/GraphQL/GraphQL.node.js +37 -39
- package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
- package/dist/nodes/GraphQL/test/workflow.error_invalid_expression.json +32 -0
- package/dist/nodes/GraphQL/test/workflow.json +50 -7
- package/dist/nodes/HaloPSA/GenericFunctions.js +1 -1
- package/dist/nodes/HaloPSA/GenericFunctions.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/Description.js +1 -1
- package/dist/nodes/HttpRequest/V3/Description.js.map +1 -1
- package/dist/nodes/HttpRequest/test/encodingQuoted/encodingQuoted.test.json +69 -0
- package/dist/nodes/ICalendar/ICalendar.node.js +17 -7
- package/dist/nodes/ICalendar/ICalendar.node.js.map +1 -1
- package/dist/nodes/ICalendar/createEvent.operation.js +17 -7
- package/dist/nodes/ICalendar/createEvent.operation.js.map +1 -1
- package/dist/nodes/ItemLists/V1/ItemListsV1.node.js +17 -7
- package/dist/nodes/ItemLists/V1/ItemListsV1.node.js.map +1 -1
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js +17 -7
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js +17 -7
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js.map +1 -1
- package/dist/nodes/ItemLists/V3/actions/router.js +17 -7
- package/dist/nodes/ItemLists/V3/actions/router.js.map +1 -1
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js +17 -7
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Ldap/Ldap.node.js +6 -6
- package/dist/nodes/Ldap/Ldap.node.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/channel/index.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/channel/index.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/message/index.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/message/index.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/reaction/index.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/reaction/index.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/router.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/router.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/user/index.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/user/index.js.map +1 -1
- package/dist/nodes/Mattermost/v1/actions/versionDescription.js +17 -7
- package/dist/nodes/Mattermost/v1/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Mattermost/v1/methods/index.js +17 -7
- package/dist/nodes/Mattermost/v1/methods/index.js.map +1 -1
- package/dist/nodes/Merge/v3/MergeV3.node.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/append.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/append.js +1 -1
- package/dist/nodes/Merge/v3/actions/mode/append.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.js +1 -1
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineAll.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineAll.js +2 -2
- package/dist/nodes/Merge/v3/actions/mode/combineAll.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.js +12 -12
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.js +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/index.js +17 -7
- package/dist/nodes/Merge/v3/actions/mode/index.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/router.d.ts +2 -2
- package/dist/nodes/Merge/v3/actions/router.js +18 -15
- package/dist/nodes/Merge/v3/actions/router.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/versionDescription.js +17 -7
- package/dist/nodes/Merge/v3/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Merge/v3/methods/index.js +17 -7
- package/dist/nodes/Merge/v3/methods/index.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/router.js +17 -7
- package/dist/nodes/Microsoft/Excel/v2/actions/router.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/Table.resource.js +17 -7
- package/dist/nodes/Microsoft/Excel/v2/actions/table/Table.resource.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js +18 -8
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/Workbook.resource.js +17 -7
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/Workbook.resource.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/Worksheet.resource.js +17 -7
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/Worksheet.resource.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/methods/index.js +17 -7
- package/dist/nodes/Microsoft/Excel/v2/methods/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/router.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/actions/router.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/methods/index.js +17 -7
- package/dist/nodes/Microsoft/Outlook/v2/methods/index.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/index.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/index.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/index.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/index.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/index.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/index.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/router.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/router.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/index.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/task/index.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/methods/index.js +17 -7
- package/dist/nodes/Microsoft/Teams/v2/methods/index.js.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.js +2 -2
- package/dist/nodes/MySql/v2/actions/database/Database.resource.js +17 -7
- package/dist/nodes/MySql/v2/actions/database/Database.resource.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/router.js +17 -7
- package/dist/nodes/MySql/v2/actions/router.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/MySql/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/MySql/v2/methods/index.js +17 -7
- package/dist/nodes/MySql/v2/methods/index.js.map +1 -1
- package/dist/nodes/Notion/shared/methods/index.js +17 -7
- package/dist/nodes/Notion/shared/methods/index.js.map +1 -1
- package/dist/nodes/Notion/v2/methods/index.js +17 -7
- package/dist/nodes/Notion/v2/methods/index.js.map +1 -1
- package/dist/nodes/OpenWeatherMap/test/apiResponses.d.ts +43 -0
- package/dist/nodes/OpenWeatherMap/test/apiResponses.js +49 -0
- package/dist/nodes/OpenWeatherMap/test/apiResponses.js.map +1 -0
- package/dist/nodes/OpenWeatherMap/test/workflow.json +173 -0
- package/dist/nodes/Postgres/v2/actions/database/Database.resource.js +17 -7
- package/dist/nodes/Postgres/v2/actions/database/Database.resource.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js +17 -7
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Postgres/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/index.js +17 -7
- package/dist/nodes/Postgres/v2/methods/index.js.map +1 -1
- package/dist/nodes/RabbitMQ/GenericFunctions.js +17 -7
- package/dist/nodes/RabbitMQ/GenericFunctions.js.map +1 -1
- package/dist/nodes/RssFeedRead/RssFeedRead.node.js +1 -1
- package/dist/nodes/RssFeedRead/RssFeedRead.node.js.map +1 -1
- package/dist/nodes/Set/v2/SetV2.node.js +17 -7
- package/dist/nodes/Set/v2/SetV2.node.js.map +1 -1
- package/dist/nodes/Simulate/methods/index.js +17 -7
- package/dist/nodes/Simulate/methods/index.js.map +1 -1
- package/dist/nodes/Slack/Slack.node.js +2 -1
- package/dist/nodes/Slack/Slack.node.js.map +1 -1
- package/dist/nodes/Slack/V2/GenericFunctions.d.ts +2 -1
- package/dist/nodes/Slack/V2/GenericFunctions.js +5 -2
- package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
- package/dist/nodes/Slack/V2/MessageInterface.d.ts +26 -0
- package/dist/nodes/Slack/V2/SlackV2.node.js +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/alert/index.js +17 -7
- package/dist/nodes/Splunk/v2/actions/alert/index.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/report/index.js +17 -7
- package/dist/nodes/Splunk/v2/actions/report/index.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/router.js +17 -7
- package/dist/nodes/Splunk/v2/actions/router.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/search/index.js +17 -7
- package/dist/nodes/Splunk/v2/actions/search/index.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/user/index.js +17 -7
- package/dist/nodes/Splunk/v2/actions/user/index.js.map +1 -1
- package/dist/nodes/Splunk/v2/actions/versionDescription.js +17 -7
- package/dist/nodes/Splunk/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Splunk/v2/methods/index.js +17 -7
- package/dist/nodes/Splunk/v2/methods/index.js.map +1 -1
- package/dist/nodes/SpreadsheetFile/v2/SpreadsheetFileV2.node.js +17 -7
- package/dist/nodes/SpreadsheetFile/v2/SpreadsheetFileV2.node.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/contact/index.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/contact/index.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/customer/index.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/customer/index.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/rmm/index.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/rmm/index.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/router.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/router.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/ticket/index.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/ticket/index.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/actions/versionDescription.js +17 -7
- package/dist/nodes/SyncroMSP/v1/actions/versionDescription.js.map +1 -1
- package/dist/nodes/SyncroMSP/v1/methods/index.js +17 -7
- package/dist/nodes/SyncroMSP/v1/methods/index.js.map +1 -1
- package/dist/nodes/Telegram/TelegramTrigger.node.js +2 -1
- package/dist/nodes/Telegram/TelegramTrigger.node.js.map +1 -1
- package/dist/nodes/Telegram/tests/Helpers.d.ts +3 -0
- package/dist/nodes/Telegram/tests/Helpers.js +34 -0
- package/dist/nodes/Telegram/tests/Helpers.js.map +1 -0
- package/dist/nodes/Telegram/tests/Workflow/apiResponses.d.ts +374 -0
- package/dist/nodes/Telegram/tests/Workflow/apiResponses.js +390 -0
- package/dist/nodes/Telegram/tests/Workflow/apiResponses.js.map +1 -0
- package/dist/nodes/Telegram/tests/Workflow/workflow.json +1326 -0
- package/dist/nodes/TheHiveProject/actions/alert/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/alert/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/case/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/case/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/comment/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/comment/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/log/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/log/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/node.description.js +17 -7
- package/dist/nodes/TheHiveProject/actions/node.description.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/observable/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/page/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/page/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/query/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/query/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/router.js +17 -7
- package/dist/nodes/TheHiveProject/actions/router.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/task/index.js +17 -7
- package/dist/nodes/TheHiveProject/actions/task/index.js.map +1 -1
- package/dist/nodes/TheHiveProject/methods/index.js +17 -7
- package/dist/nodes/TheHiveProject/methods/index.js.map +1 -1
- package/dist/nodes/Venafi/ProtectCloud/GenericFunctions.js +17 -7
- package/dist/nodes/Venafi/ProtectCloud/GenericFunctions.js.map +1 -1
- package/dist/nodes/Webflow/GenericFunctions.js +11 -9
- package/dist/nodes/Webflow/GenericFunctions.js.map +1 -1
- package/dist/nodes/Webflow/V2/actions/Item/Item.resource.js +17 -7
- package/dist/nodes/Webflow/V2/actions/Item/Item.resource.js.map +1 -1
- package/dist/nodes/Webflow/V2/actions/Item/create.operation.js +1 -1
- package/dist/nodes/Webflow/V2/actions/Item/create.operation.js.map +1 -1
- package/dist/nodes/Webflow/V2/actions/Item/update.operation.js +1 -1
- package/dist/nodes/Webflow/V2/actions/Item/update.operation.js.map +1 -1
- package/dist/nodes/Webflow/V2/actions/router.js +17 -7
- package/dist/nodes/Webflow/V2/actions/router.js.map +1 -1
- package/dist/nodes/Webflow/V2/actions/versionDescription.js +17 -7
- package/dist/nodes/Webflow/V2/actions/versionDescription.js.map +1 -1
- package/dist/types/credentials.json +18 -16
- package/dist/types/nodes.json +30 -30
- package/dist/utils/sendAndWait/email-templates.d.ts +1 -1
- package/dist/utils/sendAndWait/email-templates.js +1 -1
- package/package.json +8 -6
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
{"name":"cortexApi","displayName":"Cortex API","documentationUrl":"cortex","properties":[{"displayName":"API Key","name":"cortexApiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Cortex Instance","name":"host","type":"string","description":"The URL of the Cortex instance","default":"","placeholder":"https://localhost:9001"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.cortexApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/analyzer"}},"supportedNodes":["n8n-nodes-base.cortex"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cortex/cortex.svg"},
|
|
53
53
|
{"name":"crateDb","displayName":"CrateDB","documentationUrl":"crateDb","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"doc"},{"displayName":"User","name":"user","type":"string","default":"crate"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"SSL","name":"ssl","type":"options","options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}],"supportedNodes":["n8n-nodes-base.crateDb"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrateDb/cratedb.png"},
|
|
54
54
|
{"name":"crowdStrikeOAuth2Api","displayName":"CrowdStrike OAuth2 API","documentationUrl":"crowdstrike","httpRequestNode":{"name":"CrowdStrike","docsUrl":"https://developer.crowdstrike.com/","apiBaseUrl":""},"properties":[{"displayName":"Session Token","name":"sessionToken","type":"hidden","typeOptions":{"expirable":true},"default":""},{"displayName":"URL","name":"url","type":"string","required":true,"default":""},{"displayName":"Client ID","name":"clientId","type":"string","required":true,"default":""},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"required":true,"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.sessionToken}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"user-management/queries/users/v1"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/CrowdStrike.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/CrowdStrike.dark.svg"},"supportedNodes":[]},
|
|
55
|
-
{"name":"crowdDevApi","displayName":"crowd.dev API","documentationUrl":"crowddev","properties":[{"displayName":"URL","name":"url","type":"string","default":"https://app.crowd.dev"},{"displayName":"Tenant ID","name":"tenantId","type":"string","default":""},{"displayName":"Token","name":"token","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{\"Bearer \" + $credentials.token}}"}}},"test":{"request":{"method":"POST","baseURL":"={{$credentials.url.replace(/\\/$/, \"\") + \"/api/tenant/\" + $credentials.tenantId}}","url":"/member/query","skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}","body":{"limit":1,"offset":0}}},"supportedNodes":["n8n-nodes-base.crowdDev","n8n-nodes-base.crowdDevTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.svg","dark":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.dark.svg"}},
|
|
55
|
+
{"name":"crowdDevApi","displayName":"crowd.dev API","documentationUrl":"crowddev","properties":[{"displayName":"URL","name":"url","type":"string","default":"https://app.crowd.dev"},{"displayName":"Tenant ID","name":"tenantId","type":"string","default":""},{"displayName":"Token","name":"token","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{\"Bearer \" + $credentials.token}}"}}},"test":{"request":{"method":"POST","baseURL":"={{$credentials.url.replace(/\\/$/, \"\") + \"/api/tenant/\" + $credentials.tenantId}}","url":"/member/query","skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}","body":{"limit":1,"offset":0}}},"supportedNodes":["n8n-nodes-base.crowdDev","n8n-nodes-base.crowdDevTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.svg","dark":"icons/n8n-nodes-base/dist/nodes/CrowdDev/crowdDev.dark.svg"}},
|
|
56
56
|
{"name":"customerIoApi","displayName":"Customer.io API","documentationUrl":"customerIo","properties":[{"displayName":"Tracking API Key","name":"trackingApiKey","type":"string","typeOptions":{"password":true},"default":"","description":"Required for tracking API","required":true},{"displayName":"Region","name":"region","type":"options","options":[{"name":"EU region","value":"track-eu.customer.io"},{"name":"Global region","value":"track.customer.io"}],"default":"track.customer.io","description":"Should be set based on your account region","hint":"The region will be omitted when being used with the HTTP node","required":true},{"displayName":"Tracking Site ID","name":"trackingSiteId","type":"string","default":"","description":"Required for tracking API"},{"displayName":"App API Key","name":"appApiKey","type":"string","typeOptions":{"password":true},"default":"","description":"Required for App API"}],"supportedNodes":["n8n-nodes-base.customerIo","n8n-nodes-base.customerIoTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"},"authenticate":{}},
|
|
57
57
|
{"name":"datadogApi","displayName":"Datadog API","documentationUrl":"datadog","httpRequestNode":{"name":"Datadog","docsUrl":"https://docs.datadoghq.com/api/latest/","apiBaseUrlPlaceholder":"https://api.datadoghq.com/api/v1/metrics"},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":"https://api.datadoghq.com"},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"APP Key","name":"appKey","required":false,"type":"string","default":"","typeOptions":{"password":true},"description":"For some endpoints, you also need an Application key."}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/validate","method":"GET"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg"},"supportedNodes":[],"authenticate":{}},
|
|
58
58
|
{"name":"deepLApi","displayName":"DeepL API","documentationUrl":"deepL","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Plan","name":"apiPlan","type":"options","options":[{"name":"Pro Plan","value":"pro"},{"name":"Free Plan","value":"free"}],"default":"pro"}],"authenticate":{"type":"generic","properties":{"qs":{"auth_key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.apiPlan === \"pro\" ? \"https://api.deepl.com/v2\" : \"https://api-free.deepl.com/v2\" }}","url":"/usage"}},"supportedNodes":["n8n-nodes-base.deepL"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/DeepL/deepl.svg","dark":"icons/n8n-nodes-base/dist/nodes/DeepL/deepL.dark.svg"}},
|
|
59
59
|
{"name":"demioApi","displayName":"Demio API","documentationUrl":"demio","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Secret","name":"apiSecret","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.demio"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Demio/demio.svg"},
|
|
60
|
-
{"name":"dfirIrisApi","displayName":"DFIR-IRIS API","documentationUrl":"dfiriris","httpRequestNode":{"name":"DFIR-IRIS","docsUrl":"https://docs.dfir-iris.org/operations/api/","apiBaseUrlPlaceholder":"http://<yourserver_ip>/manage/cases/list"},"properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"e.g. https://localhost","description":"The API endpoints are reachable on the same Address and port as the web interface.","required":true},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"skipSslCertificateValidation","type":"boolean","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl}}","url":"/api/ping","method":"GET","skipSslCertificateValidation":"={{$credentials.skipSslCertificateValidation}}"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/DfirIris.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/DfirIris.svg"},"supportedNodes":[]},
|
|
60
|
+
{"name":"dfirIrisApi","displayName":"DFIR-IRIS API","documentationUrl":"dfiriris","httpRequestNode":{"name":"DFIR-IRIS","docsUrl":"https://docs.dfir-iris.org/operations/api/","apiBaseUrlPlaceholder":"http://<yourserver_ip>/manage/cases/list"},"properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"e.g. https://localhost","description":"The API endpoints are reachable on the same Address and port as the web interface.","required":true},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues (Insecure)","name":"skipSslCertificateValidation","type":"boolean","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl}}","url":"/api/ping","method":"GET","skipSslCertificateValidation":"={{$credentials.skipSslCertificateValidation}}"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/DfirIris.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/DfirIris.svg"},"supportedNodes":[]},
|
|
61
61
|
{"name":"dhlApi","displayName":"DHL API","documentationUrl":"dhl","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.dhl"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dhl/dhl.svg"},
|
|
62
62
|
{"name":"discordBotApi","displayName":"Discord Bot API","documentationUrl":"discord","properties":[{"displayName":"Bot Token","name":"botToken","type":"string","default":"","required":true,"typeOptions":{"password":true}}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bot {{$credentials.botToken}}"}}},"test":{"request":{"baseURL":"https://discord.com/api/v10/","url":"/users/@me/guilds"}},"supportedNodes":["n8n-nodes-base.discord"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg"},
|
|
63
63
|
{"name":"discordOAuth2Api","extends":["oAuth2Api"],"displayName":"Discord OAuth2 API","documentationUrl":"discord","properties":[{"displayName":"Bot Token","name":"botToken","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://discord.com/api/oauth2/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://discord.com/api/oauth2/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"identify guilds guilds.join bot","required":true},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"permissions=1642758929655"}],"supportedNodes":["n8n-nodes-base.discord"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg"},
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
{"name":"dropcontactApi","displayName":"Dropcontact API","documentationUrl":"dropcontact","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"user-agent":"n8n","X-Access-Token":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.dropcontact.io","url":"/batch","method":"POST","body":{"data":[{"email":""}]}}},"supportedNodes":["n8n-nodes-base.dropcontact"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dropcontact/dropcontact.svg"},
|
|
72
72
|
{"name":"dynatraceApi","displayName":"DynatraceAPI","documentationUrl":"dynatrace","httpRequestNode":{"name":"Dynatrace","docsUrl":"https://docs.dynatrace.com/docs/dynatrace-api","apiBaseUrlPlaceholder":"https://{your-environment-id}.live.dynatrace.com/api/v2/events"},"properties":[{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Api-Token {{$credentials.apiKey}}"}}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Dynatrace.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Dynatrace.svg"},"supportedNodes":[]},
|
|
73
73
|
{"name":"egoiApi","displayName":"E-Goi API","documentationUrl":"egoi","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.egoi"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Egoi/egoi.svg"},
|
|
74
|
-
{"name":"elasticsearchApi","displayName":"Elasticsearch API","documentationUrl":"elasticsearch","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"https://mydeployment.es.us-central1.gcp.cloud.es.io:9243","description":"Referred to as Elasticsearch 'endpoint' in the Elastic deployment dashboard"},{"displayName":"Ignore SSL Issues","name":"ignoreSSLIssues","type":"boolean","default":false}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl}}","url":"/_xpack?human=false","skipSslCertificateValidation":"={{$credentials.ignoreSSLIssues}}"}},"supportedNodes":["n8n-nodes-base.elasticsearch"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
|
|
74
|
+
{"name":"elasticsearchApi","displayName":"Elasticsearch API","documentationUrl":"elasticsearch","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"https://mydeployment.es.us-central1.gcp.cloud.es.io:9243","description":"Referred to as Elasticsearch 'endpoint' in the Elastic deployment dashboard"},{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSLIssues","type":"boolean","default":false}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl}}","url":"/_xpack?human=false","skipSslCertificateValidation":"={{$credentials.ignoreSSLIssues}}"}},"supportedNodes":["n8n-nodes-base.elasticsearch"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
|
|
75
75
|
{"name":"elasticSecurityApi","displayName":"Elastic Security API","documentationUrl":"elasticSecurity","properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"e.g. https://mydeployment.kb.us-central1.gcp.cloud.es.io:9243","description":"Referred to as Kibana 'endpoint' in the Elastic deployment dashboard","required":true},{"displayName":"Type","name":"type","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"Basic Auth","value":"basicAuth"}],"default":"basicAuth"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"type":["basicAuth"]}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","required":true,"displayOptions":{"show":{"type":["basicAuth"]}}},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"type":["apiKey"]}}}],"test":{"request":{"baseURL":"={{$credentials.baseUrl}}","url":"/api/endpoint/metadata","method":"GET"}},"supportedNodes":["n8n-nodes-base.elasticSecurity"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/ElasticSecurity/elasticSecurity.svg","authenticate":{}},
|
|
76
76
|
{"name":"emeliaApi","displayName":"Emelia API","documentationUrl":"emelia","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.emelia","n8n-nodes-base.emeliaTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Emelia/emelia.svg"},
|
|
77
|
-
{"name":"erpNextApi","displayName":"ERPNext API","documentationUrl":"erpnext","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Secret","name":"apiSecret","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Environment","name":"environment","type":"options","default":"cloudHosted","options":[{"name":"Cloud-Hosted","value":"cloudHosted"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","placeholder":"n8n","description":"Subdomain of cloud-hosted ERPNext instance. For example, \"n8n\" is the subdomain in: <code>https://n8n.erpnext.com</code>","displayOptions":{"show":{"environment":["cloudHosted"]}}},{"displayName":"Domain","name":"domain","type":"options","default":"erpnext.com","options":[{"name":"erpnext.com","value":"erpnext.com"},{"name":"frappe.cloud","value":"frappe.cloud"}],"description":"Domain for your cloud hosted ERPNext instance.","displayOptions":{"show":{"environment":["cloudHosted"]}}},{"displayName":"Domain","name":"domain","type":"string","default":"","placeholder":"https://www.mydomain.com","description":"Fully qualified domain name of self-hosted ERPNext instance","displayOptions":{"show":{"environment":["selfHosted"]}}},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=token {{$credentials.apiKey}}:{{$credentials.apiSecret}}"}}},"test":{"request":{"baseURL":"={{$credentials.environment === \"cloudHosted\" ? \"https://\" + $credentials.subdomain + \".\" + $credentials.domain : $credentials.domain}}","url":"/api/method/frappe.auth.get_logged_user","skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}"},"rules":[{"type":"responseSuccessBody","properties":{"key":"message","message":"Unable to authenticate, Check the credentials and the url"}}]},"supportedNodes":["n8n-nodes-base.erpNext"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ERPNext/erpnext.svg"},
|
|
77
|
+
{"name":"erpNextApi","displayName":"ERPNext API","documentationUrl":"erpnext","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Secret","name":"apiSecret","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Environment","name":"environment","type":"options","default":"cloudHosted","options":[{"name":"Cloud-Hosted","value":"cloudHosted"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","placeholder":"n8n","description":"Subdomain of cloud-hosted ERPNext instance. For example, \"n8n\" is the subdomain in: <code>https://n8n.erpnext.com</code>","displayOptions":{"show":{"environment":["cloudHosted"]}}},{"displayName":"Domain","name":"domain","type":"options","default":"erpnext.com","options":[{"name":"erpnext.com","value":"erpnext.com"},{"name":"frappe.cloud","value":"frappe.cloud"}],"description":"Domain for your cloud hosted ERPNext instance.","displayOptions":{"show":{"environment":["cloudHosted"]}}},{"displayName":"Domain","name":"domain","type":"string","default":"","placeholder":"https://www.mydomain.com","description":"Fully qualified domain name of self-hosted ERPNext instance","displayOptions":{"show":{"environment":["selfHosted"]}}},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=token {{$credentials.apiKey}}:{{$credentials.apiSecret}}"}}},"test":{"request":{"baseURL":"={{$credentials.environment === \"cloudHosted\" ? \"https://\" + $credentials.subdomain + \".\" + $credentials.domain : $credentials.domain}}","url":"/api/method/frappe.auth.get_logged_user","skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}"},"rules":[{"type":"responseSuccessBody","properties":{"key":"message","message":"Unable to authenticate, Check the credentials and the url"}}]},"supportedNodes":["n8n-nodes-base.erpNext"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ERPNext/erpnext.svg"},
|
|
78
78
|
{"name":"eventbriteApi","displayName":"Eventbrite API","documentationUrl":"eventbrite","properties":[{"displayName":"Private Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.eventbriteTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Eventbrite/eventbrite.png"},
|
|
79
79
|
{"name":"eventbriteOAuth2Api","extends":["oAuth2Api"],"displayName":"Eventbrite OAuth2 API","documentationUrl":"eventbrite","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://www.eventbrite.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://www.eventbrite.com/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["n8n-nodes-base.eventbriteTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Eventbrite/eventbrite.png"},
|
|
80
80
|
{"name":"f5BigIpApi","displayName":"F5 Big-IP API","documentationUrl":"f5bigip","httpRequestNode":{"name":"F5 Big-IP","docsUrl":"https://clouddocs.f5.com/api/","apiBaseUrl":""},"properties":[{"displayName":"Username","name":"username","type":"string","default":"","required":true},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","required":true}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/F5.svg","supportedNodes":[]},
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
{"name":"googleSlidesOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Slides OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/presentations"}],"supportedNodes":["n8n-nodes-base.googleSlides"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Slides/googleslides.svg"},
|
|
127
127
|
{"name":"googleTasksOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Tasks OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/tasks"}],"supportedNodes":["n8n-nodes-base.googleTasks"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Task/googleTasks.svg"},
|
|
128
128
|
{"name":"googleTranslateOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Translate OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/cloud-translation"}],"supportedNodes":["n8n-nodes-base.googleTranslate"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Translate/googletranslate.png"},
|
|
129
|
-
{"name":"gotifyApi","displayName":"Gotify API","documentationUrl":"gotify","properties":[{"displayName":"App API Token","name":"appApiToken","type":"string","typeOptions":{"password":true},"default":"","description":"(Optional) Needed for message creation"},{"displayName":"Client API Token","name":"clientApiToken","type":"string","typeOptions":{"password":true},"default":"","description":"(Optional) Needed for everything (delete, getAll) but message creation"},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL of the Gotify host"},{"displayName":"Ignore SSL Issues","name":"ignoreSSLIssues","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"}],"supportedNodes":["n8n-nodes-base.gotify"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gotify/gotify.png"},
|
|
129
|
+
{"name":"gotifyApi","displayName":"Gotify API","documentationUrl":"gotify","properties":[{"displayName":"App API Token","name":"appApiToken","type":"string","typeOptions":{"password":true},"default":"","description":"(Optional) Needed for message creation"},{"displayName":"Client API Token","name":"clientApiToken","type":"string","typeOptions":{"password":true},"default":"","description":"(Optional) Needed for everything (delete, getAll) but message creation"},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL of the Gotify host"},{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSLIssues","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"}],"supportedNodes":["n8n-nodes-base.gotify"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gotify/gotify.png"},
|
|
130
130
|
{"name":"goToWebinarOAuth2Api","extends":["oAuth2Api"],"displayName":"GoToWebinar OAuth2 API","documentationUrl":"goToWebinar","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://api.getgo.com/oauth/v2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.getgo.com/oauth/v2/token"},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["n8n-nodes-base.goToWebinar"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/GoToWebinar/gotowebinar.svg"},
|
|
131
131
|
{"name":"gristApi","displayName":"Grist API","documentationUrl":"grist","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Plan Type","name":"planType","type":"options","default":"free","options":[{"name":"Free","value":"free"},{"name":"Paid","value":"paid"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"Custom Subdomain","name":"customSubdomain","type":"string","default":"","required":true,"description":"Custom subdomain of your team","displayOptions":{"show":{"planType":["paid"]}}},{"displayName":"Self-Hosted URL","name":"selfHostedUrl","type":"string","default":"","placeholder":"http://localhost:8484","required":true,"description":"URL of your Grist instance. Include http/https without /api and no trailing slash.","displayOptions":{"show":{"planType":["selfHosted"]}}}],"supportedNodes":["n8n-nodes-base.grist"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Grist/grist.svg"},
|
|
132
132
|
{"name":"grafanaApi","displayName":"Grafana API","documentationUrl":"grafana","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","description":"Base URL of your Grafana instance","placeholder":"e.g. https://n8n.grafana.net/","required":true}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") + \"/api\" }}","url":"/folders"}},"supportedNodes":["n8n-nodes-base.grafana"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Grafana/grafana.svg"},
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
{"name":"mandrillApi","displayName":"Mandrill API","documentationUrl":"mandrill","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.mandrill"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mandrill/mandrill.svg"},
|
|
189
189
|
{"name":"marketstackApi","displayName":"Marketstack API","documentationUrl":"marketstack","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Use HTTPS","name":"useHttps","type":"boolean","default":false,"description":"Whether to use HTTPS (paid plans only)"}],"supportedNodes":["n8n-nodes-base.marketstack"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Marketstack/marketstack.svg","dark":"icons/n8n-nodes-base/dist/nodes/Marketstack/marketstack.dark.svg"}},
|
|
190
190
|
{"name":"matrixApi","displayName":"Matrix API","documentationUrl":"matrix","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Homeserver URL","name":"homeserverUrl","type":"string","default":"https://matrix-client.matrix.org"}],"supportedNodes":["n8n-nodes-base.matrix"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Matrix/matrix.png"},
|
|
191
|
-
{"name":"mattermostApi","displayName":"Mattermost API","documentationUrl":"mattermost","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Base URL","name":"baseUrl","type":"string","default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl.replace(/\\/$/, \"\")}}/api/v4","url":"/users","skipSslCertificateValidation":"={{$credentials?.allowUnauthorizedCerts}}"}},"supportedNodes":["n8n-nodes-base.mattermost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mattermost/mattermost.svg"},
|
|
191
|
+
{"name":"mattermostApi","displayName":"Mattermost API","documentationUrl":"mattermost","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Base URL","name":"baseUrl","type":"string","default":""},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.baseUrl.replace(/\\/$/, \"\")}}/api/v4","url":"/users","skipSslCertificateValidation":"={{$credentials?.allowUnauthorizedCerts}}"}},"supportedNodes":["n8n-nodes-base.mattermost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mattermost/mattermost.svg"},
|
|
192
192
|
{"name":"mauticApi","displayName":"Mautic API","documentationUrl":"mautic","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://name.mautic.net"},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","url":"/api/users/self"}},"supportedNodes":["n8n-nodes-base.mautic","n8n-nodes-base.mauticTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
193
193
|
{"name":"mauticOAuth2Api","extends":["oAuth2Api"],"displayName":"Mautic OAuth2 API","documentationUrl":"mautic","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://name.mautic.net"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"={{$self[\"url\"].endsWith(\"/\") ? $self[\"url\"].slice(0, -1) : $self[\"url\"]}}/oauth/v2/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"url\"].endsWith(\"/\") ? $self[\"url\"].slice(0, -1) : $self[\"url\"]}}/oauth/v2/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["n8n-nodes-base.mautic","n8n-nodes-base.mauticTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
|
|
194
194
|
{"name":"mediumApi","displayName":"Medium API","documentationUrl":"medium","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.medium"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Medium/medium.png"},
|
|
@@ -202,7 +202,8 @@
|
|
|
202
202
|
{"name":"microsoftOAuth2Api","extends":["oAuth2Api"],"displayName":"Microsoft OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"response_mode=query"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":[]},
|
|
203
203
|
{"name":"microsoftOneDriveOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Drive OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"openid offline_access Files.ReadWrite.All"}],"supportedNodes":["n8n-nodes-base.microsoftOneDrive","n8n-nodes-base.microsoftOneDriveTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
|
|
204
204
|
{"name":"microsoftOutlookOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Outlook OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read"},{"displayName":"Use Shared Mailbox","name":"useShared","type":"boolean","default":false},{"displayName":"User Principal Name","name":"userPrincipalName","description":"Target user's UPN or ID","type":"string","default":"","displayOptions":{"show":{"useShared":[true]}}}],"supportedNodes":["n8n-nodes-base.microsoftOutlook","n8n-nodes-base.microsoftOutlookTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
|
|
205
|
-
{"name":"
|
|
205
|
+
{"name":"microsoftSharePointOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft SharePoint OAuth2 API","documentationUrl":"microsoft","httpRequestNode":{"name":"Microsoft SharePoint","docsUrl":"https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph","apiBaseUrlPlaceholder":"https://{subdomain}.sharepoint.com/_api/v2.0/"},"properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"=openid offline_access https://{{$self.subdomain}}.sharepoint.com/.default"},{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","hint":"You can extract the subdomain from the URL. For example, in the URL \"https://tenant123.sharepoint.com\", the subdomain is \"tenant123\"."}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/SharePoint.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/SharePoint.svg"},"supportedNodes":[]},
|
|
206
|
+
{"name":"microsoftSql","displayName":"Microsoft SQL","documentationUrl":"microsoftSql","properties":[{"displayName":"Server","name":"server","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"master"},{"displayName":"User","name":"user","type":"string","default":"sa"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Port","name":"port","type":"number","default":1433},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"TLS","name":"tls","type":"boolean","default":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Connect Timeout","name":"connectTimeout","type":"number","default":15000,"description":"Connection timeout in ms"},{"displayName":"Request Timeout","name":"requestTimeout","type":"number","default":15000,"description":"Request timeout in ms"},{"displayName":"TDS Version","name":"tdsVersion","type":"options","options":[{"name":"7_4 (SQL Server 2012 ~ 2019)","value":"7_4"},{"name":"7_3_B (SQL Server 2008R2)","value":"7_3_B"},{"name":"7_3_A (SQL Server 2008)","value":"7_3_A"},{"name":"7_2 (SQL Server 2005)","value":"7_2"},{"name":"7_1 (SQL Server 2000)","value":"7_1"}],"default":"7_4","description":"The version of TDS to use. If server doesn't support specified version, negotiated version is used instead."}],"supportedNodes":["n8n-nodes-base.microsoftSql"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
|
|
206
207
|
{"name":"microsoftTeamsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Teams OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"openid offline_access User.ReadWrite.All Group.ReadWrite.All Chat.ReadWrite"}],"supportedNodes":["n8n-nodes-base.microsoftTeams"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
|
|
207
208
|
{"name":"microsoftToDoOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft To Do OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"openid offline_access Tasks.ReadWrite"}],"supportedNodes":["n8n-nodes-base.microsoftToDo"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/ToDo/todo.svg"},
|
|
208
209
|
{"name":"mindeeInvoiceApi","displayName":"Mindee Invoice API","documentationUrl":"mindee","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.mindee"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg","authenticate":{}},
|
|
@@ -229,7 +230,7 @@
|
|
|
229
230
|
{"name":"notionOAuth2Api","extends":["oAuth2Api"],"displayName":"Notion OAuth2 API","documentationUrl":"notion","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://api.notion.com/v1/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.notion.com/v1/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":[]},
|
|
230
231
|
{"name":"npmApi","displayName":"Npm API","documentationUrl":"npm","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Registry Url","name":"registryUrl","type":"string","default":"https://registry.npmjs.org"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.registryUrl}}","url":"/-/whoami"}},"supportedNodes":["n8n-nodes-base.npm"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Npm/npm.svg"},
|
|
231
232
|
{"name":"oAuth1Api","displayName":"OAuth1 API","documentationUrl":"httpRequest","genericAuth":true,"properties":[{"displayName":"Authorization URL","name":"authUrl","type":"string","default":"","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"","required":true},{"displayName":"Consumer Key","name":"consumerKey","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Consumer Secret","name":"consumerSecret","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Request Token URL","name":"requestTokenUrl","type":"string","default":"","required":true},{"displayName":"Signature Method","name":"signatureMethod","type":"options","options":[{"name":"HMAC-SHA1","value":"HMAC-SHA1"},{"name":"HMAC-SHA256","value":"HMAC-SHA256"},{"name":"HMAC-SHA512","value":"HMAC-SHA512"}],"default":"HMAC-SHA1","required":true}],"supportedNodes":["n8n-nodes-base.graphql","n8n-nodes-base.httpRequest"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/GraphQL/graphql.png"},
|
|
232
|
-
{"name":"oAuth2Api","displayName":"OAuth2 API","documentationUrl":"httpRequest","genericAuth":true,"properties":[{"displayName":"Grant Type","name":"grantType","type":"options","options":[{"name":"Authorization Code","value":"authorizationCode"},{"name":"Client Credentials","value":"clientCredentials"},{"name":"PKCE","value":"pkce"}],"default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"string","displayOptions":{"show":{"grantType":["authorizationCode","pkce"]}},"default":"","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"","required":true},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Scope","name":"scope","type":"string","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"string","displayOptions":{"show":{"grantType":["authorizationCode","pkce"]}},"default":"","description":"For some services additional query parameters have to be set which can be defined here","placeholder":"access_type=offline"},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Body","value":"body","description":"Send credentials in body"},{"name":"Header","value":"header","description":"Send credentials as Basic Auth header"}],"default":"header"},{"displayName":"Ignore SSL Issues","name":"ignoreSSLIssues","type":"boolean","default":false,"doNotInherit":true}],"supportedNodes":["n8n-nodes-base.graphql","n8n-nodes-base.httpRequest"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/GraphQL/graphql.png"},
|
|
233
|
+
{"name":"oAuth2Api","displayName":"OAuth2 API","documentationUrl":"httpRequest","genericAuth":true,"properties":[{"displayName":"Grant Type","name":"grantType","type":"options","options":[{"name":"Authorization Code","value":"authorizationCode"},{"name":"Client Credentials","value":"clientCredentials"},{"name":"PKCE","value":"pkce"}],"default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"string","displayOptions":{"show":{"grantType":["authorizationCode","pkce"]}},"default":"","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"","required":true},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Scope","name":"scope","type":"string","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"string","displayOptions":{"show":{"grantType":["authorizationCode","pkce"]}},"default":"","description":"For some services additional query parameters have to be set which can be defined here","placeholder":"access_type=offline"},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Body","value":"body","description":"Send credentials in body"},{"name":"Header","value":"header","description":"Send credentials as Basic Auth header"}],"default":"header"},{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSLIssues","type":"boolean","default":false,"doNotInherit":true}],"supportedNodes":["n8n-nodes-base.graphql","n8n-nodes-base.httpRequest"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/GraphQL/graphql.png"},
|
|
233
234
|
{"name":"odooApi","displayName":"Odoo API","documentationUrl":"odoo","properties":[{"displayName":"Site URL","name":"url","type":"string","default":"","placeholder":"https://my-organization.odoo.com","required":true},{"displayName":"Username","name":"username","type":"string","default":"","placeholder":"user@email.com","required":true},{"displayName":"Password or API Key","name":"password","type":"string","default":"","typeOptions":{"password":true},"required":true},{"displayName":"Database Name","name":"db","type":"string","default":""}],"supportedNodes":["n8n-nodes-base.odoo"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Odoo/odoo.svg"},
|
|
234
235
|
{"name":"oktaApi","displayName":"Okta API","documentationUrl":"okta","httpRequestNode":{"name":"Okta","docsUrl":"https://developer.okta.com/docs/reference/","apiBaseUrl":"","hidden":true},"properties":[{"displayName":"URL","name":"url","type":"string","required":true,"default":"","placeholder":"https://dev-123456.okta.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"required":true,"default":"","description":"Secure Session Web Service Access Token"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=SSWS {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/api-tokens"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Okta.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Okta.dark.svg"},"supportedNodes":["n8n-nodes-base.okta"]},
|
|
235
236
|
{"name":"oneSimpleApi","displayName":"One Simple API","documentationUrl":"oneSimpleApi","properties":[{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.oneSimpleApi"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/OneSimpleApi/onesimpleapi.svg"},
|
|
@@ -249,7 +250,7 @@
|
|
|
249
250
|
{"name":"pipedriveApi","displayName":"Pipedrive API","documentationUrl":"pipedrive","properties":[{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"qs":{"api_token":"={{$credentials.apiToken}}"}}},"supportedNodes":["n8n-nodes-base.pipedrive","n8n-nodes-base.pipedriveTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pipedrive/pipedrive.svg"},
|
|
250
251
|
{"name":"pipedriveOAuth2Api","extends":["oAuth2Api"],"displayName":"Pipedrive OAuth2 API","documentationUrl":"pipedrive","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://oauth.pipedrive.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://oauth.pipedrive.com/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["n8n-nodes-base.pipedrive","n8n-nodes-base.pipedriveTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pipedrive/pipedrive.svg"},
|
|
251
252
|
{"name":"plivoApi","displayName":"Plivo API","documentationUrl":"plivo","properties":[{"displayName":"Auth ID","name":"authId","type":"string","default":""},{"displayName":"Auth Token","name":"authToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.plivo"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Plivo/plivo.svg"},
|
|
252
|
-
{"name":"postgres","displayName":"Postgres","documentationUrl":"postgres","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432},{"displayName":"SSH Tunnel","name":"sshTunnel","type":"boolean","default":false},{"displayName":"SSH Authenticate with","name":"sshAuthenticateWith","type":"options","default":"password","options":[{"name":"Password","value":"password"},{"name":"Private Key","value":"privateKey"}],"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Host","name":"sshHost","type":"string","default":"localhost","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Port","name":"sshPort","type":"number","default":22,"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH User","name":"sshUser","type":"string","default":"root","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Password","name":"sshPassword","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"Passphrase used to create the key, if no passphrase was used leave empty","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}}],"supportedNodes":["n8n-nodes-base.postgres","n8n-nodes-base.postgresTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
|
|
253
|
+
{"name":"postgres","displayName":"Postgres","documentationUrl":"postgres","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432},{"displayName":"SSH Tunnel","name":"sshTunnel","type":"boolean","default":false},{"displayName":"SSH Authenticate with","name":"sshAuthenticateWith","type":"options","default":"password","options":[{"name":"Password","value":"password"},{"name":"Private Key","value":"privateKey"}],"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Host","name":"sshHost","type":"string","default":"localhost","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Port","name":"sshPort","type":"number","default":22,"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH User","name":"sshUser","type":"string","default":"root","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Password","name":"sshPassword","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"Passphrase used to create the key, if no passphrase was used leave empty","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}}],"supportedNodes":["n8n-nodes-base.postgres","n8n-nodes-base.postgresTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
|
|
253
254
|
{"name":"postHogApi","displayName":"PostHog API","documentationUrl":"postHog","properties":[{"displayName":"URL","name":"url","type":"string","default":"https://app.posthog.com"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.postHog"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/PostHog/postHog.svg"},
|
|
254
255
|
{"name":"postmarkApi","displayName":"Postmark API","documentationUrl":"postmark","properties":[{"displayName":"Server API Token","name":"serverToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"X-Postmark-Server-Token":"={{$credentials.serverToken}}"}}},"test":{"request":{"baseURL":"https://api.postmarkapp.com","url":"/server","method":"GET"}},"supportedNodes":["n8n-nodes-base.postmarkTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postmark/postmark.png"},
|
|
255
256
|
{"name":"profitWellApi","displayName":"ProfitWell API","documentationUrl":"profitWell","properties":[{"displayName":"API Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Your Private Token"}],"supportedNodes":["n8n-nodes-base.profitWell"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/ProfitWell/profitwell.svg","dark":"icons/n8n-nodes-base/dist/nodes/ProfitWell/profitwell.dark.svg"}},
|
|
@@ -269,7 +270,7 @@
|
|
|
269
270
|
{"name":"redis","displayName":"Redis","documentationUrl":"redis","properties":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Port","name":"port","type":"number","default":6379},{"displayName":"Database Number","name":"database","type":"number","default":0},{"displayName":"SSL","name":"ssl","type":"boolean","default":false}],"supportedNodes":["n8n-nodes-base.redis","n8n-nodes-base.redisTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
|
|
270
271
|
{"name":"rocketchatApi","displayName":"Rocket API","documentationUrl":"rocketchat","properties":[{"displayName":"User ID","name":"userId","type":"string","default":""},{"displayName":"Auth Key","name":"authKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Domain","name":"domain","type":"string","default":"","placeholder":"https://n8n.rocket.chat"}],"authenticate":{"type":"generic","properties":{"headers":{"X-Auth-Token":"={{$credentials.authKey}}","X-User-Id":"={{$credentials.userId}}"}}},"test":{"request":{"baseURL":"={{$credentials.domain}}","url":"/api/v1/webdav.getMyAccounts"}},"supportedNodes":["n8n-nodes-base.rocketchat"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rocketchat/rocketchat.svg"},
|
|
271
272
|
{"name":"rundeckApi","displayName":"Rundeck API","documentationUrl":"rundeck","properties":[{"displayName":"Url","name":"url","type":"string","default":"","placeholder":"http://127.0.0.1:4440"},{"displayName":"Token","name":"token","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"user-agent":"n8n","X-Rundeck-Auth-Token":"={{$credentials?.token}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/14/system/info","method":"GET"}},"supportedNodes":["n8n-nodes-base.rundeck"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rundeck/rundeck.png"},
|
|
272
|
-
{"name":"s3","displayName":"S3","documentationUrl":"s3","properties":[{"displayName":"S3 Endpoint","name":"endpoint","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":"us-east-1"},{"displayName":"Access Key ID","name":"accessKeyId","type":"string","default":""},{"displayName":"Secret Access Key","name":"secretAccessKey","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"Force Path Style","name":"forcePathStyle","type":"boolean","default":false},{"displayName":"Ignore SSL Issues","name":"ignoreSSLIssues","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"}],"supportedNodes":["n8n-nodes-base.s3"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/S3/s3.png"},
|
|
273
|
+
{"name":"s3","displayName":"S3","documentationUrl":"s3","properties":[{"displayName":"S3 Endpoint","name":"endpoint","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":"us-east-1"},{"displayName":"Access Key ID","name":"accessKeyId","type":"string","default":""},{"displayName":"Secret Access Key","name":"secretAccessKey","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"Force Path Style","name":"forcePathStyle","type":"boolean","default":false},{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSLIssues","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"}],"supportedNodes":["n8n-nodes-base.s3"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/S3/s3.png"},
|
|
273
274
|
{"name":"salesforceJwtApi","displayName":"Salesforce JWT API","documentationUrl":"salesforce","properties":[{"displayName":"Environment Type","name":"environment","type":"options","options":[{"name":"Production","value":"production"},{"name":"Sandbox","value":"sandbox"}],"default":"production"},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"description":"Consumer Key from Salesforce Connected App"},{"displayName":"Username","name":"username","type":"string","default":"","required":true},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true},"default":"","required":true,"description":"Use the multiline editor. Make sure it is in standard PEM key format:<br />-----BEGIN PRIVATE KEY-----<br />KEY DATA GOES HERE<br />-----END PRIVATE KEY-----"}],"supportedNodes":["n8n-nodes-base.salesforce"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
|
|
274
275
|
{"name":"salesforceOAuth2Api","extends":["oAuth2Api"],"displayName":"Salesforce OAuth2 API","documentationUrl":"salesforce","properties":[{"displayName":"Environment Type","name":"environment","type":"options","options":[{"name":"Production","value":"production"},{"name":"Sandbox","value":"sandbox"}],"default":"production"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","required":true,"default":"={{ $self[\"environment\"] === \"sandbox\" ? \"https://test.salesforce.com/services/oauth2/authorize\" : \"https://login.salesforce.com/services/oauth2/authorize\" }}"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","required":true,"default":"={{ $self[\"environment\"] === \"sandbox\" ? \"https://test.salesforce.com/services/oauth2/token\" : \"https://login.salesforce.com/services/oauth2/token\" }}"},{"displayName":"Scope","name":"scope","type":"hidden","default":"full refresh_token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["n8n-nodes-base.salesforce","n8n-nodes-base.salesforceTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
|
|
275
276
|
{"name":"salesmateApi","displayName":"Salesmate API","documentationUrl":"salesmate","properties":[{"displayName":"Session Token","name":"sessionToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"n8n.salesmate.io"}],"supportedNodes":["n8n-nodes-base.salesmate"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesmate/salesmate.png"},
|
|
@@ -316,9 +317,9 @@
|
|
|
316
317
|
{"name":"taigaApi","displayName":"Taiga API","documentationUrl":"taiga","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Environment","name":"environment","type":"options","default":"cloud","options":[{"name":"Cloud","value":"cloud"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://taiga.yourdomain.com","displayOptions":{"show":{"environment":["selfHosted"]}}}],"supportedNodes":["n8n-nodes-base.taiga","n8n-nodes-base.taigaTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Taiga/taiga.svg"},
|
|
317
318
|
{"name":"tapfiliateApi","displayName":"Tapfiliate API","documentationUrl":"tapfiliate","properties":[{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.tapfiliate"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Tapfiliate/tapfiliate.svg"},
|
|
318
319
|
{"name":"telegramApi","displayName":"Telegram API","documentationUrl":"telegram","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Chat with the <a href=\"https://telegram.me/botfather\">bot father</a> to obtain the access token"},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"https://api.telegram.org","description":"Base URL for Telegram Bot API"}],"test":{"request":{"baseURL":"={{$credentials.baseUrl}}/bot{{$credentials.accessToken}}","url":"/getMe"}},"supportedNodes":["n8n-nodes-base.telegram","n8n-nodes-base.telegramTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
|
|
319
|
-
{"name":"theHiveProjectApi","displayName":"The Hive 5 API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}},"supportedNodes":["n8n-nodes-base.theHiveProject"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHiveProject/thehiveproject.svg"},
|
|
320
|
-
{"name":"theHiveApi","displayName":"The Hive API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"API Version","name":"apiVersion","default":"","type":"options","description":"The version of api to be used","options":[{"name":"TheHive 4+ (api v1)","value":"v1","description":"API version with TheHive 4 support, also works with TheHive 5 but not all features are supported"},{"name":"TheHive 3 (api v0)","value":"","description":"API version with TheHive 3 support"}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}},"supportedNodes":["n8n-nodes-base.theHive"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
|
|
321
|
-
{"name":"timescaleDb","displayName":"TimescaleDB","documentationUrl":"timescaleDb","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}],"supportedNodes":["n8n-nodes-base.timescaleDb"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.dark.svg"}},
|
|
320
|
+
{"name":"theHiveProjectApi","displayName":"The Hive 5 API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}},"supportedNodes":["n8n-nodes-base.theHiveProject"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHiveProject/thehiveproject.svg"},
|
|
321
|
+
{"name":"theHiveApi","displayName":"The Hive API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"API Version","name":"apiVersion","default":"","type":"options","description":"The version of api to be used","options":[{"name":"TheHive 4+ (api v1)","value":"v1","description":"API version with TheHive 4 support, also works with TheHive 5 but not all features are supported"},{"name":"TheHive 3 (api v0)","value":"","description":"API version with TheHive 3 support"}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}},"supportedNodes":["n8n-nodes-base.theHive"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
|
|
322
|
+
{"name":"timescaleDb","displayName":"TimescaleDB","documentationUrl":"timescaleDb","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}],"supportedNodes":["n8n-nodes-base.timescaleDb"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.dark.svg"}},
|
|
322
323
|
{"name":"todoistApi","displayName":"Todoist API","documentationUrl":"todoist","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.todoist.com/rest/v2","url":"/labels"}},"supportedNodes":["n8n-nodes-base.todoist"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Todoist/todoist.svg"},
|
|
323
324
|
{"name":"todoistOAuth2Api","extends":["oAuth2Api"],"displayName":"Todoist OAuth2 API","documentationUrl":"todoist","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://todoist.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://todoist.com/oauth/access_token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"data:read_write,data:delete"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["n8n-nodes-base.todoist"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Todoist/todoist.svg"},
|
|
324
325
|
{"name":"togglApi","displayName":"Toggl API","documentationUrl":"toggl","properties":[{"displayName":"Email Address","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"https://api.track.toggl.com/api/v9","url":"/me"}},"supportedNodes":["n8n-nodes-base.togglTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Toggl/toggl.png"},
|
|
@@ -351,14 +352,15 @@
|
|
|
351
352
|
{"name":"whatsAppTriggerApi","displayName":"WhatsApp OAuth API","documentationUrl":"whatsApp","properties":[{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true}],"test":{"request":{"method":"POST","baseURL":"https://graph.facebook.com/v19.0/oauth/access_token","body":{"client_id":"={{$credentials.clientId}}","client_secret":"={{$credentials.clientSecret}}","grant_type":"client_credentials"}}},"supportedNodes":["n8n-nodes-base.whatsAppTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/WhatsApp/whatsapp.svg"},
|
|
352
353
|
{"name":"wiseApi","displayName":"Wise API","documentationUrl":"wise","properties":[{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Environment","name":"environment","type":"options","default":"live","options":[{"name":"Live","value":"live"},{"name":"Test","value":"test"}]},{"displayName":"Private Key (Optional)","name":"privateKey","type":"string","typeOptions":{"password":true},"default":"","description":"Optional private key used for Strong Customer Authentication (SCA). Only needed to retrieve statements, and execute transfers."}],"supportedNodes":["n8n-nodes-base.wise","n8n-nodes-base.wiseTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
|
|
353
354
|
{"name":"wooCommerceApi","displayName":"WooCommerce API","documentationUrl":"wooCommerce","properties":[{"displayName":"Consumer Key","name":"consumerKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Consumer Secret","name":"consumerSecret","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"WooCommerce URL","name":"url","type":"string","default":"","placeholder":"https://example.com"},{"displayName":"Include Credentials in Query","name":"includeCredentialsInQuery","type":"boolean","default":false,"description":"Whether credentials should be included in the query. Occasionally, some servers may not parse the Authorization header correctly (if you see a “Consumer key is missing” error when authenticating over SSL, you have a server issue). In this case, you may provide the consumer key/secret as query string parameters instead."}],"test":{"request":{"baseURL":"={{$credentials.url}}/wp-json/wc/v3","url":"/products/categories"}},"supportedNodes":["n8n-nodes-base.wooCommerce","n8n-nodes-base.wooCommerceTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/WooCommerce/wooCommerce.svg","authenticate":{}},
|
|
354
|
-
{"name":"wordpressApi","displayName":"Wordpress API","documentationUrl":"wordpress","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Wordpress URL","name":"url","type":"string","default":"","placeholder":"https://example.com"},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}/wp-json/wp/v2","url":"/users","method":"GET","skipSslCertificateValidation":"={{$credentials.allowUnauthorizedCerts}}"}},"supportedNodes":["n8n-nodes-base.wordpress"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wordpress/wordpress.svg"},
|
|
355
|
+
{"name":"wordpressApi","displayName":"Wordpress API","documentationUrl":"wordpress","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Wordpress URL","name":"url","type":"string","default":"","placeholder":"https://example.com"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}/wp-json/wp/v2","url":"/users","method":"GET","skipSslCertificateValidation":"={{$credentials.allowUnauthorizedCerts}}"}},"supportedNodes":["n8n-nodes-base.wordpress"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wordpress/wordpress.svg"},
|
|
355
356
|
{"name":"workableApi","displayName":"Workable API","documentationUrl":"workable","properties":[{"displayName":"Subdomain","name":"subdomain","type":"string","default":""},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["n8n-nodes-base.workableTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Workable/workable.png"},
|
|
356
357
|
{"name":"wufooApi","displayName":"Wufoo API","documentationUrl":"wufoo","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Subdomain","name":"subdomain","type":"string","default":""}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.apiKey}}","password":"not-needed"}}},"test":{"request":{"baseURL":"=https://{{$credentials.subdomain}}.wufoo.com","url":"/api/v3/forms.json"}},"supportedNodes":["n8n-nodes-base.wufooTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wufoo/wufoo.png"},
|
|
357
358
|
{"name":"xeroOAuth2Api","extends":["oAuth2Api"],"displayName":"Xero OAuth2 API","documentationUrl":"xero","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://login.xero.com/identity/connect/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://identity.xero.com/connect/token"},{"displayName":"Scope","name":"scope","type":"hidden","default":"offline_access accounting.transactions accounting.settings accounting.contacts"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["n8n-nodes-base.xero"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Xero/xero.svg"},
|
|
358
359
|
{"name":"yourlsApi","displayName":"Yourls API","documentationUrl":"yourls","properties":[{"displayName":"Signature","name":"signature","type":"string","default":""},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://localhost:8080"}],"supportedNodes":["n8n-nodes-base.yourls"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Yourls/yourls.png"},
|
|
359
360
|
{"name":"youTubeOAuth2Api","icon":"node:n8n-nodes-base.youTube","extends":["googleOAuth2Api"],"displayName":"YouTube OAuth2 API","documentationUrl":"google","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/youtubepartner https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtubepartner-channel-audit"}],"supportedNodes":["n8n-nodes-base.youTube"]},
|
|
360
|
-
{"name":"
|
|
361
|
-
{"name":"
|
|
361
|
+
{"name":"zabbixApi","displayName":"Zabbix API","documentationUrl":"zabbix","httpRequestNode":{"name":"Zabbix","docsUrl":"https://www.zabbix.com/documentation/current/en/manual/api","apiBaseUrl":""},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":""},{"displayName":"API Token","name":"apiToken","required":true,"type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiToken}}","Content-Type":"application/json-rpc"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api_jsonrpc.php","method":"POST","body":{"jsonrpc":"2.0","method":"host.get","params":{"output":["hostid","host"],"selectInterfaces":["interfaceid","ip"]},"id":2}},"rules":[{"type":"responseSuccessBody","properties":{"key":"result","message":"Invalid access token"}}]},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Zabbix.svg","supportedNodes":[]},
|
|
362
|
+
{"name":"zammadBasicAuthApi","displayName":"Zammad Basic Auth API","documentationUrl":"zammad","properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"https://n8n-helpdesk.zammad.com","required":true},{"displayName":"Email","name":"username","type":"string","default":"","placeholder":"helpdesk@n8n.io","required":true},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"supportedNodes":["n8n-nodes-base.zammad"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
|
|
363
|
+
{"name":"zammadTokenAuthApi","displayName":"Zammad Token Auth API","documentationUrl":"zammad","properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"https://n8n-helpdesk.zammad.com","required":true},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"supportedNodes":["n8n-nodes-base.zammad"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
|
|
362
364
|
{"name":"zendeskApi","displayName":"Zendesk API","documentationUrl":"zendesk","properties":[{"displayName":"Subdomain","name":"subdomain","type":"string","description":"The subdomain of your Zendesk work environment","placeholder":"company","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"API Token","name":"apiToken","type":"string","default":"","typeOptions":{"password":true}}],"test":{"request":{"baseURL":"=https://{{$credentials.subdomain}}.zendesk.com/api/v2","url":"/ticket_fields.json"}},"supportedNodes":["n8n-nodes-base.zendesk","n8n-nodes-base.zendeskTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg","authenticate":{}},
|
|
363
365
|
{"name":"zendeskOAuth2Api","extends":["oAuth2Api"],"displayName":"Zendesk OAuth2 API","documentationUrl":"zendesk","properties":[{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","placeholder":"n8n","description":"The subdomain of your Zendesk work environment","required":true},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"=https://{{$self[\"subdomain\"]}}.zendesk.com/oauth/authorizations/new","description":"URL to get authorization code. Replace {SUBDOMAIN_HERE} with your subdomain.","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"=https://{{$self[\"subdomain\"]}}.zendesk.com/oauth/tokens","description":"URL to get access token. Replace {SUBDOMAIN_HERE} with your subdomain.","required":true},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"read write"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"","description":"For some services additional query parameters have to be set which can be defined here","placeholder":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["n8n-nodes-base.zendesk","n8n-nodes-base.zendeskTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
|
|
364
366
|
{"name":"zohoOAuth2Api","extends":["oAuth2Api"],"displayName":"Zoho OAuth2 API","documentationUrl":"zoho","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"options","options":[{"name":"https://accounts.zoho.com/oauth/v2/auth","value":"https://accounts.zoho.com/oauth/v2/auth","description":"For the EU, AU, and IN domains"},{"name":"https://accounts.zoho.com.cn/oauth/v2/auth","value":"https://accounts.zoho.com.cn/oauth/v2/auth","description":"For the CN domain"}],"default":"https://accounts.zoho.com/oauth/v2/auth","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"options","options":[{"name":"AU - https://accounts.zoho.com.au/oauth/v2/token","value":"https://accounts.zoho.com.au/oauth/v2/token"},{"name":"CN - https://accounts.zoho.com.cn/oauth/v2/token","value":"https://accounts.zoho.com.cn/oauth/v2/token"},{"name":"EU - https://accounts.zoho.eu/oauth/v2/token","value":"https://accounts.zoho.eu/oauth/v2/token"},{"name":"IN - https://accounts.zoho.in/oauth/v2/token","value":"https://accounts.zoho.in/oauth/v2/token"},{"name":"US - https://accounts.zoho.com/oauth/v2/token","value":"https://accounts.zoho.com/oauth/v2/token"}],"default":"https://accounts.zoho.com/oauth/v2/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"ZohoCRM.modules.ALL,ZohoCRM.settings.all,ZohoCRM.users.all"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"access_type=offline"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["n8n-nodes-base.zohoCrm"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zoho/zoho.svg"},
|