mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Improvements to Mailchimp-Node
This commit is contained in:
@@ -11,20 +11,6 @@ export class MailchimpOAuth2Api implements ICredentialType {
|
||||
];
|
||||
displayName = 'Mailchimp OAuth2 API';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Mailchimp Server',
|
||||
name: 'server',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: 'https://login.mailchimp.com/',
|
||||
description: 'The server to connect to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Datacenter',
|
||||
name: 'dataCenter',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: 'us10',
|
||||
description: 'Datacenter that your Mailchimp application is hosted on. Found in the URL of your Mailchimp dashboard.',
|
||||
},
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
|
||||
Reference in New Issue
Block a user