n8n-nodes-base 1.50.0 → 1.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,7 +208,7 @@
208
208
  {"name":"monicaCrmApi","displayName":"Monica CRM API","documentationUrl":"monicaCrm","properties":[{"displayName":"Environment","name":"environment","type":"options","default":"cloudHosted","options":[{"name":"Cloud-Hosted","value":"cloudHosted"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"Self-Hosted Domain","name":"domain","type":"string","default":"","placeholder":"https://www.mydomain.com","displayOptions":{"show":{"environment":["selfHosted"]}}},{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""}]},
209
209
  {"name":"mqtt","displayName":"MQTT","documentationUrl":"mqtt","properties":[{"displayName":"Protocol","name":"protocol","type":"options","options":[{"name":"Mqtt","value":"mqtt"},{"name":"Mqtts","value":"mqtts"},{"name":"Ws","value":"ws"}],"default":"mqtt"},{"displayName":"Host","name":"host","type":"string","default":""},{"displayName":"Port","name":"port","type":"number","default":1883},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Clean Session","name":"clean","type":"boolean","default":true,"description":"Whether to use clean session - set to false to receive QoS 1 and 2 messages while offline"},{"displayName":"Client ID","name":"clientId","type":"string","default":"","description":"Client ID. If left empty, one is autogenerated for you."},{"displayName":"SSL","name":"ssl","type":"boolean","default":false},{"displayName":"Passwordless","name":"passwordless","type":"boolean","displayOptions":{"show":{"ssl":[true]}},"default":true,"description":"Whether to use passwordless connection with certificates (SASL mechanism EXTERNAL)"},{"displayName":"CA Certificates","name":"ca","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"default":"","description":"SSL CA Certificates to use"},{"displayName":"Reject Unauthorized Certificate","name":"rejectUnauthorized","type":"boolean","displayOptions":{"show":{"ssl":[true],"passwordless":[true]}},"default":false,"description":"Whether to validate Certificate"},{"displayName":"Client Certificate","name":"cert","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true],"passwordless":[true]}},"default":"","description":"SSL Client Certificate to use"},{"displayName":"Client Key","name":"key","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true],"passwordless":[true]}},"default":"","description":"SSL Client Key to use"}]},
210
210
  {"name":"msg91Api","displayName":"Msg91 Api","documentationUrl":"msg91","properties":[{"displayName":"Authentication Key","name":"authkey","type":"string","typeOptions":{"password":true},"default":""}]},
211
- {"name":"mySql","displayName":"MySQL","documentationUrl":"mySql","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"mysql"},{"displayName":"User","name":"user","type":"string","default":"mysql"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Port","name":"port","type":"number","default":3306},{"displayName":"Connect Timeout","name":"connectTimeout","type":"number","default":10000,"description":"The milliseconds before a timeout occurs during the initial connection to the MySQL server"},{"displayName":"SSL","name":"ssl","type":"boolean","default":false},{"displayName":"CA Certificate","name":"caCertificate","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"displayName":"Client Private Key","name":"clientPrivateKey","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"displayName":"Client Certificate","name":"clientCertificate","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"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":"sshPrivateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}},{"displayName":"Passphrase","name":"sshPassphrase","type":"string","default":"","description":"Passphrase used to create the key, if no passphrase was used leave empty","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}}]},
211
+ {"name":"mySql","displayName":"MySQL","documentationUrl":"mySql","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"mysql"},{"displayName":"User","name":"user","type":"string","default":"mysql"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Port","name":"port","type":"number","default":3306},{"displayName":"Connect Timeout","name":"connectTimeout","type":"number","default":10000,"description":"The milliseconds before a timeout occurs during the initial connection to the MySQL server"},{"displayName":"SSL","name":"ssl","type":"boolean","default":false},{"displayName":"CA Certificate","name":"caCertificate","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"displayName":"Client Private Key","name":"clientPrivateKey","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"displayName":"Client Certificate","name":"clientCertificate","typeOptions":{"password":true},"displayOptions":{"show":{"ssl":[true]}},"type":"string","default":""},{"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"]}}}]},
212
212
  {"name":"n8nApi","displayName":"n8n API","documentationUrl":"https://docs.n8n.io/api/authentication/","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","description":"The API key for the n8n instance"},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"","placeholder":"https://<name>.app.n8n.cloud/api/v1","description":"The API URL of the n8n instance"}],"authenticate":{"type":"generic","properties":{"headers":{"X-N8N-API-KEY":"={{ $credentials.apiKey }}"}}},"test":{"request":{"baseURL":"={{ $credentials.baseUrl }}","url":"/workflows?limit=5"}}},
213
213
  {"name":"nasaApi","displayName":"NASA API","documentationUrl":"nasa","properties":[{"displayName":"API Key","name":"api_key","type":"string","typeOptions":{"password":true},"default":""}]},
214
214
  {"name":"netlifyApi","displayName":"Netlify API","documentationUrl":"netlify","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}]},
@@ -240,7 +240,7 @@
240
240
  {"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}}"}}}},
241
241
  {"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"}]},
242
242
  {"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":""}]},
243
- {"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"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"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":"sshPrivateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}},{"displayName":"Passphrase","name":"sshPassphrase","type":"string","default":"","description":"Passphrase used to create the key, if no passphrase was used leave empty","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}}]},
243
+ {"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"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"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"]}}}]},
244
244
  {"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":""}]},
245
245
  {"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"}}},
246
246
  {"name":"profitWellApi","displayName":"ProfitWell API","documentationUrl":"profitWell","properties":[{"displayName":"API Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Your Private Token"}]},