Added ticket resource

This commit is contained in:
ricardo
2020-04-08 00:35:50 -04:00
parent 1e2f24326a
commit 8026bb1c9a
8 changed files with 1340 additions and 359 deletions

View File

@@ -14,7 +14,9 @@ import {
hubspotApiRequest,
} from './GenericFunctions';
import { createHash } from 'crypto';
import {
createHash,
} from 'crypto';
export class HubspotTrigger implements INodeType {
description: INodeTypeDescription = {