🔀 Merge branch 'master' into oauth-support

This commit is contained in:
Jan Oberhauser
2020-05-24 20:37:59 +02:00
18 changed files with 2491 additions and 247 deletions

View File

@@ -12,12 +12,20 @@ export class AgileCrmApi implements ICredentialType {
name: 'email',
type: 'string' as NodePropertyTypes,
default: '',
},
{
},
{
displayName: 'API Key',
name: 'apiKey',
type: 'string' as NodePropertyTypes,
default: '',
},
{
displayName: 'Subdomain',
name: 'subdomain',
type: 'string' as NodePropertyTypes,
default: '',
placeholder: 'example',
description: 'If the domain is https://example.agilecrm.com "example" would have to be entered.',
},
];
}