OAuth2 support, changed url to subdomain in credentials

This commit is contained in:
Rupenieks
2020-06-09 14:00:41 +02:00
parent 516a56ea32
commit bdad41f4e8
5 changed files with 146 additions and 13 deletions

View File

@@ -8,10 +8,11 @@ export class ZendeskApi implements ICredentialType {
displayName = 'Zendesk API';
properties = [
{
displayName: 'URL',
name: 'url',
displayName: 'Subdomain',
name: 'subdomain',
type: 'string' as NodePropertyTypes,
default: '',
description: 'The subdomain of your Zendesk work environment.',
default: 'n8n',
},
{
displayName: 'Email',