Small improvements on Freshdesk-Node

This commit is contained in:
Jan Oberhauser
2020-02-21 15:07:03 +01:00
parent 3b346ee829
commit 52ec6dcaf7
3 changed files with 157 additions and 186 deletions

View File

@@ -18,7 +18,8 @@ export class FreshdeskApi implements ICredentialType {
displayName: 'Domain',
name: 'domain',
type: 'string' as NodePropertyTypes,
placeholder: 'https://domain.freshdesk.com',
placeholder: 'company',
description: 'If the URL you get displayed on Freshdesk is "https://company.freshdesk.com" enter "company"',
default: ''
}
];