Improvements to Mailchimp-Node

This commit is contained in:
ricardo
2020-06-13 22:37:03 -04:00
parent 7f76ee9bcd
commit e859b27a89
4 changed files with 36 additions and 35 deletions

View File

@@ -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',