added hubspot API documentation

This commit is contained in:
Ricardo Espinoza
2019-12-04 12:34:47 -05:00
parent c87da488f6
commit 6c1b479c81

View File

@@ -163,6 +163,7 @@ export class Hubspot implements INodeType {
const resource = this.getNodeParameter('resource', 0) as string;
const operation = this.getNodeParameter('operation', 0) as string;
for (let i = 0; i < length; i++) {
//https://developers.hubspot.com/docs/methods/deals/deals_overview
if (resource === 'deal') {
if (operation === 'create') {
const body: IDeal = {};