feat(Hubspot): Add support for Private App Token Authentication

* add Hubspot Private App Token Authentication

*  Add credential verification

*  Rename app token

Co-authored-by: Rene Wagner <wagner@villacircle.com>
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
Ricardo Espinoza
2022-03-13 06:52:47 -04:00
committed by GitHub
parent 2ff13a6842
commit f73100a0bd
3 changed files with 68 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export class HubspotAppToken implements ICredentialType {
documentationUrl = 'hubspot';
properties: INodeProperties[] = [
{
displayName: 'App Token',
displayName: 'APP Token',
name: 'appToken',
type: 'string',
default: '',